Patch by: Stephane Loeuillet <leroutier@gmail.com>
2007-10-02 Jens Granseuer <jensgr@gmx.net> Patch by: Stephane Loeuillet <leroutier@gmail.com> * capplets/about-me/gnome-about-me.desktop.in.in: * capplets/accessibility/at-properties/at-properties.desktop.in.in: * capplets/accessibility/keyboard/accessibility-keyboard.desktop.in.in: * capplets/appearance/data/gnome-appearance-properties.desktop.in.in: * capplets/appearance/data/gnome-theme-installer.desktop.in.in: * capplets/appearance/theme-save.c: * capplets/default-applications/default-applications.desktop.in.in: * capplets/default-applications/gnome-at-session.desktop.in.in: * capplets/display/display-properties.desktop.in.in: * capplets/keybindings/keybinding.desktop.in.in: * capplets/keyboard/keyboard.desktop.in.in: * capplets/mouse/gnome-settings-mouse.desktop.in.in: * capplets/network/gnome-network-preferences.desktop.in.in: * capplets/sound/gnome-settings-sound.desktop.in.in: * capplets/windows/window-properties.desktop.in.in: * shell/gnomecc.desktop.in.in: * shell/gnomecc.directory.in: * vfs-methods/fontilus/font-method.directory.in: * vfs-methods/fontilus/gnome-font-viewer.desktop.in.in: * vfs-methods/themus/theme-method.directory.in: * vfs-methods/themus/themus-theme-applier.desktop.in.in: desktop file fixes: don't use the deprecated Encoding tag, change Terminal=0 to Terminal=false, remove empty Categories= (bug #481740) svn path=/trunk/; revision=8153
This commit is contained in:
parent
268d74a27b
commit
97f89ca9e1
22 changed files with 32 additions and 22 deletions
28
ChangeLog
28
ChangeLog
|
@ -1,3 +1,31 @@
|
|||
2007-10-02 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
Patch by: Stephane Loeuillet <leroutier@gmail.com>
|
||||
|
||||
* capplets/about-me/gnome-about-me.desktop.in.in:
|
||||
* capplets/accessibility/at-properties/at-properties.desktop.in.in:
|
||||
* capplets/accessibility/keyboard/accessibility-keyboard.desktop.in.in:
|
||||
* capplets/appearance/data/gnome-appearance-properties.desktop.in.in:
|
||||
* capplets/appearance/data/gnome-theme-installer.desktop.in.in:
|
||||
* capplets/appearance/theme-save.c:
|
||||
* capplets/default-applications/default-applications.desktop.in.in:
|
||||
* capplets/default-applications/gnome-at-session.desktop.in.in:
|
||||
* capplets/display/display-properties.desktop.in.in:
|
||||
* capplets/keybindings/keybinding.desktop.in.in:
|
||||
* capplets/keyboard/keyboard.desktop.in.in:
|
||||
* capplets/mouse/gnome-settings-mouse.desktop.in.in:
|
||||
* capplets/network/gnome-network-preferences.desktop.in.in:
|
||||
* capplets/sound/gnome-settings-sound.desktop.in.in:
|
||||
* capplets/windows/window-properties.desktop.in.in:
|
||||
* shell/gnomecc.desktop.in.in:
|
||||
* shell/gnomecc.directory.in:
|
||||
* vfs-methods/fontilus/font-method.directory.in:
|
||||
* vfs-methods/fontilus/gnome-font-viewer.desktop.in.in:
|
||||
* vfs-methods/themus/theme-method.directory.in:
|
||||
* vfs-methods/themus/themus-theme-applier.desktop.in.in:
|
||||
desktop file fixes: don't use the deprecated Encoding tag, change
|
||||
Terminal=0 to Terminal=false, remove empty Categories= (bug #481740)
|
||||
|
||||
2007-09-28 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* configure.in: fix typo in order to correctly substitute XCursor CFLAGS
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=About Me
|
||||
_Comment=Set your personal information
|
||||
Exec=gnome-about-me
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Assistive Technology Preferences
|
||||
_Comment=Enable support for GNOME assistive technologies at login
|
||||
Exec=gnome-at-properties
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Keyboard Accessibility
|
||||
_Comment=Set your keyboard accessibility preferences
|
||||
Exec=gnome-accessibility-keyboard-properties
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Appearance
|
||||
_Comment=Customize the look of the desktop
|
||||
Exec=gnome-appearance-properties %F
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Theme Installer
|
||||
_Comment=Installs themes packages for various parts of the desktop
|
||||
Exec=gnome-appearance-properties -i %u
|
||||
|
|
|
@ -191,7 +191,6 @@ write_theme_to_disk (GnomeThemeMetaInfo *theme_info,
|
|||
"Name=%s\n"
|
||||
"Type=X-GNOME-Metatheme\n"
|
||||
"Comment=%s\n"
|
||||
"Encoding=UTF-8\n"
|
||||
"\n"
|
||||
"[X-GNOME-Metatheme]\n"
|
||||
"GtkTheme=%s\n"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Preferred Applications
|
||||
_Comment=Select your default applications
|
||||
Exec=gnome-default-applications-properties
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Visual
|
||||
_Comment=Autostart the preferred AT
|
||||
Exec=gnome-at-visual -s
|
||||
|
@ -7,7 +6,6 @@ Icon=gnome-searchtool
|
|||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Categories=
|
||||
OnlyShowIn=GNOME;
|
||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||
X-GNOME-Bugzilla-Product=gnome-control-center
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Screen Resolution
|
||||
_Comment=Change screen resolution
|
||||
Exec=gnome-display-properties
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Keyboard Shortcuts
|
||||
_Comment=Assign shortcut keys to commands
|
||||
Exec=gnome-keybinding-properties
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Keyboard
|
||||
_Comment=Set your keyboard preferences
|
||||
Exec=gnome-keyboard-properties
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Mouse
|
||||
_Comment=Set your mouse preferences
|
||||
Exec=gnome-mouse-properties
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Network Proxy
|
||||
_Comment=Set your network proxy preferences
|
||||
Exec=gnome-network-preferences
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Sound
|
||||
_Comment=Enable sound and associate sounds with events
|
||||
Exec=gnome-sound-properties
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Windows
|
||||
_Comment=Set your window properties
|
||||
Exec=gnome-window-properties
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Control Center
|
||||
_GenericName=The GNOME configuration tool
|
||||
Icon=gnome-control-center
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
_Name=Control Center
|
||||
Icon=gnome-settings
|
||||
Type=Directory
|
||||
Encoding=UTF-8
|
||||
|
||||
|
|
|
@ -3,4 +3,4 @@ Name=Font Catalogue
|
|||
Comment=Font Catalogue
|
||||
Icon=font-capplet
|
||||
Type=Directory
|
||||
Encoding=UTF-8
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Font Viewer
|
||||
_Comment=Preview fonts
|
||||
Icon=gnome-settings-font
|
||||
|
|
|
@ -3,4 +3,4 @@ Name=Theme Catalogue
|
|||
Comment=Theme Catalogue
|
||||
Icon=theme-capplet
|
||||
Type=Directory
|
||||
Encoding=UTF-8
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Apply theme
|
||||
_Comment=Sets the default theme
|
||||
Icon=gnome-settings-theme
|
||||
|
@ -8,6 +7,7 @@ Terminal=false
|
|||
Type=Application
|
||||
StartupNotify=false
|
||||
NoDisplay=true
|
||||
# we don't want to show this at all in the menus
|
||||
OnlyShowIn=;
|
||||
MimeType=application/x-gnome-theme-installed;
|
||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue