




ä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&

Users browsing this forum: No registered users and 0 guests