Skip to content

Commit

Permalink
Switch from hardened-chromium to rebrand Trivalent
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar committed Jan 23, 2025
1 parent d6b83b4 commit c9aa706
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Replaced packages (RPMs):
(for better, more suitable first-time install experience)
- [Power Profiles Daemon](https://gitlab.freedesktop.org/upower/power-profiles-daemon) instead of [Tuned](https://tuned-project.org/)
(because Power Profiles Daemon is simpler & more reliable than Tuned for power-management)
- [Hardened Chromium](https://github.com/secureblue/hardened-chromium) instead of [Firefox](https://www.mozilla.org/en-US/firefox/)
- [Trivalent](https://github.com/secureblue/Trivalent) instead of [Firefox](https://www.mozilla.org/en-US/firefox/)
(it is a more secure browser, has support for web applications, working hardware-accelerated video decoding + encoding out-of-the-box & ads blocker)

Replaced packages (RPMs) with flatpaks:
Expand Down
2 changes: 1 addition & 1 deletion files/gschema-overrides/zz1-gidro.gschema.override
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ power-button-action='interactive'

[org.gnome.shell]
enabled-extensions=['[email protected]', '[email protected]', 'blur-my-shell@aunetx', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', 'media-progress@krypion17']
favorite-apps=['chromium-browser.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop']
favorite-apps=['trivalent.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop']

[org.gnome.shell.extensions.blur-my-shell]
pipelines={'pipeline_default': {'name': <'Default'>, 'effects': <[<{'type': <'native_static_gaussian_blur'>, 'id': <'effect_000000000000'>, 'params': <{'radius': <8>, 'brightness': <0.59999999999999998>, 'unscaled_radius': <8>}>}>]>}, 'pipeline_default_rounded': {'name': <'Default rounded'>, 'effects': <[<{'type': <'native_static_gaussian_blur'>, 'id': <'effect_000000000001'>, 'params': <{'radius': <30>, 'brightness': <0.59999999999999998>}>}>, <{'type': <'corner'>, 'id': <'effect_000000000002'>, 'params': <{'radius': <24>}>}>]>}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -euo pipefail
# Assure that network sandbox is always disabled by default (to ensure that login data remains)
# https://github.com/fedora-silverblue/issue-tracker/issues/603

echo -e '\nCHROMIUM_FLAGS+=" --disable-features=NetworkServiceSandbox"' >> /etc/chromium/chromium.conf
echo -e '\nCHROMIUM_FLAGS+=" --disable-features=NetworkServiceSandbox"' >> /etc/trivalent/trivalent.conf
6 changes: 3 additions & 3 deletions recipes/module-recipes/rpm-ostree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ modules:
- https://copr.fedorainfracloud.org/coprs/elxreno/zsync/repo/fedora-%OS_VERSION%/elxreno-zsync-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/decathorpe/miniaturo/repo/fedora-%OS_VERSION%/decathorpe-miniaturo-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/hyperreal/better_fonts/repo/fedora-%OS_VERSION%/hyperreal-better_fonts-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/secureblue/hardened-chromium/repo/fedora-%OS_VERSION%/secureblue-hardened-chromium-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/secureblue/trivalent/repo/fedora-%OS_VERSION/secureblue-trivalent-fedora-%OS_VERSION.repo
remove:
- tuned
- tuned-ppd
Expand Down Expand Up @@ -40,8 +40,8 @@ modules:
- pandoc
- power-profiles-daemon
- fontconfig-font-replacements
- hardened-chromium
- hardened-chromium-subresource-filter
- trivalent
- trivalent-subresource-filter

# Workaround needed dependency faad2 for dr14_t.meter package
- type: script
Expand Down
2 changes: 1 addition & 1 deletion recipes/module-recipes/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ scripts:
- sleep-through-notifications.sh
- disable-layering.sh
- prefer-bootc-over-rpm-ostree.sh
- hardened-chromium-disable-network-sandbox.sh
- trivalent-disable-network-sandbox.sh

snippets:
# Clear font cache
Expand Down

0 comments on commit c9aa706

Please sign in to comment.