Skip to content

Check for empty path property in .desktop files

Manuel Grießmayr requested to merge (removed):empty_path into master

.desktop files are executed differently when there is no path property available or when there is a path property available but with an empty string. That should not be the case. If there is no path property we execute from the current working directory and when there is a path property but with an empty string or white spaces we execute from another directory (maybe home or root directory, I am not sure about this).

Merge request reports