Skip to content

Commit

Permalink
Merge pull request #142 from tulilirockz/flatpaks-integrated
Browse files Browse the repository at this point in the history
feat: remove gnome-tweaks and include flatpak list in image
  • Loading branch information
hanthor authored Jan 6, 2025
2 parents 7e52083 + 063b5e0 commit 050a407
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ dnf config-manager --set-enabled baseos-compose,appstream-compose

# Additions
dnf -y install \
-x gnome-extensions-app \
distrobox \
gnome-shell-extension-appindicator \
gnome-shell-extension-dash-to-dock \
gnome-tweaks \
tuned-ppd \
fpaste \
distribution-gpg-keys \
Expand Down
31 changes: 31 additions & 0 deletions system_files/etc/ublue-os/system-flatpaks.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
io.github.dvlv.boxbuddyrs
com.github.rafostar.Clapper
io.gitlab.adhami3310.Impression
com.github.tchx84.Flatseal
io.github.flattool.Ignition
io.github.flattool.Warehouse
org.gnome.baobab
org.gnome.Calculator
org.gnome.Calendar
org.gnome.Characters
org.gnome.clocks
org.gnome.Connections
org.gnome.Contacts
org.gnome.DejaDup
org.gnome.Papers
com.mattjakeman.ExtensionManager
org.gnome.FileRoller
org.gnome.font-viewer
org.gnome.Logs
org.gnome.Loupe
org.gnome.Maps
org.gnome.NautilusPreviewer
org.gnome.World.PikaBackup
org.gnome.TextEditor
org.gnome.Weather
io.missioncenter.MissionCenter
org.mozilla.firefox
org.mozilla.Thunderbird
page.tesk.Refine
runtime/org.gtk.Gtk3theme.adw-gtk3
runtime/org.gtk.Gtk3theme.adw-gtk3-dark
5 changes: 1 addition & 4 deletions system_files/usr/share/ublue-os/just/60-custom.just
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
install-system-flatpaks:
#!/usr/bin/env bash
if ! flatpak remotes | grep -q flathub; then
flatpak remote-add --system flathub https://flathub.org/repo/flathub.flatpakrepo
fi
flatpak --system -y install --or-update $(curl -s https://raw.githubusercontent.com/ublue-os/bluefin/main/bluefin_flatpaks/flatpaks | tr '\n' ' ')
xargs flatpak --system -y install --or-update < /etc/ublue-os/system-flatpaks.list
bluefin-cli:
/usr/libexec/ublue-bling

0 comments on commit 050a407

Please sign in to comment.