CryoByte33

Results 123 comments of CryoByte33

@TravonteD I hesitate to disable them completely in case it's needed for troubleshooting. Maybe we can tee them out to a log file in ~/.cryo_utilities? Also, excellent work thus far....

That's true, I guess I'm biased towards providing more data than less, but it might worry users 🤔 I guess that we could redirect all output as well. Also, I...

@TravonteD any updates on this? I'm going to work on some additional functionality soon 🙂

Sorry for the delay, yes the issue here is Zenity needing to bind to a graphical session. The entire flow control of the script relies on zenity for now 😅

@TravonteD feel welcome to! I'm taking a rest day today since the last week has been chaos, but I'll review it tomorrow if you put one in. As a side...

Thanks for the PR! I just checked this and it looks like the entire /etc directory is overwritten every update 😞 Let's workshop an idea here before merging this, since...

The flatpak itself would persist, but the changes it makes are sandboxed. You can allow it access over other parts of the system (EmuDeck does this), but changes to /etc...

> Relying on Decky would offload the effort of persisting the changes to homies maintaining Decky; but I have reservations about blindly trusting it after the types of issues I...

@popsUlfr Thank you for the clarification on the /etc behaviour, that'll save me a decent chunk of research. > In this specific case of changing the swappiness I would strongly...

@protosam I just refactored your code and did some general improvements in [this branch](https://github.com/CryoByte33/steam-deck-swap-resizer/compare/main...swappiness-and-improvements) if you want to check it out. I tested it pretty thoroughly, but if you feel...