Using Ubuntu 14.04 Beta 2 This is a REAL issues that will effect multiple users. (See Bug: https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/1192101?comments=all where a user suggests a fix.)
I encountered as an issue while trying to configure my input (keyboard) to support using Hangul (Korean) using im-config. Fortunately, I noticed there was an option to run in concole (im-config -c) so I was able to notice the option that I needed to select. Any individual needing to configure Ubuntu to use a CJK language (possibly more) and any users requiring access to zenity based prompts are likely to have this issue. Ubuntu is supposed to be easy for newBs... this makes it unnecissarily difficult and makes Ubuntu look un- polished. (BTW, very impressed with direction Unity / Ubuntu are taking in 14.04) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to zenity in Ubuntu. https://bugs.launchpad.net/bugs/1242886 Title: Regression: List boxes do not properly resize when given "height" Status in Zenity: Fix Released Status in “zenity” package in Ubuntu: Confirmed Status in “zenity” package in Debian: Confirmed Bug description: In Zenity 3.8.0-1 (Saucy), list boxes are showing up strangely. I noticed this when using the 'repostory' tool (https://code.launchpad.net/~davidc3/+junk/repostory), but it's a repeatable zenity bug: When Zenity contains a list box and a specified height parameter, the window appears at the right height, but the list part expands as if no height were specified, only up to about 6 lines before adding a scrollbar. The following bash demonstrates the problem: #!/bin/bash for category in Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu;do echo "$category" for col in Purple Green Blue Pink Grey do echo "entry" done done | zenity --list --title "Foobar" --width 800 --height 500 --checklist --column Category --column Purple --column Green --column Blue --column Pink --column Grey To manage notifications about this bug go to: https://bugs.launchpad.net/zenity/+bug/1242886/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

