Public bug reported:

Lubuntu 12.04-64
Zenity and zenity-common 3.4.0-0ubuntu3 from proposed/main archive.ubuntu.com

Eternal Lands (MMORPG-client) script (part of script):
...
{
        sort -u $serverfile | tr -d '\015' | grep -v -e ^$ -e ^# | \
        while read name dir server port description
        do
                echo $name
                echo $description
                echo $server
                echo $port
                echo $dir
        done | \
        zenity --title="Eternal Lands Launcher${non_standard}" --width=450 
--height=280 \
                --list \
                --column "Name" \
                --column "Description" \
                --column "Server" \
                --column "Port" \
                --column "Directory" \
                --text "Choose the Server/Configuration - main is the standard"
}
...

When this script start - zenity get 25% of CPU and 22 Mb RSS and 430 Mb
memory - and nothing (not window, not anything)...

** Affects: zenity (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/995435

Title:
  Zenity do not work?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/995435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to