Ken VanDine has proposed merging lp:~ken-vandine/appmenu-gtk/load_with_session into lp:appmenu-gtk.
Requested reviews: Canonical Desktop Experience Team (canonical-dx-team) Related bugs: #591711 Add env. variables to the X11 session by default https://bugs.launchpad.net/bugs/591711 Setup variables needed to load the menu when the X session starts -- https://code.launchpad.net/~ken-vandine/appmenu-gtk/load_with_session/+merge/27170 Your team ayatana-commits is subscribed to branch lp:appmenu-gtk.
=== added file '80appmenu' --- 80appmenu 1970-01-01 00:00:00 +0000 +++ 80appmenu 2010-06-09 15:14:24 +0000 @@ -0,0 +1,2 @@ +export GTK_MENUPROXY="libappmenu.so" +export APPMENU_DISPLAY_BOTH=1 === modified file 'Makefile.am' --- Makefile.am 2010-05-27 20:02:28 +0000 +++ Makefile.am 2010-06-09 15:14:24 +0000 @@ -7,3 +7,9 @@ SUBDIRS = \ build \ src + +xsessiondir = $(sysconfdir)/X11/Xsession.d + +xsession_DATA = 80appmenu + +EXTRA_DIST = $(xsession_DATA)
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

