From c976b0b86bbdebe39997ecd12e0965595c77066d Mon Sep 17 00:00:00 2001 From: Anton Shestakov Date: Mon, 17 Jan 2022 12:06:39 +0300 Subject: wine.profile: allow ~/.cache/wine ~/.cache/wine is a directory where wine stores .msi files for wine-gecko and wine-mono that it may download (with user's permission) and reuse every time a new prefix is created. --- etc/profile-m-z/wine.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile-m-z/wine.profile b/etc/profile-m-z/wine.profile index 1e9b9341b..f30fc971f 100644 --- a/etc/profile-m-z/wine.profile +++ b/etc/profile-m-z/wine.profile @@ -6,6 +6,7 @@ include wine.local # Persistent global definitions include globals.local +noblacklist ${HOME}/.cache/wine noblacklist ${HOME}/.cache/winetricks noblacklist ${HOME}/.Steam noblacklist ${HOME}/.local/share/Steam -- cgit v1.2.3-70-g09d2 From 86ba6cc95012acef66019e73a9002a7a50d165ac Mon Sep 17 00:00:00 2001 From: Anton Shestakov Date: Mon, 17 Jan 2022 12:08:35 +0300 Subject: lutris.profile: allow ~/.cache/wine ~/.cache/wine is a directory where wine stores .msi files for wine-gecko and wine-mono that it may download (with user's permission) and reuse every time a new prefix is created. --- etc/profile-a-l/lutris.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/profile-a-l/lutris.profile b/etc/profile-a-l/lutris.profile index bf8ab9e64..71309b48f 100644 --- a/etc/profile-a-l/lutris.profile +++ b/etc/profile-a-l/lutris.profile @@ -9,6 +9,7 @@ include globals.local noblacklist ${PATH}/llvm* noblacklist ${HOME}/Games noblacklist ${HOME}/.cache/lutris +noblacklist ${HOME}/.cache/wine noblacklist ${HOME}/.cache/winetricks noblacklist ${HOME}/.config/lutris noblacklist ${HOME}/.local/share/lutris @@ -34,6 +35,7 @@ include disable-xdg.inc mkdir ${HOME}/Games mkdir ${HOME}/.cache/lutris +mkdir ${HOME}/.cache/wine mkdir ${HOME}/.cache/winetricks mkdir ${HOME}/.config/lutris mkdir ${HOME}/.local/share/lutris @@ -41,6 +43,7 @@ mkdir ${HOME}/.local/share/lutris whitelist ${DOWNLOADS} whitelist ${HOME}/Games whitelist ${HOME}/.cache/lutris +whitelist ${HOME}/.cache/wine whitelist ${HOME}/.cache/winetricks whitelist ${HOME}/.config/lutris whitelist ${HOME}/.local/share/lutris -- cgit v1.2.3-70-g09d2 From b2ad983eb5c4396a8e24fb6499b0b8c1e9322950 Mon Sep 17 00:00:00 2001 From: Anton Shestakov Date: Mon, 17 Jan 2022 12:42:47 +0300 Subject: disable-programs.inc: add ~/.cache/wine --- etc/inc/disable-programs.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc index 144c9219c..a06205b34 100644 --- a/etc/inc/disable-programs.inc +++ b/etc/inc/disable-programs.inc @@ -215,6 +215,7 @@ blacklist ${HOME}/.cache/vmware blacklist ${HOME}/.cache/warsow-2.1 blacklist ${HOME}/.cache/waterfox blacklist ${HOME}/.cache/wesnoth +blacklist ${HOME}/.cache/wine blacklist ${HOME}/.cache/winetricks blacklist ${HOME}/.cache/xmms2 blacklist ${HOME}/.cache/xournalpp -- cgit v1.2.3-70-g09d2