diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-07-29 21:40:28 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-07-29 21:40:28 +0000 |
commit | 02383dc3ee5f1b45387f0c3a19a99fbf896c9d1d (patch) | |
tree | 543e755a5b781d3aac5c051d3a0b04292c6ae19a /x11-misc/obconf/files | |
parent | Bump a snapshot. Should fix bug #478154 and bug #476502. (diff) | |
download | gentoo-2-02383dc3ee5f1b45387f0c3a19a99fbf896c9d1d.tar.gz gentoo-2-02383dc3ee5f1b45387f0c3a19a99fbf896c9d1d.tar.bz2 gentoo-2-02383dc3ee5f1b45387f0c3a19a99fbf896c9d1d.zip |
fix desktop file wrt #437438
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'x11-misc/obconf/files')
-rw-r--r-- | x11-misc/obconf/files/obconf-2.0.3_p20111019-desktopfile.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-misc/obconf/files/obconf-2.0.3_p20111019-desktopfile.patch b/x11-misc/obconf/files/obconf-2.0.3_p20111019-desktopfile.patch new file mode 100644 index 000000000000..50433325ad90 --- /dev/null +++ b/x11-misc/obconf/files/obconf-2.0.3_p20111019-desktopfile.patch @@ -0,0 +1,24 @@ +commit 1b6eb630bc82265f514c30717b712758917b0e1c +Author: hasufell <hasufell@gentoo.org> +Date: Mon Jul 29 23:37:52 2013 +0200 + + fix desktop file + +diff --git a/obconf.desktop b/obconf.desktop +index 0c9714e..a3ba032 100644 +--- a/obconf.desktop ++++ b/obconf.desktop +@@ -1,5 +1,4 @@ + [Desktop Entry] +-Encoding=UTF-8 + Type=Application + Name=Openbox Configuration Manager + Name[zh_TW]=Openbox 組態管理器 +@@ -8,6 +7,6 @@ Comment[zh_TW]=管理 Openbox 組態設定 + Icon=obconf + Exec=obconf %f + Categories=Settings;DesktopSettings;GTK; +-MimeType=application/x-openbox-theme ++MimeType=application/x-openbox-theme; + StartupNotify=true + Terminal=false |