Exploring startup items in Ubuntu
To run startup, press Dashboard and run Startup. By default it doesn't show all of the programs that actually start on boot. To show a...
https://www.czetsuyatech.com/2012/10/ubuntu-exploring-startup-items.html
To run startup, press Dashboard and run Startup. By default it doesn't show all of the programs that actually start on boot.
To show all startup programs execute:
Reboot and run Startup again, you should now see all the startup programs.
To show all startup programs execute:
sudo sed -i ‘s/NoDisplay=true/NoDisplay=false/g’ /etc/xdg/autostart/*.desktop
Reboot and run Startup again, you should now see all the startup programs.
Post a Comment