-
Notifications
You must be signed in to change notification settings - Fork 603
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
[x] Script execution aborted .. {zenity} #112
Comments
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: |
Execute this command and check if zenity works now xhost + If the 1º command dosent work try this one: [root@localhost ~]# touch .Xauthority
[root@localhost ~]# xauth merge /<USERNAME>/.Xauthority
[root@localhost ~]# export DISPLAY=0:0 If the 2º command dosent work try this one: su $USER -c 'xhost local:$USER; zenity --question --text "Continue or cancel?" ' |
Im using kali linux threw a virtual machine on windows, and im having the same problem installing the package "{ ### (zenity:7105): Gtk-WARNING **: 03:31:57.852: cannot open display: 0:0 }", I'm very new to using linux so if i can or cant fix this problem could you explain the reasons, so i can learn a little bit more about my situation. |
I am also experiencing this problem and still can't fix it according to the mentioned solution above. So what should I do? |
the zenity has install already,but still have this issue!
need help !
The text was updated successfully, but these errors were encountered: