VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1915 - 1917 of 16363)

Ticket Resolution Summary Owner Reporter
#9834 obsolete virtualbox file dialog bug Alexey Kuznetsov
Description

http://youtu.be/OKozhp2sPN0

#9836 obsolete Already running Windows 7 guest freezes when Ubuntu 8.10 guest boots fishhf
Description

I have a Win7 64bit host trying to run both guests.

While running a Win7 32bit guest, and then I boot a Ubuntu 8.10, the win7 guest will lock up, see attached screenshot.(The ubuntu still works nicely)

The Ubuntu 8.10 is a "ubuntu-8.10-desktop-i386.iso", freshly installed. Win7 guest is Windows 7 Ultimate, 32bit. Host is Win 7 Professional, 64bit.

#9837 obsolete Java's GraphicsDevice.setFullScreenWindow fails Hollis Waite
Description

When Guest Additions are installed on an Ubuntu guest VM running Unity, Java's GraphicsDevice.setFullScreenWindow(Window) fails to obscure the Unity panel.

import javax.swing.*;
import java.awt.*;

public class Test {
  public static void main(String[] args) {
    final JFrame f = new JFrame();
    f.setUndecorated(true);
    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    f.pack();
    final GraphicsDevice device =
     GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice();
    System.out.println(device.isFullScreenSupported());
    System.out.println(device.getDefaultConfiguration().getBounds().getSize());
    device.setFullScreenWindow(f);
    f.setVisible(true);
  }
}
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy