km4ack / 73Linux

72 stars 17 forks source link

remove yad error #60

Closed SpudGunMan closed 3 weeks ago

SpudGunMan commented 3 months ago

https://github.com/km4ack/73Linux/blob/e12575554f0d73eebf547523e842b2efe51d6c54/bin/menu.sh#L27

there is a error thrown to console in bookworm with Yad a work around to squelch the error to console would be to change the Yad to

yad 2> /dev/null --width=7 etc...

redirecting the Yad Errors away from the console