Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 4056

Graphical Environments & Desktops • Re: Cascading Systemd Errrors (see 3rd post)

$
0
0

Fixed this. Mostly by myself, but Opus 4.6 helped me wrap my head around it and get to the finish line.

The issue was that I have a nightMode script that changes themes for Konsole/Themes/Icons at sunset/sunrise.

I've been running this for years w/o issue altho it took a while to configure due to X11 quirks. About a year into Debian 12, I switched to Wayland and the script ran even smoother. I had amassed some variables I was passing through to make the script work:

Code:

Environment=QT_QPA_PLATFORM=waylandEnvironment=WAYLAND_DISPLAY=wayland-0Environment=XDG_RUNTIME_DIR=/run/user/1000

Something about these variables suddenly started interfering w/ my setup. From the sound of things, I was inserting new Wayland vars into an env where these vars already existed, and this led to a conflict which broke systemd functionality across various areas.

Commenting out the variables resolved the issue

Statistics: Posted by m4c-attack — 2026-02-06 01:28



Viewing all articles
Browse latest Browse all 4056

Trending Articles