← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ken-vandine/appmenu-gtk/load_with_session into lp:appmenu-gtk

 

Ken VanDine has proposed merging lp:~ken-vandine/appmenu-gtk/load_with_session into lp:appmenu-gtk.

Requested reviews:
  David Barth (dbarth)
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/27283
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-10 15:36:35 +0000
@@ -0,0 +1,2 @@
+export UBUNTU_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-10 15:36:35 +0000
@@ -7,3 +7,9 @@
 SUBDIRS =		\
 	build		\
 	src
+
+xsessiondir = $(sysconfdir)/X11/Xsession.d
+
+xsession_DATA = 80appmenu
+
+EXTRA_DIST = $(xsession_DATA)


Follow ups