aferrero2707 / gimp-appimage

173 stars 17 forks source link

Global Menu Support #30

Open umahdroid opened 5 years ago

umahdroid commented 5 years ago

Hi.. is that possible to add global menu support?.

gbm-gimp-2 8

Ps: I'm running Ubuntu 16.04 LTS.

Thanks for your great work!

aferrero2707 commented 5 years ago

@buruhketik I will investigate the possibility to enable global menu in the AppImage.

umahdroid commented 5 years ago

@aferrero2707 Ok, thank you

mmtrt commented 4 years ago

adding libunity-gtk-module.so file from unity-gtk2-module pkg fixes appmenu but its showing now two menus at same time now.

appmenu

from log ** (gimp.bin:30427): CRITICAL **: 11:58:41.570: gtk_widget_shell_shows_menubar: assertion 'G_IS_PARAM_SPEC (pspec)' failed

EDIT: using gimp 2.99 appimage with unity-gtk3-module appmenu works fine now no double menus so I think it is safe to add it in this version.

Coeur-Noir commented 4 years ago

Some other DE make use of global-menu ( Budgie, Mate, Xfce… ) generally through https://gitlab.com/vala-panel-project/vala-panel-appmenu

Even snap gimp 2.10.x sends its menu to this applet now. Such ability for AppImage Gimp 2.10.20 would be nice too.

umahdroid commented 3 years ago

Any update on this @aferrero2707 ?