-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ zenity error } #109
Comments
Check if you have the zenity (packet) installed: |
cri@malixspc: [!] few hours ago i found the same issue on this page, but i didn't resolved the problem... |
how can i resolve this issue? |
does Execute the follow cmdline on your terminal console MyName=$(zenity --title="☠ Enter your name ☠" --text "example: ssa" --entry --width 300) > /dev/null 2>&1
echo "my name is: $MyName" It sould respond: |
my OS is Ubuntu 20.04
The text was updated successfully, but these errors were encountered: