* etc/xdg/lubuntu/menus:
- Exclude xterm and uxterm items on the menu.
This commit is contained in:
parent
e1036d8d68
commit
c5349508e1
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -7,6 +7,8 @@ lubuntu-default-settings (0.31) UNRELEASED; urgency=low
|
|||||||
- Use new lxsession features instead of autostart commands.
|
- Use new lxsession features instead of autostart commands.
|
||||||
* etc/xdg/lubuntu/libfm
|
* etc/xdg/lubuntu/libfm
|
||||||
- Use 16px for pcmanfm sidebar.
|
- Use 16px for pcmanfm sidebar.
|
||||||
|
* etc/xdg/lubuntu/menus:
|
||||||
|
- Exclude xterm and uxterm items on the menu.
|
||||||
|
|
||||||
-- Julien Lavergne <gilir@ubuntu.com> Sun, 03 Feb 2013 14:09:54 +0100
|
-- Julien Lavergne <gilir@ubuntu.com> Sun, 03 Feb 2013 14:09:54 +0100
|
||||||
|
|
||||||
|
@ -50,6 +50,12 @@
|
|||||||
<Category>PackageManager</Category>
|
<Category>PackageManager</Category>
|
||||||
<Category>Settings</Category>
|
<Category>Settings</Category>
|
||||||
</Include>
|
</Include>
|
||||||
|
<Exclude>
|
||||||
|
<Or>
|
||||||
|
<Filename>debian-uxterm.desktop</Filename>
|
||||||
|
<Filename>debian-xterm.desktop</Filename>
|
||||||
|
</Or>
|
||||||
|
</Exclude>
|
||||||
</Menu>
|
</Menu>
|
||||||
|
|
||||||
<!-- Other Menu -->
|
<!-- Other Menu -->
|
||||||
|
@ -131,6 +131,12 @@
|
|||||||
<Category>System</Category>
|
<Category>System</Category>
|
||||||
</Or>
|
</Or>
|
||||||
</Include>
|
</Include>
|
||||||
|
<Exclude>
|
||||||
|
<Or>
|
||||||
|
<Filename>debian-uxterm.desktop</Filename>
|
||||||
|
<Filename>debian-xterm.desktop</Filename>
|
||||||
|
</Or>
|
||||||
|
</Exclude>
|
||||||
</Menu>
|
</Menu>
|
||||||
|
|
||||||
<!-- Preferences Menu, to include in Layout section -->
|
<!-- Preferences Menu, to include in Layout section -->
|
||||||
|
@ -155,6 +155,12 @@
|
|||||||
<Not><Category>Game</Category></Not>
|
<Not><Category>Game</Category></Not>
|
||||||
</And>
|
</And>
|
||||||
</Include>
|
</Include>
|
||||||
|
<Exclude>
|
||||||
|
<Or>
|
||||||
|
<Filename>debian-uxterm.desktop</Filename>
|
||||||
|
<Filename>debian-xterm.desktop</Filename>
|
||||||
|
</Or>
|
||||||
|
</Exclude>
|
||||||
</Menu>
|
</Menu>
|
||||||
|
|
||||||
<!-- Add some dirty hacks to map gnome categories to lxlauncher ones for merges -->
|
<!-- Add some dirty hacks to map gnome categories to lxlauncher ones for merges -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user