SparkyLinux Forums

Software & hardware support => Applications => Topic started by: way12go on October 07, 2014, 05:20:35 AM

Title: [ Solved ] How to autorun Linux application
Post by: way12go on October 07, 2014, 05:20:35 AM
In this example we are installing " Klipper  " clipboard manager from " Synaptic " package manager and then

go to
Quote/home/user name/.config/autostart/

Create a document and name it as

QuoteKlipper.txt

and then open it with leafpad or gedit or some other text editor and add these lines to the file

Quote[Desktop Entry]
Name=klipper
Comment=klipper
Icon=klipper
Exec=klipper
Terminal=false
Type=Application