Is this a bug?:
I'm working on a Servicemenu that executes a bash script (as dozens of other service menus do). Through trial and error I find that if the script exits with an error (exit 1), Dolphin returns and error message that reads:
This drove me crazy for hours and hours until I realized that it's Dolphin giving the wrong message. This happens if I use an indirect location for the bash script and the script exits with a 1. If I remove the "~" and replace it with "/home/username" the error message does not appear even when the script exits with 1.
Friggin' wasted a bunch of time on this one.
At the very least, Dolphin shouldn't give the wrong error message.
I'm working on a Servicemenu that executes a bash script (as dozens of other service menus do). Through trial and error I find that if the script exits with an error (exit 1), Dolphin returns and error message that reads:
Could not find the program '~/.local/share/kservices5/ServiceMenus/somefolder/somescript'
Friggin' wasted a bunch of time on this one.
At the very least, Dolphin shouldn't give the wrong error message.
Comment