Hi, I recently ran into similar issues. I did some looking around, and discovered that KDE/KF5 was trying to use DBUS to get account information, and failing. I installed sysutils/accountsservice and I find a massive difference in how it runs. For one thing, startup is much quicker. For another, my CHARSET and LANG settings from /etc/login.conf are respected.
I'm beginning to think there should be a dependency on sysutils/ accountsservice for x11/kde5. Cheers, Dwayne On Monday, December 7, 2020 10:07:31 A.M. EST Matthias Apitz wrote: > El día lunes, diciembre 07, 2020 a las 12:08:51p. m. +0100, Matthias Apitz escribió: > > Hello, > > > > Thanks, this works fine. > > > > I have another script (used in ~/.kde4/Autostart/xmod.sh) which I now > > > copied to ~/.config/plasma-workspace/env/xmod.sh which does: > I came up with this small hack: > > $ cat ~/.config/plasma-workspace/env/xmod.sh > > echo $0 >> /tmp/autostart.txt > ( sleep 60 ; ~/xmod.sh ) & > > i.e. the real work is done in ~/xmod.sh which is launched by > ~/.config/plasma-workspace/env/xmod.sh but 60 secs later; > > matthias