Feature Request: added test if icon file exist for absolute paths
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