Add env. variables to the X11 session by default
Bug #591711 reported by
David Barth
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
AppMenu GTK+ |
Fix Released
|
High
|
Ken VanDine |
Bug Description
Need to add this file to ensure the environment variables are set at the X session level:
cat /etc/X11/
export GTK_MENUPROXY=
export APPMENU_
Note: /etc/profile.d does not work in this case (too late in the session setup process for the variables to be applicable to the gnome-panel launchers for example)
Related branches
lp:~ken-vandine/appmenu-gtk/load_with_session
- David Barth: Pending requested
-
Diff: 20 lines (+8/-0)2 files modified80appmenu (+2/-0)
Makefile.am (+6/-0)
Changed in appmenu-gtk: | |
assignee: | nobody → Ken VanDine (ken-vandine) |
importance: | Undecided → High |
milestone: | none → maverick-alpha-2 |
Changed in appmenu-gtk: | |
status: | New → Fix Committed |
Changed in appmenu-gtk: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.