Hi, it seems VirtualBox ships a nice set of icons (with hi-res versions), but the desktop file uses another low-res icon instead, which looks bad in the new GNOME 3.0 shell.
Attached patch (licensed under the MIT license), changes the desktop file to use the other icon name. Thanks, Cosimo
Index: src/VBox/Installer/common/virtualbox.desktop.in =================================================================== --- src/VBox/Installer/common/virtualbox.desktop.in (revision 36478) +++ src/VBox/Installer/common/virtualbox.desktop.in (working copy) @@ -8,7 +8,7 @@ TryExec=VirtualBox MimeType=application/x-virtualbox-vbox;application/x-virtualbox-vbox-extpack;application/x-virtualbox-ovf;application/x-virtualbox-ova DocPath=file://@VBOX_DOC_PATH@/UserManual.pdf -Icon=VBox +Icon=virtualbox-vbox Categories=Emulator;System;X-MandrivaLinux-System;Application; Comment=Run several virtual systems on a single host computer Comment[de]=Mehrere virtuelle Maschinen auf einem einzigen Rechner ausführen
_______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev
