Skip to content

Commit 381ca42

Browse files
committed
Added OnlyShowIn to desktop entry for known supported desktops
1 parent 3487b8d commit 381ca42

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ MenuLibre NEWS
66
- General:
77
. Delay menu updates for 1 second to prevent file writing collisions
88
. Added GTK to desktop entry categories
9+
. Added OnlyShowIn to desktop entry for known supported desktops
910
- Bug Fixes:
1011
. Fix infinite loop entered when deleting a file in search mode
1112
(by disabling deletions while in search mode) (LP: #1751616)

menulibre.desktop.in

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[Desktop Entry]
2+
Version=1.1
3+
Type=Application
24
_Name=Menu Editor
35
_Comment=Add or remove applications from the menu
6+
Icon=menulibre
7+
OnlyShowIn=Budgie;Cinnamon;GNOME;KDE;LXDE;LXQt;MATE;Pantheon;Unity;XFCE;
48
Exec=menulibre
5-
Terminal=false
6-
Type=Application
7-
StartupNotify=true
89
Categories=GNOME;GTK;Settings;DesktopSettings;Utility;
910
Keywords=Configuration;Menu;User;
10-
Icon=menulibre
11+
StartupNotify=true
12+
Terminal=false
1113
X-Ubuntu-Gettext-Domain=menulibre

po/menulibre.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-03-16 06:22-0400\n"
11+
"POT-Creation-Date: 2018-03-16 06:52-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

0 commit comments

Comments
 (0)