feat: Remove Firefox and add shortcut to install the flatpak

This matches SteamOS behavior
This commit is contained in:
RJ Trujillo 2023-06-22 11:59:49 -06:00
parent 2adc6e39c2
commit 678898c64f
3 changed files with 12 additions and 1 deletions

View File

@ -31,7 +31,10 @@ RUN rpm-ostree install \
kate
# Remove unneeded packages
RUN rpm-ostree override remove toolbox
RUN rpm-ostree override remove \
firefox \
firefox-langpacks \
toolbox
# Cleanup & Finalize
RUN sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite.repo && \

View File

@ -0,0 +1,7 @@
[Desktop Entry]
Type=Application
Name=Install Firefox
Icon=/usr/share/icons/hicolor/scalable/apps/install-firefox.svg
Exec=xdg-open appstream://org.mozilla.firefox
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB