Skip to content

Feature Request: added test if icon file exist for absolute paths

Russell Brinson requested to merge rbrins/desktop-file-utils:master into master

I added a check after g_path_is_absolute to determine if the icon file actually exist with g_file_test, if it doesn't exist or can't be accessed, then it will display an error.

I specifically ran into this today when I borked a .desktop file I was working on and was introduced to the desktop-file-validate program.

Edited by Russell Brinson

Merge request reports

Loading