Skip to content

Commit

Permalink
signal-desktop.profile: fix typo 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

Simply fixing the typo would enable xdg dirs for the first time since
the aforementioned commit.  But, as talked with @rusty-snake[1], since
there has been no negative feedback, and since it's a whitelisting
profile, just remove the affected line instead.

Credits go to syntax highlighting on vim.

[1]: netblue30#4001
  • Loading branch information
kmk3 committed Feb 22, 2021
1 parent 42e2db1 commit 9616146
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etc/profile-m-z/signal-desktop.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ include signal-desktop.local
include globals.local

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

0 comments on commit 9616146

Please sign in to comment.