Commit graph

602 commits

Author SHA1 Message Date
xyny
772d69ac73
docs: add extra indentation to the list in script README
MkDocs has some odd MD parsing going on, and lists just need to be this bit deeper...
2023-10-22 09:32:44 +00:00
Patrick Csikos
d83d721c18
docs(default-flatpaks): Make example config match other modules (#65)
* docs(default-flatpaks): Make example config match other modules

* docs(default-flatpaks): Indent list items in example config

Does seem to work if they aren't indented, but this way matches other
modules and seems to be best practice
2023-10-22 09:16:42 +00:00
Tulili
3bf33f9a39
Merge pull request #64 from zelikos/fix-bling-directory
fix(default-flatpaks): Set BLING_DIRECTORY fallback value
2023-10-21 18:38:25 -03:00
zelikos
66d2ba8d94
fix(default-flatpaks): Set BLING_DIRECTORY fallback value
...instead of overriding
2023-10-21 16:08:22 -04:00
zelikos
ee196a0528
fix(default-flatpaks): Intialize BLING_DIRECTORY variable 2023-10-21 15:53:06 -04:00
xyny
7104111352
feat: default-flatpaks module 2023-10-21 10:25:52 +00:00
xyny
5e6bc4c7ae
docs(default-flatpaks): put essential function first 2023-10-21 10:24:09 +00:00
zelikos
1c203cb6dd
fix(default-flatpaks): Only enable system/user services if respective repo is configured 2023-10-14 13:08:51 -04:00
zelikos
11dd657557
feat(default-flatpaks): Send notification after successful flatpak setup 2023-10-14 13:04:47 -04:00
zelikos
8bc41e6077
fix(default-flatpaks): Check that system/user configuration is present 2023-10-14 12:50:47 -04:00
zelikos
8251083a5c
style: Improve readability of default-flatpaks functions 2023-10-14 11:56:49 -04:00
zelikos
a4b8151e28
docs: Clarify default-flatpaks remote configuration 2023-10-14 11:44:44 -04:00
zelikos
30931ed9c2
fix: Use Flathub as default remote for default-flatpaks 2023-10-14 11:43:13 -04:00
zelikos
c02b399bf6
fix(default-flatpaks): Check if repo-info already exists before creating 2023-10-14 11:32:55 -04:00
zelikos
11fe7ce3bb
style: Fix indentation in -flatpak-setup scripts to match 2023-10-14 11:28:42 -04:00
zelikos
0c529200f1
fix(default-flatpaks): Quit gnome-software before removing Fedora remotes 2023-10-14 11:23:19 -04:00
zelikos
e0efeaba0f
fix(default-flatpaks): Explicitly remove Fedora flatpaks
They -should- already get removed when the Fedora remote is, but in case
any remain, remove them.
2023-10-14 11:20:30 -04:00
zelikos
121cbe2c06
fix: Restart flatpaks setup on install failure 2023-10-14 11:18:01 -04:00
zelikos
b00777400a
refactor: Install/remove flatpaks all at once, instead of one at a time 2023-10-14 11:11:45 -04:00
zelikos
a5eb8a2e4d
chore: Remove link to endlish-oesque issue 2023-10-14 10:28:11 -04:00
xyny
66b4a359e7
docs: chore: remove mention of flatpaksync.md, which doesn't exist 2023-10-14 09:56:34 +00:00
xyny
462a12f5ad
chore: delete special flatpaksync documentation file 2023-10-14 09:54:11 +00:00
xyny
6fdfffcb69
docs: chore: include submodule documentation in the main bling README
There's a lot of bling "submodules" that might require documentation. Including them inside the same README is beneficial, because it makes the appear on the ublue website too, and their documentation is often not that long.
2023-10-14 09:53:40 +00:00
xyny
a774b670a9
docs: explain default-flatpaks /etc/flatpak/ structure 2023-10-14 09:39:53 +00:00
Lucas Ribeiro
e9cdbc638b
fix: rm at sync. 2023-10-13 14:21:29 -03:00
Lucas Ribeiro
3036635a12
chore: including functionality as a submodule of the bling module 2023-10-13 14:08:48 -03:00
Lucas Ribeiro
835222f1db
fix: not specifying a nerd-font makes the module fail. (#63) 2023-10-13 15:18:15 +00:00
Lucas Ribeiro
978406d372
chore: dirs 2023-10-13 10:36:02 -03:00
Lucas Ribeiro
37ff5b32f3
chore: dirs 2023-10-13 10:32:07 -03:00
Lucas Ribeiro
4dc9f43e3d
chore: dirs 2023-10-13 10:29:57 -03:00
Lucas Ribeiro
76fbec7c69
Update README.md 2023-10-12 14:30:35 -03:00
Lucas Ribeiro
54f3d13557
fix: source env file 2023-10-12 09:02:01 -03:00
Lucas Ribeiro
6b1a5c5385
chore: translations 2023-10-12 08:54:51 -03:00
Lucas Ribeiro
1cbaa10135
feat: flatpaksync module 2023-10-12 08:48:35 -03:00
Jorge O. Castro
dbb67ea43d
fix: terminology (#60)
* fix: terminology

* docs: mention ostree

this is *not* the case on all fedora distros, only the "immutable" / ostree ones

---------

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
2023-10-06 09:53:48 +00:00
zelikos
edbbd0b349
fix: Use location argument in configure_lists output 2023-10-05 12:18:44 -04:00
zelikos
5ed4c73a90
refactor: Use functions for flatpak config steps
...instead of having duplicated code between system flatpaks and user
flatpaks configuration.
2023-10-05 12:00:53 -04:00
zelikos
ec1389e2d5
feat: Add output for flatpak remote configuration steps 2023-10-04 13:16:38 -04:00
zelikos
3250cdc8aa
docs: Explain flatpak module files and how they work 2023-10-04 13:05:00 -04:00
zelikos
d186aacdc5
fix: Remove fedora-testing remote too 2023-10-04 12:55:55 -04:00
zelikos
7424ce86e4
fix: Check that flatpak repo is configured before trying to add 2023-10-02 21:53:58 -04:00
zelikos
98a71af459
docs: Show that flatpak remotes can be added without installing flatpaks from them 2023-10-02 21:22:53 -04:00
zelikos
d0e1434b1d
docs: Mention that Fedora Flatpaks remote is removed 2023-10-02 21:20:23 -04:00
zelikos
a170c42811
docs: Show repo configuration in example 2023-10-02 21:12:02 -04:00
zelikos
eff377bbc3
docs: Explain per-user installs and how to re-run setup 2023-10-02 21:11:07 -04:00
zelikos
874afef229
feat(default-flatpaks): Make repo configurable 2023-10-02 21:03:58 -04:00
zelikos
634cf88d23
fix: Don't rm -f on Flatpak lists before creating
There won't be anything to remove unless the module is called more than once, and if it's called more than once, the user would expect every Flatpak to be in the respective lists, so there's no need to call rm -f on it.
2023-10-02 20:52:42 -04:00
zelikos
6ad9056d20
refactor: Use subdirs instead of filename prefixes 2023-10-02 17:31:49 -04:00
zelikos
35df5c34b6
chore: Rename module to default-flatpaks 2023-10-02 11:49:22 -04:00
zelikos
d91804c8b7
refactor: Move module files into bling files directory 2023-10-02 11:47:32 -04:00