You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is a potential enhancement to have the script check for dependencies, particularly zenity.
I'm running on Neon LTS, and zenity is not installed. Took my a few minutes realize why the script was not working. I think having a clear message on launch like "Zenity not detected! Exiting launcher"
I'm not proud it took me so long to discover that since all i got from terminal was "zenity: command not found" and that didn't automatically trigger "Oh im missing a dependency"
I also think exiting on ANY Failure might be a good idea too. (Adding set -e to the top of script or just having checks to perform any rollback if necessary)
The text was updated successfully, but these errors were encountered:
@mithusingh32 I added some small checks recently to the top of the script, still working on this as I want to also push NSL to flathub for the discover store
@mithusingh32 sick! Yeah any help would definitely be appreciated bro, currently for me I'm working on squashing some bugs on the python side but as for the bash script I know I could use some fixing there as well
I think this is a potential enhancement to have the script check for dependencies, particularly zenity.
I'm running on Neon LTS, and zenity is not installed. Took my a few minutes realize why the script was not working. I think having a clear message on launch like "Zenity not detected! Exiting launcher"
I'm not proud it took me so long to discover that since all i got from terminal was "zenity: command not found" and that didn't automatically trigger "Oh im missing a dependency"
I also think exiting on ANY Failure might be a good idea too. (Adding set -e to the top of script or just having checks to perform any rollback if necessary)
The text was updated successfully, but these errors were encountered: