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
run-script: Fix conflicts with DISPLAY system wide variable
`DISPLAY` is a well-known system-wide
variable used in Linux for GUI applications.
Overwriting it in the script could lead to
unintended side effects, especially when launching
graphical applications. Renaming it to HDLCD_GUI to
avoid such conflicts.
Signed-off-by: Ahmed Ismail <[email protected]>
0 commit comments