From 2eb005b5cabf6db86e9915230cd5fc2cf7efc97c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 24 Feb 2026 09:24:07 +0200 Subject: [PATCH] install: restore chromium to desktop, remove silly 'workaround' --- install | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install b/install index 8333cefd..4d3728bf 100755 --- a/install +++ b/install @@ -3,10 +3,6 @@ # script isn't that much above `curl | bash`ing set -x -# Workaround Chromium selectively understanding --disk-cache-dir=nul -ln -nsfv /dev/null $HOME/nul -ln -nsfv /dev/null $HOME/null - # Of course LaTeX templates exist mkdir -vp ~/texmf/tex/latex/local @@ -476,7 +472,7 @@ else # scripts repo ln -nsfv /usr/local/share/applications/a-firefox.desktop $DESKTOP/ if [ -f "/usr/bin/chromium-browser" ]; then - #ln -nsfv /usr/local/share/applications/a-chromium.desktop $DESKTOP/ + ln -nsfv /usr/local/share/applications/a-chromium.desktop $DESKTOP/ if [ -f /etc/chromium/policies/managed/aminda-pwa.json ]; then ln -nsfv /usr/local/share/applications/chromium-{apps,youtube-music,yle-areena,discord,gmessages,telegram,twitch,whatsapp,mtv-katsomo,radioplayer,ruutu}.desktop $DESKTOP/ fi