Blacklist from menus.
Summary: {D8} was an attempt to do the same thing by creating a whole menu with an explicit blacklist. While this should have worked, it didn't. While it doesn't seem to have adverse effects, it could. Therefore, a more functional and simple solution and one that other non-Lubuntu users could benefit from is not showing it ever. Here we edit the .desktop file to get that resolved. Test Plan: Make sure nm-tray is not in the menu. Reviewers: tsimonq2 Reviewed By: tsimonq2 Differential Revision: https://phab.lubuntu.me/D14
This commit is contained in:
parent
cc489ee158
commit
de385a9372
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
nm-tray (0.4.0-0ubuntu3) cosmic; urgency=medium
|
||||||
|
|
||||||
|
* Blacklist from menus.
|
||||||
|
|
||||||
|
-- Walter Lapchynski <wxl@ubuntu.com> Tue, 18 Sep 2018 23:15:13 -0700
|
||||||
|
|
||||||
nm-tray (0.4.0-0ubuntu2) cosmic; urgency=medium
|
nm-tray (0.4.0-0ubuntu2) cosmic; urgency=medium
|
||||||
|
|
||||||
[ Simon Quigley ]
|
[ Simon Quigley ]
|
||||||
|
9
debian/patches/blacklist-from-menu.patch
vendored
Normal file
9
debian/patches/blacklist-from-menu.patch
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Description: Blacklist from menus.
|
||||||
|
Author: Walter Lapchynski <wxl@ubuntu.com>
|
||||||
|
--- a/resources/nm-tray.desktop
|
||||||
|
+++ b/resources/nm-tray.desktop
|
||||||
|
@@ -6,3 +6,4 @@ Icon=network-transmit
|
||||||
|
TryExec=nm-tray
|
||||||
|
Exec=nm-tray
|
||||||
|
Categories=System;Monitor;Qt;
|
||||||
|
+NoDisplay=true
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,2 +1,3 @@
|
|||||||
fix-internal-version.patch
|
fix-internal-version.patch
|
||||||
|
blacklist-from-menu.patch
|
||||||
generalize-terminal-for-edits.patch
|
generalize-terminal-for-edits.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user