Flashwalker
Flashwalker
I think it should be something like: ``` export GEGL_PATH="${HOME}/.local/share/gegl-0.4":$(readlink -f "$DIR/usr/lib64/gegl-0.4") ``` or: ``` export GEGL_PATH=${GEGL_PATH}:"${HOME}/.local/share/gegl-0.4":$(readlink -f "$DIR/usr/lib64/gegl-0.4") ```
I tested it with unpacked appimage and looks like it works
Yeah, a lot of gmic filters just doesn't works in this gimp appimage. 2.10.25 tested. I found that gmic version 2.9.4 is shipped in Ubuntu repo and it works fine...
@Kuba-ZIL, Am i right, your solution is just to downgrade the G´MIC-QT? Or something else required?
I found 2.9.4 here https://gmic.eu/files/linux/ but qt version doesn't match
I downloaded fresh version from oficial site and it works for me now
try with `--in-process-gpu` option also can try `--no-sandbox` or `--disable-gpu-sandbox`
What to do if the application became broken and the interface is inaccessible because the main service fails to start and all you got is "Please reinstall" prompt. How can...
> @Flashwalker you get asked during uninstall if you want to remove the data or not. > > just make sure you configure this setting correct during uninstall. > >...