Files
my-fedora/services/flatpak-first-boot.service
qpismont adbf69f571
ci/woodpecker/push/ci Pipeline failed
Install MoreWaita icon pack and flatpak-first-boot
Install MoreWaita icon pack from GitHub and apply the icon theme via
dconf
via dconf and remove temporary files
Add flatpak-first-boot service to install Flathub apps
on first boot and enable it
Use system-wide Flathub remote with tolerant remote-add
2026-04-24 19:22:37 +02:00

18 lines
534 B
Desktop File

[Unit]
Description=Installation des Flatpaks au premier démarrage
After=network-online.target flatpak-system-helper.service
Wants=network-online.target
ConditionPathExists=!/var/lib/flatpak/.firstboot-done
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/bash -c '\
flatpak install -y --system flathub runtime/org.gnome.Platform/x86_64/49 && \
flatpak install -y --system flathub io.github.kolunmi.Bazaar && \
touch /var/lib/flatpak/.firstboot-done'
StandardOutput=journal
[Install]
WantedBy=multi-user.target