Comment 7 for bug 1192101

Revision history for this message
rami (lehtinen-rami) wrote :

I got this problem with my own made script

#!/bin/bash
#script to change and observe firewall settings
file=$(zenity --width=360 --height=320 --list --title "Firewall settings" --text "Choose one..." --column Options "VPN firewall" "Whitout VPN" "All Open" "Check firewall status")
....

and with a python script that also uses zenity

those both scripts using zenity are working with ubuntu 12.04 (zenity 3.4.0-0ubuntu4) and 13.04(dont know zenity version)