My Menu has changed? - 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: My Menu has changed? (/showthread.php?tid=989) |
My Menu has changed? - Alex - 10-12-2014 Overnight, my menu has changed: Install LL updates is gone; install/remove software is gone and the LL manual has also disappeared...what have i done now?? Re: My Menu has changed? - rokytnji - 10-12-2014 Don't know what or how you broke the menu. But I got a suspicion it may be from https://www.freecinema2022.gq/forums/index.php?topic=1016.msg6130;topicseen#msg6130 But to fix. You can re-add via Settings>Main Menu. This editing Has to be done by hand. For finding the launcher. I use the which command in terminal. which <name of app goes here> Code: harry@biker1:~$ which firefox For finding my Icon. I use the locate command locate <name of app goes here> Quote:harry@biker1:~$ locate urbanlightscape Anyways. That is how I add new applications to XFCE Menu myself like so Re: My Menu has changed? - Alex - 10-12-2014 Install LL updates; install/remove software and the LL manual are not in the Main Menu anylonger. Is there anyway I can get to 'Install updates' through a web site? If I could run that it might fix it? Re: My Menu has changed? - bitsnpcs - 10-12-2014 Hello Alex, you can do updates using the CLI Source Code: sudo apt-get update # Fetches the list of available updates You can view the LL manual online https://www.freecinema2022.gq/manual/ Re: My Menu has changed? - rokytnji - 10-12-2014 Refer to my previous post. I gave pretty step by step there. In the Launcher properties inside of main menu editor for install Updates. Hit New Item. Empty box for name type in: Install Updates Empty box for Command type in: Code: x-terminal-emulator --geometry=95x25 -t "Linux Lite Updates" -e /usr/scripts/updates Hit OK and save it. Hit New Item again. Name= Help Manual Command = Code: xdg-open /usr/share/doc/litemanual/index.html Hit Ok to save it. Hit New Item again Name= Install/Remove Software Command = Code: synaptic-pkexec Click OK to save it. Re: My Menu has changed? - Scott(0) - 10-12-2014 Hi Alex, Here are screenshots to go with Bitsnpc's & Rokytnji's excellent instructions. Install Updates Install/Remove Software Help Manual Re: My Menu has changed? - Alex - 10-12-2014 Problem solved, thank you all especially Bitsnpc's, Rokytnji's and Scott. Re: My Menu has changed? - Scott(0) - 10-12-2014 Quote:Sorry I probably was not really clear: none of those are in the main menu any longer: The instructions in the previous posts explain how to recreate them again. Specifically, the instructions are in reply #4 by Rokytnji and pictures are in reply #5 by Scott(0). Does that make sense? Re: My Menu has changed? - Scott(0) - 10-12-2014 Happy to hear you got it fixed! Re: My Menu has changed? - Alex - 10-13-2014 (10-12-2014, 11:57 PM)Scott(0) link Wrote:Quote:Sorry I probably was not really clear: none of those are in the main menu any longer: lol eventually it did (Especially after the pics)...I know that I am struggling with Linux (much too long on stupid windows I reckon) and I was a bit better 30 years ago lol. But I am going to keep at it : sudo alex get it done! |