-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No hourly change echo "$DESKTOP_SESSION" plasma #103
Comments
Changing my user (siva) cron to: results in the following from systemctl cronie.service ... Sep 26 22:00:01 hplaptop14dk0xxx CROND[8025]: (siva) CMDOUT ([*] Using style : sol) The wallpaper still does not change (edit) |
anyone has solution for this? |
In my case (Kubuntu 24.04), I needed to set the variable |
My wallpaper has stopped changing since updating to dwall v3.0
I'm on garuda linux (arch based)
My user's cron job looks like this:
#!/bin/bash
0 * * * * env PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl DISPLAY=:0 DESKTOP_SESSION=plasma DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus" /usr/bin/dwall -s sol
Using the custom image set sol
This works when used through terminal but doesn't seem to trigger every hour
echo "$SHELL | $PATH | $DISPLAY | $DESKTOP_SESSION | $DBUS_SESSION_BUS_ADDRESS | $XDG_RUNTIME_DIR"
Gives me
/bin/bash | /usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl | :0 | plasma | unix:path=/run/user/1000/bus | /run/user/1000
Let me know if there's anything else you need to know. I'd love to get this working again
The text was updated successfully, but these errors were encountered: