https://bugs.kde.org/show_bug.cgi?id=432975
Martin Steigerwald <mar...@lichtvoll.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mar...@lichtvoll.de --- Comment #11 from Martin Steigerwald <mar...@lichtvoll.de> --- Hi! What is the status of this bug? I found: …proc# ls -ld $(pidof krunner)/cwd lrwxrwxrwx 1 USER USER 0 10. Feb 14:26 15116/cwd -> / …proc# ls -ld $(pidof plasmashell)/cwd lrwxrwxrwx 1 USER USER 0 10. Feb 14:27 9191/cwd -> /home/USER on my system. However PWD and OLDPWD is set properly: % cat /proc/`pidof krunner`/environ | tr '\0' '\n' | grep PWD PWD=/home/USER OLDPWD=/home/USER This is with Devuan Ceres with Runit and Elogind. Using X11 still. I can try wayland as well. /bin/sh is pointing to dash. User shell is either Z-Shell or Bash, happens with both. I wonder whether that issue may also affect FreeBSD users. According to pstree krunner's parent process is runit which of course has current working directory pointing to /. I am puzzled on why that is. Surely it must have been some other process that started krunner? Plasmashell instead is going like this ├─runsv(2066)─┬─sddm(2116)─┬ ─sddm-helper(8989)───startplasma-x11(8994)─┬─plasma_session(9056)─┬ Any other information needed? -- You are receiving this mail because: You are watching all bug changes.