Winetricks / winetricks

Winetricks is an easy way to work around problems in Wine
GNU Lesser General Public License v2.1
2.75k stars 400 forks source link

Text not displaying #2229

Closed YounesSamatta closed 4 months ago

YounesSamatta commented 4 months ago

image Here's the log:

warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.

Using winetricks 20240105 - sha256sum: 8f28985b06e9e04b5268e2aef3429b2a0f6abd4fd12c4a30472dfe66355128fa with wine-9.9 and WINEARCH=win64 winetricks GUI enabled, using zenity 4.0.1

(zenity:15141): Gtk-WARNING **: 22:58:11.361: Unknown key gtk-modules in /home/youness/.config/gtk-4.0/settings.ini

(zenity:15141): Adwaita-WARNING **: 22:58:11.473: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.

YounesSamatta commented 4 months ago

Actually that was a gtk4 bug in recent version because they switched to a vulkan renderer, i fixed it by downgrading GTK4 to 1:4.12.5.

YounesSamatta commented 4 months ago

Actually that was a gtk4 bug in recent version because they switched to a vulkan renderer, i fixed it by downgrading GTK4 to 1:4.12.5.

this workaround doesn't work on flatpaks tho