Posts Tagged ‘kde’
KDE looks for programs in the ~/.kde/Autostart directory to be executed during it’s startup. The way to execute programs as KDE starts would be to;
Copy programs directly to the directory
Create (soft) link to programs from the directory
Create a script which will execute other programs
The first method is very straightforward, and the second method can be [...]