Skip to content

Instantly share code, notes, and snippets.

@mhuckaby
Created August 24, 2012 17:07
Show Gist options
  • Save mhuckaby/3452967 to your computer and use it in GitHub Desktop.
Save mhuckaby/3452967 to your computer and use it in GitHub Desktop.
zenity popups via ssh to remote rendering display on :0
zenity --error --text "This is the contents of the alert" --display :0
response=`zenity --entry --text "Please enter your value" --display :0
@jomarquez21
Copy link

zenity --error --text "This is the contents of the alert" --display=:0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment