Public bug reported:

When the GNOME session is chosen the libappmenu.so module is loaded
anyway, so that, if you use a gnome-shell theme with a transparent
background, you can see the app menu behind it.

Fix is very simple, just add a desktop session check to 
/etc/X11/Xsession.d/80appmenu and /etc/X11/Xsession.d/80appmenu-gtk3
Mine looks like this:

if [ -f /usr/lib/gtk-3.0/3.0.0/menuproxies/libappmenu.so ] && [ 
"x$DESKTOP_SESSION" = "xubuntu" ]
then
 export UBUNTU_MENUPROXY="libappmenu.so"
fi

** Affects: gnome-shell (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  When the GNOME session is chosen, the libappmenu.so is loaded anyway so
- that, I you use a gnome-shell theme with a transparent background, you
+ that, if you use a gnome-shell theme with a transparent background, you
  can see the app menu behind it.
  
  Fix is very simple, just add a desktop session check to 
/etc/X11/Xsession.d/80appmenu and /etc/X11/Xsession.d/80appmenu-gtk3
  Mine looks like this:
  
  if [ -f /usr/lib/gtk-3.0/3.0.0/menuproxies/libappmenu.so ] && [ 
"x$DESKTOP_SESSION" = "xubuntu" ]
  then
-       export UBUNTU_MENUPROXY="libappmenu.so"
+  export UBUNTU_MENUPROXY="libappmenu.so"
  fi

** Description changed:

- When the GNOME session is chosen, the libappmenu.so is loaded anyway so
- that, if you use a gnome-shell theme with a transparent background, you
- can see the app menu behind it.
+ When the GNOME session is chosen the libappmenu.so module is loaded
+ anyway, so that, if you use a gnome-shell theme with a transparent
+ background, you can see the app menu behind it.
  
  Fix is very simple, just add a desktop session check to 
/etc/X11/Xsession.d/80appmenu and /etc/X11/Xsession.d/80appmenu-gtk3
  Mine looks like this:
  
  if [ -f /usr/lib/gtk-3.0/3.0.0/menuproxies/libappmenu.so ] && [ 
"x$DESKTOP_SESSION" = "xubuntu" ]
  then
   export UBUNTU_MENUPROXY="libappmenu.so"
  fi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874943

Title:
  Appmenu stays visible behind gnome-shell panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/874943/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to