[PATCH] Remove the Encoding entry from the .desktop file

David Shea dshea at redhat.com
Sat Feb 7 17:10:27 UTC 2015


Encoding is deprecated, and all localized strings are supposed to be
UTF-8 now, which is what we were saying they are anyway.
---
 data/liveinst/liveinst.desktop.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/data/liveinst/liveinst.desktop.in b/data/liveinst/liveinst.desktop.in
index b0ef188..0a30444 100644
--- a/data/liveinst/liveinst.desktop.in
+++ b/data/liveinst/liveinst.desktop.in
@@ -7,6 +7,5 @@ Exec=/usr/bin/liveinst
 Terminal=false
 Type=Application
 Icon=anaconda
-Encoding=UTF-8
 StartupNotify=true
 NoDisplay=true
-- 
2.1.0



More information about the anaconda-patches mailing list