Skip to content

Commit

Permalink
signal-desktop.profile: fix ignore of disable-xdg.profile
Browse files Browse the repository at this point in the history
Added on commit f4f6767 ("Refactor electron.profile and electron based
programs (netblue30#3807)").

This appears to be the only instance of that:

    $ grep -Fnr 'include-xdg' etc
    etc/profile-m-z/signal-desktop.profile:9:ignore include-xdg.inc

Credits go to syntax highlighting on vim.
  • Loading branch information
kmk3 committed Feb 21, 2021
1 parent 42e2db1 commit c294af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/profile-m-z/signal-desktop.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include signal-desktop.local
include globals.local

# Disabled until someone reported positive feedback
ignore include-xdg.inc
ignore include disable-xdg.inc
ignore include whitelist-runuser-common.inc
ignore include whitelist-usr-share-common.inc
ignore private-cache
Expand Down

0 comments on commit c294af3

Please sign in to comment.