GTK3 Theming

Questions about Wine on macOS.
Locked
YWbhbXd8s83i2A
Newbie
Newbie
Posts: 4
Joined: Sun Mar 14, 2021 3:54 pm

GTK3 Theming

Post by YWbhbXd8s83i2A »

GTK3 theming from wine-staging is grayed out despite having installed gtk3 through

Code: Select all

brew install gtk3+
Image

Can this be done on macOS?
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: GTK3 Theming

Post by Gcenx »

To get this option working within wine-staging it would need to be compiled from source with gtk3 available at configure/built time, the depreciated Winehq packages nor my packages were built with this available.
YWbhbXd8s83i2A
Newbie
Newbie
Posts: 4
Joined: Sun Mar 14, 2021 3:54 pm

Re: GTK3 Theming

Post by YWbhbXd8s83i2A »

Aaaah, gotcha. I've never compiled anything so that's out of my reach. If anyone's up to the task, I left a question open on Ask Different were you could post a build or instructions to create it: https://apple.stackexchange.com/questio ... ng-on-wine
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: GTK3 Theming

Post by Gcenx »

Honestly building wine on macOS is a PITA.

Unless your running macOS Catalina or later it doesn’t make sense to use homebrew for building wine considering they only provide 64Bit and recently ARM64 packages, there are no 32Bit packages from homebrew.

Macports also has its own problems, I’m running two separate overlays to handle things as cleanly as possible.
Locked