-
-
Notifications
You must be signed in to change notification settings - Fork 6
feat: add flatpak-preinstalld service and apps proposition #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
31a6040
bc1c0cf
966123b
e63b20f
74748e8
65ed0fb
cc5b48f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| [Unit] | ||
| Description=Preinstall Flatpaks | ||
| After=network-online.target | ||
| Wants=network-online.target | ||
| ConditionPathExists=/usr/bin/flatpak | ||
| ConditionPathExists=!/var/lib/apollo/preinstall-finished | ||
| Documentation=man:flatpak-preinstall(1) | ||
|
|
||
| [Service] | ||
| Type=oneshot | ||
| ExecStart=mkdir -p /var/lib/apollo | ||
| ExecStart=/usr/bin/flatpak preinstall -y | ||
| ExecStart=touch /var/lib/apollo/preinstall-finished | ||
| RemainAfterExit=true | ||
| Restart=on-failure | ||
| RestartSec=30 | ||
|
|
||
| [Install] | ||
| WantedBy=multi-user.target |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,88 @@ | ||
| [Flatpak Preinstall org.gnome.Epiphany] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mentioned this on Discord already, but Firefox is probably a better default than Epiphany IMHO, since it has better support for things like extensions and cross-device sync |
||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.TextEditor] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall io.github.kolunmi.Bazaar] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.Firmware] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall com.mattjakeman.ExtensionManager] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not against this, though I think it'd be better to just promote this in Bazaar instead under the curated section.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See also: #52 |
||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.FileRoller] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.Loupe] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.Papers] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall page.tesk.Refine] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as Extension Manager |
||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall net.nokyan.Resources] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.Calendar] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.Contacts] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.baobab] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.Showtime] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.Snapshot] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.Decibels] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.Music] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.SimpleScan] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.Logs] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.clocks] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.font-viewer] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
| [Flatpak Preinstall org.gnome.Calculator] | ||
| Branch=stable | ||
| IsRuntime=false | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM