Description of problem: Opening a 1280x1024 domain console (FV WinXP/Xen) on a xinerama 3200x1200 display the console takes nearly all available screen estate Version-Release number of selected component (if applicable): virt-manager-0.5.2-2.fc8 How reproducible: always for me Steps to Reproduce: 1. Xinerama, large 2. domain with display height close to the xinerama one 3. Actual results: console takes nearly all screen Expected results: normal rendering of console Additional info: fixing /usr/share/virt-manager/virtManager/console.py in _force_resize to if w > maxw or h > maxh: self.window.get_widget("console-vnc-viewport").set_size_request(w,h) self.window.get_widget("console-screenshot-viewport").set_size_request(w, h) fixed the problem Daniel
virt-manager-0.5.3-1.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update virt-manager'
virt-manager-0.5.3-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.