After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 732548 - Add new commandline option - xdg-menu-prefix
Add new commandline option - xdg-menu-prefix
Status: RESOLVED INVALID
Product: gnome-session
Classification: Core
Component: gnome-session
git master
Other Linux
: Normal enhancement
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-01 13:10 UTC by Alberts Muktupāvels
Modified: 2014-10-16 15:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add new commandline option - xdg-menu-prefix (2.32 KB, patch)
2014-07-01 13:10 UTC, Alberts Muktupāvels
none Details | Review

Description Alberts Muktupāvels 2014-07-01 13:10:41 UTC
Created attachment 279676 [details] [review]
Add new commandline option - xdg-menu-prefix

Please consider adding new command line option '--xdg-menu-prefix=...' to allow set custom XDG_MENU_PREFIX for GNOME sessions.

This would make easier life for unofficial GNOME Flashback session. This is bug that I would like to fix - https://bugzilla.gnome.org/show_bug.cgi?id=722056.

My idea is to add older gnome-applications.menu file as gnome-flashback-applications.menu file to gnome-panel package to restore old menu look, but that requires a way to change XDG_MENU_PREFIX.
Comment 1 Alberts Muktupāvels 2014-10-16 15:41:23 UTC
I am closing this bug as invalid.

Same thing can be achieved creating application that starts in Initialization phase. Then using Setenv I can set XDG_MENU_PREFIX to any value I want:
https://git.gnome.org/browse/gnome-session/tree/gnome-session/org.gnome.SessionManager.xml#n8
Comment 2 Alberts Muktupāvels 2014-10-16 15:42:02 UTC
Comment on attachment 279676 [details] [review]
Add new commandline option - xdg-menu-prefix

This can be done in other way.