On Thu, Aug 15, 2013 at 07:55:38PM -0400, Filipus Klutiero wrote: > There is definitely something wrong with my Synaptic, although it doesn't > look like the provided screenshot here. I'm attaching an example debconf > prompt I get when configuring Linux. > > I'm pretty sure this started when upgrading from 0.75 to 0.80 (GTK 2 to GTK > 3). I *never* noticed that problem before. Now, I believe I always get it. > The vertical space is too small. Sometimes, the bottom is cut. Sometimes, > it's the top, as you can see here. The space missing is quite important. Last > time, I couldn't see the answer I was chosing. I can imagine this would be a > serious problem for someone who doesn't already know all debconf prompts... > The problem is the window cannot be enlarged, so I'm upgrading to important > (at least, could be serious IMO). I'm surprised we don't have more reports. > Are some people using the Dialog frontend unaffected? Or does everyone use > the GTK frontend? > > Submitter, could you provide a screenshot of the problem in English?
Thanks Filipus for your screenshot! This is very helpful. Note that the other screenshot is showing a different issue, there are two terminal windows in synaptic, one with a progressbar on top and one without. I was able to reproduce the issue that the terminal widget is too short, its around 18 rows for me instead of the requested: vte_terminal_set_size(VTE_TERMINAL(_term),80,23); so I think this is a vte/gtk bug in some way, I will try to create a test case to report it upstream and find a workaround. It seems like its working if I force a widget size on the vte terminal with gtk_widget_set_size_request () but the tricky part is to calculate the required height. Cheers, Michael -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

