File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,10 @@ dnf5 -y config-manager setopt fedora-multimedia.enabled=1
2828
2929echo " Assure that network sandbox is always disabled by default (to ensure that login data remains)"
3030echo " https://github.com/fedora-silverblue/issue-tracker/issues/603"
31- echo -e ' \nCHROMIUM_FLAGS+=" --disable-features=NetworkServiceSandbox"' >> /etc/trivalent/trivalent.conf
31+ echo -e ' \nCHROMIUM_FLAGS+=" --disable-features=NetworkServiceSandbox"' >> /etc/trivalent/trivalent.conf.d/gidro-os.conf
3232
3333echo " Disable search engine choice screen"
34- echo -e ' \nCHROMIUM_FLAGS+=" --disable-search-engine-choice-screen"' >> /etc/trivalent/trivalent.conf
34+ echo -e ' \nCHROMIUM_FLAGS+=" --disable-search-engine-choice-screen"' >> /etc/trivalent/trivalent.conf.d/gidro-os.conf
3535
3636echo " Enable middle-click scrolling by default"
37- sed -i ' /CHROMIUM_FLAGS+=" --enable-features=\$FEATURES"/d' /etc/trivalent/trivalent.conf
38- echo -e ' \nFEATURES+=",MiddleClickAutoscroll"\nCHROMIUM_FLAGS+=" --enable-features=$FEATURES"' >> /etc/trivalent/trivalent.conf
37+ echo -e ' \nFEATURES+=",MiddleClickAutoscroll"\nCHROMIUM_FLAGS+=" --enable-features=$FEATURES"' >> /etc/trivalent/trivalent.conf.d/gidro-os.conf
You can’t perform that action at this time.
0 commit comments