wok-6.x rev 349
Settings menu entry with default desktop files
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 06 20:32:58 2008 +0100 (2008-03-06) |
parents | 98ca9b0019e7 |
children | 6cb2e710b18d |
files | slitaz-menus/receipt slitaz-menus/stuff/applications/Xdefaults.desktop slitaz-menus/stuff/applications/gtkrc.desktop slitaz-menus/stuff/applications/shell-profile.desktop slitaz-menus/stuff/desktop-directories/Settings.directory slitaz-menus/stuff/menus/applications.menu |
line diff
1.1 --- a/slitaz-menus/receipt Thu Mar 06 17:59:13 2008 +0000 1.2 +++ b/slitaz-menus/receipt Thu Mar 06 20:32:58 2008 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-menus" 1.7 -VERSION="1.0" 1.8 +VERSION="1.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="SliTaz Freedesktop menus." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/slitaz-menus/stuff/applications/Xdefaults.desktop Thu Mar 06 20:32:58 2008 +0100 2.3 @@ -0,0 +1,7 @@ 2.4 +[Desktop Entry] 2.5 +Encoding=UTF-8 2.6 +Name=X defaults behavior 2.7 +Icon=/usr/share/icons/Tango/jwm/preferences-system-session.png 2.8 +Exec=leafpad $HOME/.Xdefaults 2.9 +Type=Application 2.10 +Categories=Settings;DesktopSettings;GTK;
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/slitaz-menus/stuff/applications/gtkrc.desktop Thu Mar 06 20:32:58 2008 +0100 3.3 @@ -0,0 +1,9 @@ 3.4 +[Desktop Entry] 3.5 +Encoding=UTF-8 3.6 +Name=GTK+ Theme and Font 3.7 +Name[fr]=Thème et police GTK+ 3.8 +Icon=/usr/share/icons/Tango/jwm/preferences-desktop-theme.png 3.9 +Exec=leafpad $HOME/.gtkrc-2.0 3.10 +Type=Application 3.11 +Categories=Settings;DesktopSettings;GTK; 3.12 +
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/slitaz-menus/stuff/applications/shell-profile.desktop Thu Mar 06 20:32:58 2008 +0100 4.3 @@ -0,0 +1,8 @@ 4.4 +[Desktop Entry] 4.5 +Encoding=UTF-8 4.6 +Name=SHell profile 4.7 +Name[fr]=Profile du SHell 4.8 +Icon=/usr/share/icons/Tango/jwm/utilities-terminal.png 4.9 +Exec=leafpad $HOME/.profile 4.10 +Type=Application 4.11 +Categories=Settings;DesktopSettings;GTK;
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/slitaz-menus/stuff/desktop-directories/Settings.directory Thu Mar 06 20:32:58 2008 +0100 5.3 @@ -0,0 +1,6 @@ 5.4 +[Desktop Entry] 5.5 +Name=Settings 5.6 +Name[fr]=Réglages 5.7 +Icon=/usr/share/icons/Tango/jwm/preferences-desktop.png 5.8 +Type=Directory 5.9 +Encoding=UTF-8
6.1 --- a/slitaz-menus/stuff/menus/applications.menu Thu Mar 06 17:59:13 2008 +0000 6.2 +++ b/slitaz-menus/stuff/menus/applications.menu Thu Mar 06 20:32:58 2008 +0100 6.3 @@ -22,6 +22,7 @@ 6.4 <Category>Utility</Category> 6.5 <Not> 6.6 <Category>System</Category> 6.7 + <Category>Graphics</Category> 6.8 </Not> 6.9 </And> 6.10 </Include> 6.11 @@ -106,6 +107,18 @@ 6.12 </Include> 6.13 </Menu> 6.14 6.15 + <!-- Settings --> 6.16 + <Menu> 6.17 + <Name>Settings</Name> 6.18 + <Directory>Settings.directory</Directory> 6.19 + <Include> 6.20 + <And> 6.21 + <Category>Settings</Category> 6.22 + <Not><Category>System</Category></Not> 6.23 + </And> 6.24 + </Include> 6.25 + </Menu> 6.26 + 6.27 <!-- Documentation --> 6.28 <Menu> 6.29 <Name>Documentation</Name>