Skip to content

Commit

Permalink
Fix Caja does not show icons of application launchers
Browse files Browse the repository at this point in the history
in /usr/share/applications
and asks user for confirmation on launch of desktop-files here
  • Loading branch information
zhuyaliang committed Oct 11, 2021
1 parent 651bded commit 1942f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcaja-private/caja-directory-async.c
Original file line number Diff line number Diff line change
Expand Up @@ -3850,7 +3850,7 @@ is_link_trusted (CajaFile *file,
return TRUE;
}

if (caja_file_can_execute (file) && caja_file_is_local (file))
if (caja_file_is_local (file))
{
GFile *location;

Expand Down

0 comments on commit 1942f0a

Please sign in to comment.