aferrero2707 / gimp-appimage

173 stars 17 forks source link

Gimp asks questions about rawtherapee appimage #24

Open tribut opened 5 years ago

tribut commented 5 years ago

When I start GIMP_AppImage-release-2.10.8-withplugins-x86_64.AppImage, I get asked whether I want to integrate rawtherapee into my system. I don't think this should happen.

screenshot from 2018-11-13 12-05-13

aferrero2707 commented 5 years ago

This is due to the fact that you are also using an AppImage for RawTherapee...

GIMP invokes the RT AppImage to check if RT can be used as a plug-in, and this triggers the popping-up of this dialog.

@probonopd: any suggestion on how to circumvent this problem?

probonopd commented 5 years ago

Get rid of the wrapper bash script entirely. Users who want to have desktop integration should be advised to use the optional appimaged daemon or third-party tools like AppImageLauncher.

probonopd commented 5 years ago

Or export DESKTOPINTEGRATION=NO before launching the RT AppImage.