thunar_file_is_executable () should check if .desktop file is safe
Current implementation of thunar_file_is_executable() does not check if .desktop file entry is safe even if thunar_file_is_desktop_file() provides such feature. The other executables, including binaries, are considered as "not executable" if an executable bit is disabled. This is an inconsistent behavior and may cause security problems.