If you wished to install some Gnome extension, but couldn't find it in RPM, this extension will help you in that.
Basically all extensions are supported, with some rare extensions like Pano just additionally needing some system dependencies.
See README for more details.
* docs(bling): Add documentation about dconf-update-service
* docs(gschema-overrides): Improve relocatable schema info and include better example
* chore: add more details to dconf desc
* chore: minor gschema relocatable rewording
---------
Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
This helper was removed in 1password 8.10.28.
I've managed to deploy this script onto my ublue-derived system, and 1password system auth and browser integration works great.
* chore: cleanup build.yml run conditions
- run on all branches
- no need to run on schedule, since there's nothing external pulled in the image build
* chore: change workflow name
* fix: tag non-main-branch builds correctly
* docs: yafti module explain what yafti is
* ci: fix globs in website rebuild action
* ci: only rebuild website if in official module repository
* ci: fix globs being invalid yaml
* Revert "docs: yafti module explain what yafti is"
This reverts commit 7d5295cd9f9ea7d0f6a45ce227da6d699973cf2f.
* feat(systemd): Add support for including systemd units
This also gets rid of `files` module dependency & exposes this function better to the users.
Related issue:
https://github.com/ublue-os/bling/issues/143
* fix(systemd): Make included systemd unit check better
It doesn't fail now if there is systemd folder present without any files.
* chore(systemd): Code spacing fixes
* chore(systemd): Disable dotglob, as it's not needed for systemd units
* docs(systemd): Remove inclusion term
* chore: update file readme
* fix: broken link due to bad markdown formatting
---------
Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
It is no longer needed, since get_yaml_array uses `readarray -t` command
now instead of regular `readarray`.
It may also fix rare parsing issue some user had (array element looks
fine, but it's still not parsed properly).
Note that this is a speculated issue, not something we're 100% sure of.
Merge this after BlueBuild transition period, since legacy build.sh
doesn't have get_yaml_array fix.
Alternatively, I can define custom get_yaml_array function here, with
note for supporting legacy templates.