




äxl wrote:In terminal you could look at ~/.config/autostart/<conky>.desktop and make sure it doesn't contain something like:
OnlyShowIn=MATE;
X-GNOME-Autostart-enabled=false;
[Desktop Entry]
Type=Application
Exec=/home/me/bin/conky-startup.sh
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_US]=conky
Name=conky
Comment[en_US]=desktop system monitor
Comment=desktop system monitor

[Desktop Entry]
Type=Application
Exec=conky
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_US]=Conky
Name=Conky
Comment[en_US]=Auto run conky
Comment=Auto run conky.

azertywarrior12 wrote:what's the content of your conky-startup.sh?
#!/bin/bash
# This makes conky 'window' truly transparent when run from Startup Applications.
# Otherwise, window 'has shadow' == {!transparent && alwaysOnTop}
# sleep 10 && conky
sleep 20 && conky



conky -c $HOME/.conky/conky_right&

NotoriousPyro wrote:Sorry for bumping a somewhat old thread but I solved mine by putting the following in /home/<user>/.profile (you could also put it in /etc/profile)
- Code: Select all
conky -c $HOME/.conky/conky_right&
Where anything after -c points to your conky configuration file (don't forget to put the & or you'll be stuck on a black screen with only Conky).
conky -c $HOME/*Username Here*/.conkyrc &
Users browsing this forum: No registered users and 1 guest