mirror of
https://github.com/slgobinath/SafeEyes.git
synced 2025-01-14 02:15:56 +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]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
|
||||||
Name=Safe Eyes
|
Name=Safe Eyes
|
||||||
Comment=Protect your eyes from eye strain
|
Comment=Protect your eyes from eye strain
|
||||||
Comment[ge]=დაიცავით თქვენი თვალები დაღლილობისაგან
|
Comment[ge]=დაიცავით თქვენი თვალები დაღლილობისაგან
|
||||||
@ -15,7 +14,7 @@ Comment[es]=Protege tus ojos de la fatiga ocular
|
|||||||
Comment[ru]=Защитите свои глаза от зрительного перенапряжения
|
Comment[ru]=Защитите свои глаза от зрительного перенапряжения
|
||||||
Exec=env GDK_BACKEND=x11 safeeyes
|
Exec=env GDK_BACKEND=x11 safeeyes
|
||||||
Icon=safeeyes
|
Icon=safeeyes
|
||||||
Version=1.2.0
|
Version=1.1
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Utility;
|
Categories=Utility;
|
||||||
|
Loading…
Reference in New Issue
Block a user