vte widget allows window to expand but not shrink

Bug #635400 reported by Delan Azabani
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
vte (Ubuntu)
Expired
Low
Unassigned

Bug Description

In the Update Manager GUI, the Applying Changes window (after download; during the installation process) can be increased in size with the window handles (when Details is shown) but not decreased. Dragging the window outwards will expand it, but you can't move back; the window can only become bigger.

Revision history for this message
Gabe Gorelick (gabegorelick) wrote :

Reassigning to update-manager.

affects: ubuntu → update-manager (Ubuntu)
Revision history for this message
Delan Azabani (azabani) wrote :

This is a general libvte issue. Try this:

########
#!/usr/bin/env python
import gtk
import vte
if __name__ == '__main__':
 v = vte.Terminal()
 v.connect("child-exited", lambda term: gtk.main_quit())
 v.fork_command()
 window = gtk.Window()
 window.add(v)
 window.connect('delete-event', lambda window, event: gtk.main_quit())
 window.show_all()
 gtk.main()
########

The window can be expanded but not shrunk.

affects: update-manager (Ubuntu) → vte (Ubuntu)
summary: - "Applying changes" window in Update Manager can be expanded but not
- shrunk
+ vte widget allows window to expand but not shrink
Revision history for this message
Pedro Villavicencio (pedro) wrote :

Thanks for the report, it has been some time without any response or feedback in this bug report and we are wondering if this is still an issue for you with the latest release of Ubuntu the Natty Narwhal, May you please test with that version and comment back if you're still having or not the issue? Please have a look at http://www.ubuntu.com/download to know how to install that version. Thanks in advance and sorry for the late response.

Changed in vte (Ubuntu):
importance: Undecided → Low
status: New → Incomplete
Revision history for this message
vroetman (vroetman) wrote :

I just tested it on Natty, and it is still a problem.

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for vte (Ubuntu) because there has been no activity for 60 days.]

Changed in vte (Ubuntu):
status: Incomplete → Expired
Revision history for this message
Stephan Sokolow (ssokolow) wrote :

This is still a problem on 14.04 LTS in 2015. Can we get the status changed back to New?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.