Skip to content

Commit 5921050

Browse files
committed
Untemplate variety.desktop
After switching from distutils-extra to setuptools, there is no more special handling for this. As far as I can tell we were not translating these fields anyways (there are no corresponding po/ entries)
1 parent 5998a15 commit 5921050

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Desktop Entry]
2-
_Name=Variety
3-
_Comment=Variety Wallpaper Changer
2+
Name=Variety
3+
Comment=Variety Wallpaper Changer
44
Categories=GNOME;GTK;Utility;
55
Exec=variety %U
66
MimeType=text/uri-list;x-scheme-handler/variety;x-scheme-handler/vrty;
@@ -14,20 +14,20 @@ StartupWMClass=Variety
1414

1515
[Desktop Action Next]
1616
Exec=variety --next
17-
_Name=Next
17+
Name=Next
1818

1919
[Desktop Action Previous]
2020
Exec=variety --previous
21-
_Name=Previous
21+
Name=Previous
2222

2323
[Desktop Action PauseResume]
2424
Exec=variety --toggle-pause
25-
_Name=Pause / Resume
25+
Name=Pause / Resume
2626

2727
[Desktop Action History]
2828
Exec=variety --history
29-
_Name=History
29+
Name=History
3030

3131
[Desktop Action Preferences]
3232
Exec=variety --preferences
33-
_Name=Preferences
33+
Name=Preferences

0 commit comments

Comments
 (0)