NixOS KDE | 220 Members | |
| 60 Servers |
| Sender | Message | Time |
|---|---|---|
| 10 Nov 2024 | ||
| That's why I just also checked with other users... | 14:58:40 | |
| Oh I misread that part sorry | 14:59:46 | |
| must be something stupid on my part... Will have to re-check my flake/flake.lock etc | 15:00:29 | |
| Something unsetting/not setting XDGDATADIRS? | 15:02:50 | |
| The last change I did to my config before I saw this breakage, was to customize a user slice, but since I reverted that change I can't imagine where this would've caused a persistent change affecting even users that didn't have a session while this change was active... | 15:10:07 | |
| XDG_DATA_DIRS looks good in an affected session | 15:11:47 | |
| Oh: displays manager's journal tells me, it starts xserver-wrapper, even though I've selected the Wayland session... Will have to check later... Have to run now | 15:14:53 | |
| sddm's state.conf looks good... | 15:15:34 | |
| SDDM runs X by default | 15:17:29 | |
| For the greeter itself | 15:17:47 | |
| Ah, right... That explains it | 15:20:30 | |
| Today on things I did not expect to be touching: samba | 18:14:33 | |
| https://invent.kde.org/utilities/konsole/-/merge_requests/1042 | 18:26:40 | |
| YESSSSSSSSSSS | 18:26:42 | |
| Finally cgroups per tab in Konsole landed properly | 18:26:48 | |
| Finally I can oomd | 18:26:51 | |
| oooo | 18:27:41 | |
| Also forgot to link my samba touching: https://github.com/NixOS/nixpkgs/pull/355031 | 18:27:53 | |
In reply to @k900:0upti.meWeren't they already introduced some months ago? | 19:13:34 | |
| I might be confusing things with tmux, but I'm pretty sure Konsole added some systemd integration too. | 19:14:18 | |
| It used to only create cgroups if you had a memory limit set in the profile | 19:19:53 | |
| Now it just does it all the time | 19:19:58 | |
In reply to @k900:0upti.meOh, I was having some thoughts on a quite related topic today... https://mastodon.social/@eliasp/113458175173585295 will have to check out per-tab cgroups once everything is back up & running again here | 19:42:44 | |
| btw: still haven't figure out, what broke my user-sessions... doesn't matter which DE or user I'm using, I end up with a user-session where only dbus.service is running, nothing else... will have to do some low-level debugging now | 19:47:44 | |
| * btw: still haven't figured out, what broke my user-sessions... doesn't matter which DE or user I'm using, I end up with a user-session where only dbus.service is running, nothing else... will have to do some low-level debugging now | 19:47:55 | |
| one thing that's off: there's no user-1000.slice or user@1000.service started for my user when logging in via sddm.... only once I login via VT, both are initialized... | 20:11:11 | |
| this also explains, why I'm only seeing dbus.service in the user-session, but nothing else | 20:11:30 | |
| I shouldn't have started digging here... moving I feel like it has trouble with logind, since the Sleep/Reboot/Shutdown buttons are also greyed out and don't work at all... | 20:23:45 | |
oh, understood... /var/lib/sddm is created through /etc/tmpfiles.d/sddm.conf - that's IMHO ugly and needs fixing, since this should be StateDir= of display-manager.service instead and wouldn't break on doing what I just did......added to my TODO-stack | 20:27:08 | |
| looks like I finally found something helpful:
| 20:42:07 | |