diff options
Diffstat (limited to 'sys-boot/unetbootin/files/unetbootin-581-desktop.patch')
-rw-r--r-- | sys-boot/unetbootin/files/unetbootin-581-desktop.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-boot/unetbootin/files/unetbootin-581-desktop.patch b/sys-boot/unetbootin/files/unetbootin-581-desktop.patch new file mode 100644 index 000000000000..ab1912b2e8a0 --- /dev/null +++ b/sys-boot/unetbootin/files/unetbootin-581-desktop.patch @@ -0,0 +1,24 @@ + * unetbootin.desktop: error: key "GenericName[en_US]" in group "Desktop Entry" + is a localized key, but there is no non-localized key "GenericName" + * unetbootin.desktop: warning: value "Application;System;" for key + "Categories" in group "Desktop Entry" contains a deprecated value + * "Application" + + + +--- a/unetbootin.desktop ++++ b/unetbootin.desktop +@@ -2,11 +2,11 @@ + Version=1.0 + Name=UNetbootin + Comment=Tool for creating Live USB drives +-Categories=Application;System; ++Categories=System; + Exec=/usr/bin/unetbootin + Terminal=false + Type=Application + Name[en_US]=UNetbootin +-GenericName[en_US]=UNetbootin ++GenericName=UNetbootin + Comment[en_US]=Tool for creating Live USB drives + Icon=unetbootin |