From 961614626db5ba310c7b010374eb0468ea1571ed Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 20 Feb 2021 22:35:54 -0300 Subject: signal-desktop.profile: fix typo of disable-xdg.profile Added on commit f4f676745 ("Refactor electron.profile and electron based programs (#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]: https://github.com/netblue30/firejail/pull/4001 --- etc/profile-m-z/signal-desktop.profile | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/profile-m-z/signal-desktop.profile b/etc/profile-m-z/signal-desktop.profile index 666a37def..ebd3168b3 100644 --- a/etc/profile-m-z/signal-desktop.profile +++ b/etc/profile-m-z/signal-desktop.profile @@ -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 -- cgit v1.2.3-70-g09d2