related perhaps?
if i open the terminal in a folder (F4) and execute the pwd command i get the expected folder name in the path listing
however if i execute pwd from a dolphin service menu using
Exec=konsole --hold -e pwd ;
the konsole window that opens shows the result is a path without the folder name
it’s as if it included a cd .. command before it did the pwd
i.e. cd .. ; pwd
is this is not the expected behavior, is it?