blob: 2a145c882250dc20b93e1b259ed532e7d8e109f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Include the Debian menu. Else all would end up under lost & found.
Patch by Sune Vuorela.
--- a/kded/applications.menu
+++ b/kded/applications.menu
@@ -437,5 +437,12 @@
</And>
</Include>
<DefaultMergeDirs/>
+
+ <Menu>
+ <Name>Debian</Name>
+ <Directory>debian.directory</Directory>
+ <MergeFile>debian-menu.menu</MergeFile>
+ </Menu>
+
<MergeFile>applications-kmenuedit.menu</MergeFile>
</Menu>
|