Hi,
I just bought a new laptop and installed Kubuntu 16.04, and am trying to get Conky to autostart. My script starts Conky no problem when I execute it in a terminal.
Script:
The script also shows up in System Settings --> Startup and Shutdown, which says it is "Enabled" for "Startup."
Does anyone have any idea why Conky is not auto-starting?
I just bought a new laptop and installed Kubuntu 16.04, and am trying to get Conky to autostart. My script starts Conky no problem when I execute it in a terminal.
Code:
./.config/autostart/conky_autostart
Code:
#!/bin/bash sleep 3 && conky
Does anyone have any idea why Conky is not auto-starting?
Comment