Skip to content

Commit

Permalink
replace elementary apps with Flatpaks
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Nov 21, 2023
1 parent d9c3830 commit 8603afa
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
19 changes: 18 additions & 1 deletion katsu/modules/pantheon/pantheon-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,21 @@ sed -i -e 's/settings.set_property("gtk-icon-theme-name", "Adwaita")//' /usr/lib
chown -R liveuser:liveuser /home/liveuser
restorecon -R /home/liveuser
EOF
EOF

ELEMENTARY_APPS=(
"io.elementary.calculator"
"io.elementary.calendar"
"io.elementary.capnet-assist"
"io.elementary.camera"
"io.elementary.mail"
"io.elementary.music"
"io.elementary.videos"
)


for app in "${ELEMENTARY_APPS[@]}"; do
flatpak install -y appcenter $app
done

flatpak install -y flathub org.gnome.Evince
8 changes: 8 additions & 0 deletions katsu/modules/pantheon/pantheon-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ dnf:
exclude:
- gnome-tour
- setroubleshoot
- elementary-calculator
- elementary-calendar
- elementary-capnet-assist
- elementary-camera
- evince
- elementary-mail
- elementary-music
- elementary-videos
packages:
- "@ultramarine-pantheon-product-environment"
- elementary-greeter
Expand Down

0 comments on commit 8603afa

Please sign in to comment.