Search found 3 matches

by dobbs
Sat May 04, 2013 6:45 am
Forum: GTK+ Support
Topic: GTK UI built improperly on Mac OS X?
Replies: 3
Views: 5994

Re: GTK UI built improperly on Mac OS X?

Oh hey, an update! The GTK folks gave me a test patch: https://bugzilla.gnome.org/show_bug.cgi?id=691921

Seems to work. However, GTK seems to render some things with darker background colors. Not really a problem, but a little weird looking. Anyone else building Transmission GTK seeing this kind of ...
by dobbs
Thu Jan 17, 2013 3:32 am
Forum: GTK+ Support
Topic: GTK UI built improperly on Mac OS X?
Replies: 3
Views: 5994

Re: GTK UI built improperly on Mac OS X?

Ah. Here's the problem: removeAllItems was introduced in OS X 10.6. I said this was an old Mac; it's running 10.5. :/ I'll have to see if the GTK people are interested in fixing this.

If all else fails, I suppose I could switch GTK3 to the X11 backend... Bah.
by dobbs
Sat Jan 12, 2013 8:48 am
Forum: GTK+ Support
Topic: GTK UI built improperly on Mac OS X?
Replies: 3
Views: 5994

GTK UI built improperly on Mac OS X?

I built Transmission 2.76 (and 2.75) from source on my old Mac. The daemon works great, but the GTK program aborts:
[Vertigo:~] dobbs% transmission-gtk
2013-01-12 00:27:42.524 transmission-gtk[61663:807] *** -[GNSMenu removeAllItems]: unrecognized selector sent to instance 0x143ab60
2013-01-12 00 ...