ImageProcessing-ElectronicPublications / photoquick

Light-weight image viewer with crop,resize,collage, photogrid and filters
GNU General Public License v3.0
4 stars 0 forks source link

Load Plugin? #13

Closed zvezdochiot closed 4 years ago

zvezdochiot commented 4 years ago

In release https://github.com/ImageProcessing-ElectronicPublications/photoquick/releases/tag/4.3.0 :

photoquick-4.3.0/src/bin$ ./photoquick
"/home/zvezdochiot/.local/share/photoquick/plugins" 
Loading : "libbimodal_thresh.so" 
Loading : "libgreyworld.so" 
Loading : "libinvert.so" 
Loading : "libkuwahara.so" 

and plugin items are located on the menu.

In current:

photoquick-t/src/bin$ ./photoquick
"/home/zvezdochiot/.local/share/photoquick/plugins" 
Loading : "libbimodal_thresh.so" 
Loading : "libgreyworld.so" 
Loading : "libinvert.so" 
Loading : "libkuwahara.so" 

:bug: But there are no plugins on the menu!

ksharindam commented 4 years ago

Did you change the menu path from Filter/Color/.. to Filters/Color/.. Because, i renamed the Filter menu to Filters. So prev plugins need to update.

On Sun, 28 Jun, 2020, 11:30 AM звездочёт, notifications@github.com wrote:

In release https://github.com/ImageProcessing-ElectronicPublications/photoquick/releases/tag/4.3.0 :

photoquick-4.3.0/src/bin$ ./photoquick"/home/zvezdochiot/.local/share/photoquick/plugins" Loading : "libbimodal_thresh.so" Loading : "libgreyworld.so" Loading : "libinvert.so" Loading : "libkuwahara.so"

and plugin items are located on the menu.

In current:

photoquick-t/src/bin$ ./photoquick"/home/zvezdochiot/.local/share/photoquick/plugins" Loading : "libbimodal_thresh.so" Loading : "libgreyworld.so" Loading : "libinvert.so" Loading : "libkuwahara.so"

But there are no plugins on the menu!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ImageProcessing-ElectronicPublications/photoquick/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEKWXPR545J3PAAEL2SFJH3RY3L7VANCNFSM4OKLZSXQ .

zvezdochiot commented 4 years ago

Hi @ksharindam .

Got it. Immediately did not pay attention.