particle-os-modules/modules
fiftydinar fe9cd68c6a
fix(default-flatpaks): Install/uninstall system flatpaks regardless i… (#100)
* fix(default-flatpaks): Install/uninstall system flatpaks regardless if current user has permissions or not

Fixes: https://github.com/ublue-os/bling/pull/93

To make notify-send working for --system systemd units, I have to thank @gerblesh for his code & idea in ublue-updater.

I tested this in Silverblue & it works.
However, I would like this to be tested in other DEs like Kinoite too, to see if it's working correctly.

Feel free to improve code if you find some space for that.

@lorduskordus

* Use json parser instead as a more reliable solution on fetching values

* There is no need for echo when parsing json

* Fetch DISPLAY environment variable from printenv

* Make functions for notify-sends, to make script clearer

* Whiteline fixes
2024-01-20 16:38:51 +00:00
..
akmods fix: Fix flag ordering in set calls in scripts (#99) 2024-01-16 06:12:08 +00:00
bling fix: Fix flag ordering in set calls in scripts (#99) 2024-01-16 06:12:08 +00:00
default-flatpaks fix(default-flatpaks): Install/uninstall system flatpaks regardless i… (#100) 2024-01-20 16:38:51 +00:00
files fix: Fix flag ordering in set calls in scripts (#99) 2024-01-16 06:12:08 +00:00
fonts fix: Fix flag ordering in set calls in scripts (#99) 2024-01-16 06:12:08 +00:00
rpm-ostree fix: Fix flag ordering in set calls in scripts (#99) 2024-01-16 06:12:08 +00:00
script fix: Fix flag ordering in set calls in scripts (#99) 2024-01-16 06:12:08 +00:00
systemd fix: Fix flag ordering in set calls in scripts (#99) 2024-01-16 06:12:08 +00:00
yafti fix: Fix flag ordering in set calls in scripts (#99) 2024-01-16 06:12:08 +00:00
README.md feat: startingpoint modules (#33) 2023-09-10 14:29:26 +00:00

Modules for Startingpoint

Here (check the sidebar if you're on the website) is documentation for every default module for Startingpoint. Source code is inside the bling repository, which is intended for hosting more static and shared parts of custom images.

For more information about Startingpoint and modules, refer to the README inside the config/ directory.