Hello all,
Was looking to get into contributing where I can though I am fairly inexperienced with the project and open source contributions in general.
I saw issue Bluefin command line with some bling for bazzite · Issue #1385 · ublue-os/bazzite · GitHub adding Bluefin’s ublue-bling to bazzite and thought it would be a good starting point.
I try to copy what was done in Bluefin by adding a just reference to a shell script* stored within the shared libexec folder. (system_files>desktop> shared> usr > libexec)
I set up podman to test locally through a VM and was able to rebase into it and see the command within ujust --choose
It references the script but gives a permission denied.
Is there a step I am missing in enabling this script as executable for ujust/user or is there something else I may be missing?
Here’s the initial PR if it helps: feat: bluefin cli now sources bling by m2Giles · Pull Request #1441 · ublue-os/bluefin · GitHub
Thank you for sharing that.
It helped put it into perspective as to how it’s progressed to what it is now. I got the enable functions running smoothly. Going to work on the disable soon to make sure it all works.