Tuesday, 17 October 2023

[KDE] A menu entry does not start the application complaining about permission problem

 I lately created a menu entry for an application not providing one on its own. As I manage some of my stuff in Subversion, I placed a symlink in ~/.local/share/applications pointing to the file in my local checkout of my repository. Trying to start it, KDE complains about permission problems. It turns out that "it" is not able to handle symlinks properly.

No comments:

Post a Comment

[git] Create a local branch from another branch

From the active branch git checkout -b <LOCAL_BRANCH> From a donator branch git checkout -b <LOCAL_BRANCH> <DONATING_BRANCH...