It appears the autostart scripts here are not starting. I'm only using one at the moment, but here's how it's configured:
4 conky scripts launched by this executable script:
A desktop file which executes that script:
and the desktop file is called from: System Settings > Startup and Shutdown > Autostart > Login Scripts
This has worked very well since the first version of KDEneon. It launches fine after log in.
4 conky scripts launched by this executable script:
Code:
#!/bin/bash ## Wait 10 seconds sleep 10 ## Run conky conky -c $HOME/.conky/conkyrc_slow conky -c $HOME/.conky/conkyrc_fast conky -c $HOME/.conky/wun/wu_conkyrc1 conky -c $HOME/.conky/wun2/wu_conkyrc1
Code:
[Desktop Entry] Exec=/home/stuart/.conky/conky_start Icon=dialog-scripts Name=conky_start Path= Type=Application X-KDE-AutostartScript=true
This has worked very well since the first version of KDEneon. It launches fine after log in.
Comment