Skip to main content

Thread: Install a program at startup?


i want install following command program , on startup.
cd desktop/
sudo lkl -l -k keymaps/us_km -o log.file

, running since computer starts until it's shut down.
how can it?
have ubuntu 10.14

create executable file content:

code:
#!/bin/sh cd ~/desktop sudo lkl -l -k keymaps/us_km -o log.file &
and place in directory included in path (lets /usr/bin). use:
system -> preferences -> startup applications
run @ start up.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Install a program at startup?


Ubuntu

Comments