You can always add programs/applications to linux startup without having
to launch them maunally, meaning, the application you wish for will
launch itself automatically as soon as you boot into ubuntu after
logging in.
Via Terminal :
For
instance, let us say you are looking at adding firefox web browser to your start up
list, all that is needed to be done is, to copy the firefox.dekstop file from
user/share/applications folder to the etc/xdg/autostart folder.
Via Terminal :
- Ctr+Alt+T to open terminal
- Type in the following command and hit eneter
sudo cp /usr/share/applications/firefox.desktop /etc/xdg/autostart
Via
GUI :
- Hit Alt+F2, type in
gksudo nautilus
//This will ensure deliberate copy of the desktop file albeit the file permission issues if any.
- Browse through Filesystem -> usr -> share -> applications
- Copy the desired .desktop file (firefox.desktop in this case)
- Browse through Filesystem -> etc -> xdb -> autostart and paste it in the folder.
This
will start firefox on ubuntu startup. Similar approach can be adapted for any other application installed.
0 comments:
Post a Comment