File xfdesktop-no-yast-desktop-files.patch of Package xfce4-desktop

--- modules/menu/desktop-menu-dentry.c
+++ modules/menu/desktop-menu-dentry.c
@@ -525,6 +525,11 @@
     
     //TRACE("dummy");
 
+    // workaround bug https://bugzilla.novell.com/show_bug.cgi?id=393955
+    // - skip all desktop files which belong to YaST modules (/usr/share/applications/YaST2/*.desktop)
+    if ( !strncmp(filename, "/usr/share/applications//YaST2/", 31) )
+        return FALSE;
+
     dentry = xfce_desktop_entry_new(filename, dentry_keywords,
             G_N_ELEMENTS(dentry_keywords));
     if(dentry) {
openSUSE Build Service is sponsored by