On Wed November 4 2020 08:45:20 Michael via tde-users wrote:
This started a week or two ago it seems, definitely
before 14.0.9. I do
remember getting something very occasionally that was similar, but a
logout/login would clear it up.
Now it’s happening every time I launch KMail.
Click KMail button in panel:
“nice -n 2 kmail -caption "%c" %i %m”
:Pop-Up:
Sorry - Kicker
TDEInit cannot launch ‘nice’.
But KMail is nice’d and seem to be working the same as always.
michael@local [~]# pss kmail
NI TIME SZ COMMAND
2 00:00:40 215388 kmail -caption KMail -icon kmail -miniicon kmail
Works for me if I prefix nice -n 2 to my kmail menu button in
Debian Buster with TDE R14.0.9.
What happens if you run konsole (as you, not root) and do
“nice -n 2 kmail -caption "%c" %i %m” without the outer quotes?
Also which distro and version are you running?
If Debian or a derivative please:
$ echo $PATH
$ apt-cache policy coreutils
$ debsums coreutils | grep nice
--Mike