Hi,
I am using Gimp 2.10 (from kesselgulasch ppa) under Ubuntu 18.04 and I want to use the newest Gmic-Plug 2.5.4 (as in the repos there is only 2.4.x).
I downloaded the Gimp-Plugin and now got the file named “gmic_gimp_qt”.
I tried to put it under ~/.config/GIMP/2.10/plug-ins/
but Gimp does not recognize it.
Did I do it the wrong way or does Gmic 2.5.4 not work with my actual setup?
Would be super if someone could help me.
Thank you and kind regards.
PS:
Just discovered that, when trying to run the gmic_gimp_qt file from terminal, it tells me:
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.10’ not found (required by ./gmic_gimp_qt)
Try that gmic_gimp_qt_mint19 version which is basically ubuntu 18.04
Since I do not want to screw up my (k)ubuntu 18.04 installation which is a Gimp 2.8 + 2.10 flatpack, In a ubuntu 18.10 VM that plugin looks like this. https://i.imgur.com/UB5ggf9.jpg
I use (k)ubuntu which generally comes with QT5 already in place. Other flavours, especially the lightweight variations Xubuntu etc. and it needs installing.
Well worth it, lots of applications use QT for their interface.
I would try in a terminal
sudo apt install libqt5core* libqt5widgets*
Should pull in the required dependencies. It is all part of 'buntu 18.04 packages and thus LTS.
The only thing not LTS is my gmic_gimp_qt plugin. Not planning on updating that on a regular basis. There is a good chance if you wait long enough that the gmic in the PPA will eventually be updated.
You will still need those QT5 packages of course. Probably the reason why the gmic_gimp_qt 2.4.x does not show.
The only problem with that solution is, and I have mentioned it before.
Comes the time when you want to update that 8 MB gmic_gimp-qt plugin and you have to download a whole new 156 MB appimage. IMHO madness.
@rich2005 I know, I am working on that… I already have a separate repository for packaging the GMIC plugin for macOS (GitHub - aferrero2707/gimp-plugins-collection) and the idea is to do the same for the AppImage case. But is it still work in progress…