mirror of
https://github.com/slgobinath/SafeEyes.git
synced 2024-12-25 23:52:42 +01:00
.desktop: Address validity issues
$ desktop-file-validate ./share/applications/safeeyes.desktop ./share/applications/safeeyes.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated ./share/applications/safeeyes.desktop: error: value "1.2.0" for key "Version" in group "Desktop Entry" is not a known version Notes: * UTF-8 encoding is required by now so the key can be dropped * Version relates to the version of the standard (Desktop Entry Specification) not SafeEyes
This commit is contained in:
parent
8761d6cbbf
commit
ee5470a927
@ -1,5 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Safe Eyes
|
||||
Comment=Protect your eyes from eye strain
|
||||
Comment[ge]=დაიცავით თქვენი თვალები დაღლილობისაგან
|
||||
@ -15,7 +14,7 @@ Comment[es]=Protege tus ojos de la fatiga ocular
|
||||
Comment[ru]=Защитите свои глаза от зрительного перенапряжения
|
||||
Exec=env GDK_BACKEND=x11 safeeyes
|
||||
Icon=safeeyes
|
||||
Version=1.2.0
|
||||
Version=1.1
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Utility;
|
||||
|
Loading…
Reference in New Issue
Block a user