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/D14ubuntu/cosmic
parent
cc489ee158
commit
de385a9372
@ -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,2 +1,3 @@
|
||||
fix-internal-version.patch
|
||||
blacklist-from-menu.patch
|
||||
generalize-terminal-for-edits.patch
|
||||
|
Loading…
Reference in new issue