ivan-hc / Bottles-appimage

Unofficial AppImage of "Bottles", an app to run Windows software and games on Linux.
19 stars 1 forks source link

GUI is WHITE for me :( #12

Closed vitaly-zdanevich closed 1 month ago

vitaly-zdanevich commented 1 month ago

But in .config/gtk-3.0/settings.ini I have

gtk-application-prefer-dark-theme=true

ivan-hc commented 1 month ago

Bottles is based on GTK4

To solve the issue, you need to add the line

GTK_THEME=Adwaita-dark

to the /etc/environment file.

This is how I have solved with all my GTK4-based apps on XFCE.

PS: its not my fault if libadwaita/gtk4 sucks

vitaly-zdanevich commented 1 month ago

Added, but still white :(

Also tried

GTK_THEME=Adwaita-dark FUSERMOUNT_PROG=$(which fusermount) ./Bottles-51.13-x86_64.AppImage

Adwaita-dark looks like installed:

image

ivan-hc commented 1 month ago

have you rebooted?

vitaly-zdanevich commented 1 month ago

Yes.

vitaly-zdanevich commented 1 month ago

Solved by preferences of Bottles image