Skip to content

Commit

Permalink
firecfg fix (#4235)
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Dec 21, 2021
1 parent eba4af3 commit b0a853f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/firecfg/desktop_files.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ void fix_desktop_files(char *homedir) {

char *filename = entry->d_name;

// skip links
if (is_link(filename))
continue;
// skip links - Discord on Arch #4235 seems to be a symlink to /opt directory
// if (is_link(filename))
// continue;

// no profile in /etc/firejail, no desktop file fixing
if (!have_profile(filename, homedir))
Expand Down

0 comments on commit b0a853f

Please sign in to comment.