[Desktop-packages] [Bug 1273981] Re: zenity window too big, not even proportional to text length

2014-02-06 Thread gouri
It seems three bugs are about the same issue : #1087520 #1206760 and #1273981. Some have insightful content. -- 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/1273981 Title: zenity window

[Desktop-packages] [Bug 1273981] Re: zenity window too big, not even proportional to text length

2014-02-06 Thread gouri
Thank you asl97. It seems indeed to be bug #1206760 (I tried to find before posting but did not find that one). Workaround is effective (well, in situations when it is acceptable, as in all workarounds). -- You received this bug notification because you are a member of Desktop Packages, which i

[Desktop-packages] [Bug 1273981] Re: zenity window too big, not even proportional to text length

2014-02-06 Thread asl97
a temporary workaround is to add --no-wrap eg: zenity --info --text="$( for (( A=0; $A<20; A=$A+1 )) ; do echo -n 'lorem ipsum ' ; done )" --no-wrap & -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to zenity in Ubuntu. https://bugs.launch

[Desktop-packages] [Bug 1273981] Re: zenity window too big, not even proportional to text length

2014-02-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: zenity (Ubuntu) Status: New => Confirmed -- 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/127398

[Desktop-packages] [Bug 1273981] Re: zenity window too big, not even proportional to text length

2014-02-06 Thread asl97
should be the same as bug as https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/1206760 -- 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/1273981 Title: zenity window too big, not even

[Desktop-packages] [Bug 1273981] Re: zenity window too big, not even proportional to text length

2014-01-29 Thread gouri
Image showing window much bigger than needed with more than 90% blank area. Obtained with zenity --info --text="$( for (( A=0; $A<20; A=$A+1 )) ; do echo -n 'lorem ipsum ' ; done )" & ** Attachment added: "Image showing window much bigger than needed with more than 90% blank area." https:/