Some .desktop files' Categories fields have a different X-SuSE-Yast* category than the X-SuSE-YaST-Group field (see bnc#374465).
I assume the first patch (yast2-fix-desktop-files.patch) needs to be applied to trunk as well as the SLE11-SP1 branch? I've submitted patched packages for yast2-rdp and yast2-network for SP1. Thanks, Gabriel
Index: network/src/config/remote.desktop =================================================================== --- network/src/config/remote.desktop (revision 60353) +++ network/src/config/remote.desktop (working copy) @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Network; +Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Net_advanced; X-KDE-ModuleType=Library X-KDE-RootOnly=true Index: support/src/support.desktop =================================================================== --- support/src/support.desktop (revision 60353) +++ support/src/support.desktop (working copy) @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Misc;X-SuSE-YaST-Support; +Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Support; X-KDE-ModuleType=Library X-KDE-RootOnly=true
Index: src/rdp.desktop =================================================================== --- src/rdp.desktop (revision 60353) +++ src/rdp.desktop (working copy) @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Network; +Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Net_advanced; X-KDE-ModuleType=Library X-KDE-RootOnly=true
