fabiomux/kde-servicemenus

open_yakuake_here: fail at copy file to a non existing directory

noguxx opened this issue · 2 comments

noguxx commented

sh install.sh --install
Starting procedure from install.sh
Parameters: 1
Parameter: --install
Installing: open_yakuake_here.desktop
cp: cannot create regular file '/home/xxxx/.local/share/kservices5/ServiceMenus/': No such file or directory
Service Menu installed!

It will work if I run:
mkdir -p /home/xxxx/.local/share/kservices5/ServiceMenus

Thanks for the report!
I wrongly assumed that Dolphin or the Dolphin installer automatically created this folder.
I will change the installer script based on your feedback.

Just released a patch version, thank you again!