![]() |
Removing a menu entry - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18) +--- Thread: Removing a menu entry (/showthread.php?tid=1672) |
Removing a menu entry - bugfree - 03-25-2015 Hello, ![]() Have installed Teamviewer10 before removing Teamviewer9. : ![]() However, I now have Teamviewer10 and Teamviewer9 as Menu entries. In the Menu edit box, there is just one entry for Teamviewer10. How do I remove the rogue Teamviewer9 entry from the Main Menu. Thanks! Re: Removing a menu entry - Valtam - 03-25-2015 Open Synaptic and search for teamviewer, if version 9 is there remove it, leave 10 in there. Re: Removing a menu entry - Scott(0) - 03-27-2015 Hi Bugfree, Has this problem been fixed? Re: Removing a menu entry - bugfree - 04-28-2015 Hello Scott, Just noticed your note. Sorry about that! Both Teamviewer 10 and Teamviewer 9 are still in the menus. In synaptic Teamviewer10 is marked as installed and Teamviewer9 as uninstalled. Unable to remove the uninstalled Teamviewer9 entry. Not a problem, as 10 works fine, just a nuisance having a meaningless entry in the Main Menu. Cheers! Re: Removing a menu entry - LL-user - 04-29-2015 Hi bugfree, May I suggest to run: Code: ls -l /usr/share/applications/teamviewer* I would assume an entry there for version 9 too. If this is the case you could either delete it or edit the desktop file and add a line to hide it: Code: Hidden=true Hope that helps Re: Removing a menu entry - UltraCookie - 05-01-2015 If the file is not in /usr/share/applications/, look in /home/<user>/.local/share/applications/. the files there are not all named properly. some are just 'alacarte-made.desktop'. You have to look in the launcher properties for each the find out which one is for TeamViewer 9. Just delete that file. |