mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-04 02:40:05 +00:00
feat: Remove Firefox and add shortcut to install the flatpak
This matches SteamOS behavior
This commit is contained in:
parent
2adc6e39c2
commit
678898c64f
@ -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 && \
|
||||
|
7
usr/share/applications/org.mozilla.firefox.desktop
Normal file
7
usr/share/applications/org.mozilla.firefox.desktop
Normal 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 |
Loading…
Reference in New Issue
Block a user