NGnius (Graham)
NGnius (Graham)
Agreed, my suggestion was strictly in the context of being a workaround. There is also a Decky plugin for running commands.
A better way to interact with sysfs things is currently in development [here as sysfs-nav](https://git.ngni.us/NGnius/sysfs-nav). Hoping to work on it this weekend as I travel to/from LTX.
Decky is already a systemd service, it can spawn custom backends. Installing additional services just makes it more annoying to uninstall
Confirmed, will throw it into changes for v1.4.0
From the technical side, I can see a couple of downsides to that: - Every file must be read to build the list of titles for the frontend's side menu...
The current version comparison is pretty naive. It simply checks if the latest version on the store equals the latest version installed. If they aren't equal, then it's assumed there's...
> But it's a bit galling to be called "naive" when truly I haven't coded in years and forget such things that I should know and remember. I was referring...
Instead of the download not happening, could it be a case of the download starting but being slow to complete (either due to DNs resolving slowly or just a large...
A quick look through the code brought me to a place where the plugin base path is chmod-ed to 555, which removes write permissions for root (write is 2, read...
I like the idea of a notification when the update check fails (both for the automatic or manual check), since it's good UX to report uncorrectable errors to the user....