Created attachment 171138 [details] App view is unsupported on sysVinit SUMMARY Hi, I'm testing on MX Linux now, and they are known to use sysvinit by default. What I noticed, is that plasma-systemmonitor is unable to show applications ("Applications view is unsupported on your system") when I'm in an init session, but it works when I'm in a systemd session. Is it possible to somehow bridge the two, so applications would show up on an init based system too? STEPS TO REPRODUCE 1. Boot into a sysV init system 2. Launch System Monitor 3. Applications won't show up OBSERVED RESULT Applications view is unsupported on your system EXPECTED RESULT Applications view should be displayed on a non-systemd based system too. Operating System: MX Linux 23 KDE Plasma Version: 5.27.5 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 Kernel Version: 6.9.6-1-liquorix-amd64 (64-bit) Graphics Platform: X11 Processors: 4 × Intel® Core™ i5-6500 CPU @ 3.20GHz Memory: 3.8 GiB of RAM Graphics Processor: SVGA3D; build: RELEASE; LLVM; Manufacturer: innotek GmbH Product Name: VirtualBox System Version: 1.2
Yup, this feature requires features in systemd.
To elaborate a bit, what it requires specifically is a cgroup layout for processes that so far is only exposed by systemd. See https://systemd.io/DESKTOP_ENVIRONMENTS/ for the details, especially the section "XDG standardisation for Applications".