LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   superkaramba launch at startup (https://www.linuxquestions.org/questions/linux-software-2/superkaramba-launch-at-startup-539113/)

marcoguillen 03-20-2007 03:30 PM

superkaramba launch at startup
 
Hello, how can i launch the superkaramba themes at linux startup, i only manage to launch the application but not the themes. The themes are stored in my home directory.
Thanks in advance

Mojojo 03-20-2007 04:54 PM

Check to make sure you have a tick mark next to Restore Previous Session in Personal Settings>KDE Components>Session Manager

ethics 03-20-2007 07:38 PM

Depends which DE/WM you are using.

For KDE things can be run at startup by adding a script into the ~/.kde/Autostart/

My Superkaramba script is as follows:

Code:

THEMEPATH=/home/ethics/.kde/share/apps/superkaramba/themes

superkaramba $THEMEPATH/VersuriStyle/VersuriStyle.theme &

Obviously you need to change the path and the style you want, but just save that as superkaramba.sh, drop it into the ~/.kde/Autostart directory and make it executable with
Code:

chmod +x superkaramba.sh
:)


All times are GMT -5. The time now is 05:41 AM.