From 49494e919b23ab14edfaec42e0e6a9c19a00a43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Maria=C5=84ski?= Date: Sat, 23 Apr 2022 18:55:50 +0200 Subject: [PATCH] Fix glob pattern and update other profiles/includes --- etc/inc/disable-programs.inc | 2 +- etc/profile-a-l/atom.profile | 2 +- etc/profile-a-l/code.profile | 2 +- etc/profile-a-l/electron.profile | 4 ++-- etc/profile-a-l/github-desktop.profile | 2 +- etc/profile-m-z/notable.profile | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc index e2e550368..562e43471 100644 --- a/etc/inc/disable-programs.inc +++ b/etc/inc/disable-programs.inc @@ -407,7 +407,7 @@ blacklist ${HOME}/.config/dolphin-emu blacklist ${HOME}/.config/dolphinrc blacklist ${HOME}/.config/dragonplayerrc blacklist ${HOME}/.config/draw.io -blacklist ${HOME}/.config/electron-flag*.conf +blacklist ${HOME}/.config/electron*([0-9])-flag*.conf blacklist ${HOME}/.config/electron-mail blacklist ${HOME}/.config/emaildefaults blacklist ${HOME}/.config/emailidentities diff --git a/etc/profile-a-l/atom.profile b/etc/profile-a-l/atom.profile index c1ca20ec9..43d68e755 100644 --- a/etc/profile-a-l/atom.profile +++ b/etc/profile-a-l/atom.profile @@ -12,7 +12,7 @@ ignore include disable-interpreters.inc ignore include disable-xdg.inc ignore whitelist ${DOWNLOADS} ignore whitelist ${HOME}/.config/Electron -ignore whitelist ${HOME}/.config/electron-flag*.conf +ignore whitelist ${HOME}/.config/electron*([0-9])-flag*.conf ignore include whitelist-common.inc ignore include whitelist-runuser-common.inc ignore include whitelist-usr-share-common.inc diff --git a/etc/profile-a-l/code.profile b/etc/profile-a-l/code.profile index 4cade5749..6d77db69e 100644 --- a/etc/profile-a-l/code.profile +++ b/etc/profile-a-l/code.profile @@ -12,7 +12,7 @@ ignore include disable-interpreters.inc ignore include disable-xdg.inc ignore whitelist ${DOWNLOADS} ignore whitelist ${HOME}/.config/Electron -ignore whitelist ${HOME}/.config/electron-flag*.conf +ignore whitelist ${HOME}/.config/electron*([0-9])-flag*.conf ignore include whitelist-common.inc ignore include whitelist-runuser-common.inc ignore include whitelist-usr-share-common.inc diff --git a/etc/profile-a-l/electron.profile b/etc/profile-a-l/electron.profile index 9f77f4abb..22cd71147 100644 --- a/etc/profile-a-l/electron.profile +++ b/etc/profile-a-l/electron.profile @@ -5,7 +5,7 @@ include electron.local noblacklist ${HOME}/.config/Electron -noblacklist ${HOME}/.config/electron[0-9]*-flag*.conf +noblacklist ${HOME}/.config/electron*([0-9])-flag*.conf include disable-common.inc include disable-devel.inc @@ -16,7 +16,7 @@ include disable-xdg.inc whitelist ${DOWNLOADS} whitelist ${HOME}/.config/Electron -whitelist ${HOME}/.config/electron[0-9]*-flag*.conf +whitelist ${HOME}/.config/electron*([0-9])-flag*.conf include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc diff --git a/etc/profile-a-l/github-desktop.profile b/etc/profile-a-l/github-desktop.profile index 943a3c8c3..8ae3850b4 100644 --- a/etc/profile-a-l/github-desktop.profile +++ b/etc/profile-a-l/github-desktop.profile @@ -15,7 +15,7 @@ include globals.local ignore include disable-xdg.inc ignore whitelist ${DOWNLOADS} ignore whitelist ${HOME}/.config/Electron -ignore whitelist ${HOME}/.config/electron-flag*.conf +ignore whitelist ${HOME}/.config/electron*([0-9])-flag*.conf ignore include whitelist-common.inc ignore include whitelist-runuser-common.inc ignore include whitelist-usr-share-common.inc diff --git a/etc/profile-m-z/notable.profile b/etc/profile-m-z/notable.profile index 7c790539d..b47d7584f 100644 --- a/etc/profile-m-z/notable.profile +++ b/etc/profile-m-z/notable.profile @@ -27,7 +27,7 @@ ignore dbus-user none # Notable keeps claiming it is started for the first time when whitelisting - see #4812. ignore whitelist ${DOWNLOADS} ignore whitelist ${HOME}/.config/Electron -ignore whitelist ${HOME}/.config/electron-flag*.conf +ignore ${HOME}/.config/electron*([0-9])-flag*.conf ignore include whitelist-common.inc ignore include whitelist-runuser-common.inc ignore include whitelist-usr-share-common.inc