Closed beyond9thousand closed 1 year ago
I am having the same issue. launches correctly from the menu or from konsole terminal, but will not autostart. Tried recreating autostart item and autostart using a bash script. No luck.
@Harpo3 is it a certain package update/replacement causing this? Have you been able to figure out what's wrong? Really feeling clueless here
I was able to fix the problem by doing these steps (in my case, KDE running on Arch)
@Harpo3 is it a certain package update/replacement causing this? Have you been able to figure out what's wrong? Really feeling clueless here
With the update of glibc 2.35 and gcc 11.2, many applications in arch repos became unusable. I was able to run it by adding this command. I suggest you to try. conky --daemonize --pause=10 >> /dev/null 2>&1
@onurbbr I am able to run the application manually, it just simply doesn't work on startup. I tried adding this instead to the execstart line, it had no impact. conky still won't run at boot/login etc
Edit: i made the following changes to your suggested command and it worked
[Desktop Entry]
Categories=System;Monitor;
Exec=sleep 5 && conky --daemonize --pause=5 >> /dev/null 2>&1
Icon=conky-logomark-violet
Name=conky
StartupNotify=true
Terminal=false
Type=Application
could you perhaps explain what the command is actually doing?
Honestly, I don't know. I thought I could run it by looping it.
I think the key is the >> /dev/null 2>&1
at the end. I was having the same issues with my Arch/openSUSE KDE VMs.
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment, or this issue will be closed in 30 days.
This issue was closed because it has been stalled for 30 days with no activity.
I'm not able to get this to autostart on Plasma 6, even with all the above options. It worked properly on Plasma 5. Does anyone have this autostarting on 6?
Conky: Can't set the specified locale! Check LANG, LC_CTYPE, LC_ALL.
Is not a conky issue and system configuration or libraries (glibc) are likely at fault. I had a bad install once where I didn't set locales properly and this would've cause that. If you're having this issue, first and foremost check that your /etc/enviroment
is configured properly - see the Localization part of the arch installation guide (or equivalent for your repo).
@metal450 I opened a separate issue for your problem as this one is very old, resolved and likely unrelated. See #1856
Conky fails to initialize when set to autostart in KDE
Loads properly when run from the terminal manually anytime after the DE has loaded. Won't run if set to autostart and throws the following error when run with terminal=true at the very beginning
Information
OS: 5.16.9-zen1-1-zen (arch) DE: KDE Plasma 5.24.0 conky: 1.12.2-1
conky config: