[Xfce4-commits] [xfce/xfdesktop] 01/01: Set desktop environment for garcon app menu (Bug #14599)

noreply at xfce.org noreply at xfce.org
Wed May 15 19:45:34 CEST 2019


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfdesktop.

commit f498ee7468d57c352e4edd89a945ec198c6c9e0d
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date:   Wed May 15 01:10:29 2019 +0200

    Set desktop environment for garcon app menu (Bug #14599)
---
 src/menu.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/menu.c b/src/menu.c
index c6784a2..cafb2f5 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -65,6 +65,9 @@ menu_populate(XfceDesktop *desktop,
     if(!show_desktop_menu)
         return;
 
+    /* init garcon environment */
+    garcon_set_environment_xdg(GARCON_ENVIRONMENT_XFCE);
+
     if(garcon_menu == NULL) {
         garcon_menu = garcon_menu_new_applications();
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list