m4heshd / offlinebay

Official repository of the project OfflineBay
MIT License
118 stars 23 forks source link

Debian Buster VM with Virtio QXL won't show the content of the main window #24

Open elico opened 4 years ago

elico commented 4 years ago

To resolve this I added the --disable-gpu option ie a GNOME .desktop file would look like this:

[Desktop Entry]
Name=OfflineBay
Comment=OfflineBay V2.0.0
GenericName=Search Engine
X-GNOME-FullName=OfflineBay
Exec=/opt/OfflineBay/OfflineBay --disable-gpu
Terminal=false
Type=Application
Icon=/opt/OfflineBay/resources/app/app/img/icon.png
Categories=Network;

or just run from cli: /opt/OfflineBay/OfflineBay --disable-gpu