OSX Compiling Issue from git pull

Okay, got that, send you a personal message.
Thanks.

@Morgan_Hardwood

Well, one can change themes/fonts etc. on a per app basis. On the Mac, it would be a huge intrusion to try and change “themes” at the system level. I doubt that it can be done at all other than by Apple.

Mac apps are so called userland apps as opposed to Linux where you can do what you describe. So on the Mac, you can have 2 gtk apps that can be themed differently from each other.

However, to be considered a “true” Mac app, one has to have a single menu bar. Apps do not have their own menu bars.

@peterdb, OK, got it. Thanks. :slight_smile:

@Morgan_Hardwood

The “window is downsized” may be due to this:
(rawtherapee:26933): Gdk-WARNING **: GdkQuartzDisplay does not implement the monitor vfuncs
you think?

Also the icon issues may be due to this:
(rawtherapee:26933): Gtk-WARNING **: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.
?

Thanks,
Partha