Skip to content

Resolve problems around .desktop files

  • Trust .desktop files below XDG_DATA_DIRS
  • Follow Symlinks in order to decide if a file can be executed (dont check the link itself)

Note that the rename of 'thunar_file_is_executable' to 'thunar_file_can_execute' did not change the purpose of the method. The method always was used to check if a file can be executed. (Not to be confused by checking if a file has the +x flag).

Follow Symlinks in order to decide if a file can be executed (dont check the link itself) See #944 (closed)

Edited by Alexander Schwinn

Merge request reports