Re: [gtk-osx-users] Question about CUPS module

2017-01-13 Thread John Ralls
safer to just roll back to an earlier version of cairo that doesn't have the offending API. In order for the patches to be generally useful you'd need to bracket them with availability macros so that they can be compiled correctly against newer SDKs. Regards, John Ralls

Re: [gtk-osx-users] Question about CUPS module

2017-01-13 Thread John Ralls
ies the hidden directory to $PREFIX. Two packages, cups and openssl, ignore the instruction to make install, so jhbuild crashes when it finishes. You can patch Source/jhbuild/jhbiuild/modules/autogen.py to not do that (comment out lines 312-314) or you can just l

Re: [gtk-osx-users] Support for ancient MacOS versions?

2017-01-13 Thread John Ralls
tures from the standard library the minimum version that will compile is 10.9. 32-bit code builds and runs just fine. It's arguable that there's no point if one is targeting 10.7+, but that's different from "can't". Regards, John Ralls ___ Gtk-o

Re: [gtk-osx-users] Support for ancient MacOS versions?

2017-01-12 Thread John Ralls
> On Jan 12, 2017, at 9:43 AM, G 3 <programmingk...@gmail.com> wrote: > > > On Jan 12, 2017, at 12:16 PM, John Ralls wrote: > >> >>> On Jan 12, 2017, at 8:50 AM, G 3 <programmingk...@gmail.com> wrote: >>> >>> >>> On Ja

[gtk-osx-users] Support for ancient MacOS versions?

2017-01-12 Thread John Ralls
The immediate impact will be removing all of the ppc-related and pre-10.8 special case code from jhbuildrc-gtk-osx. Over time I'd also weed out patches and modules which enable building on now unsupported versions of OS X. Comments? Regards, John Ralls __

Re: [gtk-osx-users] Error while installing gtk - subversion module - invalid paramter

2017-01-12 Thread John Ralls
not to compile on 10.4. Add a line skip.append('bison") to your jhbuildrc and then separately run jhbuild --moduleset=bootstrap.modules buildone bison2 to get the older bison2, which should build OK. You won't be able to build gstreamer,

Re: [gtk-osx-users] About deprecations

2017-01-12 Thread John Ralls
elopers for Gtk because while it's deprecated the function hasn't yet been removed from the library. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Command+Backtick shortcut intercepted

2016-11-15 Thread John Ralls
hortcuts with an accel map. This is demonstrated at line 877 of test-integration.c. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] About Glade

2016-11-15 Thread John Ralls
here is. Two, in fact: "glade" for Gtk3 and (confusingly) "glade3" for Gtk2. They're in gtk-osx-random.modules. Odd that right-click wouldn't work, unless Glade is doing some special mouse handling. It works everywhere else. Regards, John Ralls ___

Re: [gtk-osx-users] 32-bit Build

2016-06-17 Thread John Ralls
ild a 32-bit version of gtk-osx. I'm using OS > X 10.9.5. > > How do I do this? Pass [i386] as the third argument to setup_sdk(). The brackets around i386 are significant, setup_sdk() expects a list in that argument. Regards, John Ralls ___ Gtk

Re: [gtk-osx-users] Error building gobject-introspection

2016-06-03 Thread John Ralls
e-run gtk-osx-build-setup.sh. If you've customized it for your own use, you might prefer to just apply https://github.com/jralls/gtk-osx-build/commit/ec0aea57aebe5e57c1bb78566cecb92bdbf5782d. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-os

Re: [gtk-osx-users] Menu item selection problem on GTK 3

2016-05-28 Thread John Ralls
something wrong? Jiri, Sounds like bug 745929 <https://bugzilla.gnome.org/show_bug.cgi?id=745929>. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] gtk-osx - issue with bootstrap module

2016-05-05 Thread John Ralls
y enough to fix. I've just pushed it, you'll need to run gtk-osx-build-setup.sh again to get it in place. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Issue with building GTK2.x for "modulesets" set (librsvg)

2016-03-04 Thread John Ralls
nst*** [38/39] Heh. Looks like it's been that ways for 6 years, too. Shows how much the themes modules get used. I've changed the branch on gtk-engines to 2-22, the last one before master was changed to support/require gtk+-3.0. Regards, John Ralls ___

Re: [gtk-osx-users] Issue with building GTK2.x for "modulesets" set (librsvg)

2016-03-01 Thread John Ralls
> On Mar 1, 2016, at 9:58 AM, Miroslav Rajcic <mraj...@hotmail.com> wrote: > > Thanks. It's nice to see that I was not imagining things ;-) > Don't leap to conclusions! ;-) Regards, John Ralls ___ Gtk-osx-users-list mailing list

Re: [gtk-osx-users] Issue with building GTK2.x for "modulesets" set (librsvg)

2016-03-01 Thread John Ralls
Ah, the problem was hiding in plain sight: modulesets rather than modulesets-stable. In modulesets and modulesets-unstable gtk+ didn't depend on gobject-introspection, a hangover from a few years ago when gobject-introspection hung up the gtk+ build. Fixed and pushed. Regards, John Ralls

Re: [gtk-osx-users] Issue with building GTK2.x for "modulesets" set (librsvg)

2016-02-29 Thread John Ralls
ll of the introspected C libraries need to be built first, then Python3, then gtk-osx-integration-python if you're using it, then switch the "python" link to point at python3 (because a couple of pygobject-dependent custom configure scripts are stupid) and build the rest. A serious P

Re: [gtk-osx-users] Support of Older OS X Versions

2016-02-27 Thread John Ralls
n once again and see how it looks. Hopefully it will be more > useful than before. Andrius, No patches. "git master" means the HEAD of the master branch in git and it wouldn't make sense if that didn't mean the one at git.gnome.org. Regards, John Ralls _

Re: [gtk-osx-users] Issue with building GTK2.x for "modulesets" set (librsvg)

2016-02-26 Thread John Ralls
+ (2.24) and gtk+-3.0 (3.16) and has been for many years. You must have deliberately skipped it either from the command line or in .jhbuildrc-custom. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome

Re: [gtk-osx-users] Support of Older OS X Versions

2016-02-24 Thread John Ralls
> On Feb 23, 2016, at 11:19 PM, philip.chime...@gmail.com wrote: > > > > On Tue, Feb 23, 2016 at 10:40 AM John Ralls <jra...@ceridwen.us > <mailto:jra...@ceridwen.us>> wrote: > Christoph's email about pango modules and gtk-mac-bundler reminded me of &g

Re: [gtk-osx-users] Support of Older OS X Versions

2016-02-23 Thread John Ralls
testing it gets would depend on how many people use it, as does how much maintenance it gets. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Support of Older OS X Versions

2016-02-23 Thread John Ralls
instead of the online one, or we could add a moduleset that freezes glib at 2.44 and any dependent packages at the last version that doesn't require a newer glib. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.o

[gtk-osx-users] Support of Older OS X Versions

2016-02-23 Thread John Ralls
from the Gtk core group, but gtk-osx has several patches that the core group didn't like so one more is hardly a big deal. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk

Re: [gtk-osx-users] Pasting images from clipboard

2016-02-12 Thread John Ralls
1 (offset -4 lines). > Hunk #3 succeeded at 229 (offset -4 lines). > 1 out of 3 hunks FAILED -- saving rejects to file modules/input/imquartz.c.rej Thanks. That patch isn't needed anymore, it's in the released tarballs. Fixed in git. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Pasting images from clipboard

2016-02-11 Thread John Ralls
p/paste_sample_src.zip > http://notecase.sourceforge.net/temp/test-1.0.pkg Miroslav, Thanks for the test case. That made it really easy to find the problem, which I've fixed and pushed to gtk-2-24, gtk-3-18, and master. The gtk-2-24 commit is 99db416 and the commit message explains the problem.

Re: [gtk-osx-users] crash on maximize/unmaximize

2016-02-11 Thread John Ralls
e corrupted address to tell you when it was allocated and freed. With that you can analyze the code to see how the deallocated block is getting used and figure out if it's your program or something in the library, and maybe isolate the problem. Regards, John Ralls _

Re: [gtk-osx-users] Crash issue

2016-01-18 Thread John Ralls
t > > So I am not sure where Cocoa could come into play here. Me either, but you can clearly see that that's what the stack trace shows. Presumably the user sent you the crash report, which has a lot more information in it besides the stack trace. I can only suggest that you study this for c

Re: [gtk-osx-users] Crash issue

2016-01-17 Thread John Ralls
P_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14 () > > So my question is: is this a known issue? Any tip or idea to help me with > this? Is Notebook Pro your app? If not, tell the user to go bug them. If so, how the heck is GdkQuartzView getting called from inside AppKit in a program controlled by the Cocoa run loop? Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] How to make the xquartz works with gtk+?

2016-01-03 Thread John Ralls
ew install gtk+ --with -x11 > And it still can't work with xquartz. > While I input : > $gtk-demo > The xquartz doesn't appear,the console instead, > How could I fix the problem?Thank you! Wrong list, sorry. This list is for users of the Gtk-OSX build system. Regards, John Ralls _

Re: [gtk-osx-users] gtksourceview3 on EI Capitan: font blurring?

2015-12-28 Thread John Ralls
ideas? You're in the wrong list. This one is for developers who use the Gtk-OSX build system to make Mac application bundles of their Gtk-based applications, not for users. I suggest that you raise the issue on the gedit support list and let their developers work w

Re: [gtk-osx-users] CoreAnimation: warning, deleted thread with uncommitted CATransaction.

2015-12-28 Thread John Ralls
icial documentation at https://developer.gnome.org/gdk3/stable/gdk3-Threads.html. If GtkAda hasn't wrapped the necessary API then you'll be limited to writing single-threaded applications. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-

Re: [gtk-osx-users] Dynamically loading GTK-OSX?

2015-12-22 Thread John Ralls
about isolating the GUI functions from the rest of the program's behavior it should be possible. On the other hand, if you can do that you can also create a Cocoa GUI that will work better and be much more pleasing to your Mac users. Regards, John Ralls ___ Gt

Re: [gtk-osx-users] Failure about the building for the gtk

2015-10-29 Thread John Ralls
e was a real error there it would stop instead of saying “Now type `make’ to compile jhbuild”. The script runs make for you, and that’s failing because it can’t make ~/.local/bin. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-user

Re: [gtk-osx-users] Failure about the building for the gtk

2015-10-29 Thread John Ralls
rts or Homebrew than Gtk-OSX. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Building Glade on MaxOS 10.9.

2015-07-09 Thread John Ralls
cleanly now. Duly pushed. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Building Glade on MaxOS 10.9.

2015-07-06 Thread John Ralls
the old one. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Bundling Failure

2015-06-18 Thread John Ralls
* Please remember to copy the list on all replies. You can use reply all, which is the double-left-arrow icon, to do so easily. * On Jun 17, 2015, at 8:02 PM, kapal kardus kapal.kar...@gmail.com wrote: On Wednesday, June 17, 2015, John Ralls jra...@ceridwen.us wrote

[gtk-osx-users] [Gtk-osx-users] Gtk-mac-integration Version 2.0.8

2015-05-21 Thread John Ralls
changed but there is only a single includedir now since they are the same. * Use gnome-autogen.sh The modulesets have been updated to use the new release. Regards, John Ralls -- One dashboard for servers

Re: [gtk-osx-users] webkit2gtk-3.0.

2014-12-30 Thread John Ralls
the Quartz Gtk backend; we've been able to work around that for Webkit 1, but Webkit 2 has changed enough that we'll have to start over. We've only just begun looking at it. What package are you trying to build that requires Webkit2? Regards, John Ralls

Re: [gtk-osx-users] cut/copy/paste accelerators in GTK widgets (and some other issues)

2014-12-26 Thread John Ralls
to change this to Zim somehow? Similarly, would it be possible to replace the icon the in dock with Zim's icon? Bundle Zim. See https://wiki.gnome.org/Projects/GTK%2B/OSX/Bundling. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list

Re: [gtk-osx-users] cut/copy/paste accelerators on Mac

2014-12-26 Thread John Ralls
On Dec 26, 2014, at 2:28 PM, Brecht Machiels brecht__gm...@mos6581.org wrote: Ignore this one. Wrong mailing list of course. But also the wrong question, because accelerators are for menu items, which dialog boxes don’t have. You want to ask about bindings. Regards, John Ralls

Re: [gtk-osx-users] cut/copy/paste accelerators on Mac

2014-12-26 Thread John Ralls
to the GTK+-2 OSX Users mailing list). On 2014-12-26 19:13:32 +, John Ralls said: On Dec 26, 2014, at 9:33 AM, Brecht Machiels wrote: With gtkosx-application installed, I have managed to move Zim menus to the OS X menu bar and About/Preferences/Quit to the application menu without much

Re: [gtk-osx-users] GTK_LOCALEDIR in App Bundle

2014-12-04 Thread John Ralls
On Dec 4, 2014, at 7:13 AM, Joshua Pettus jshpet...@gmail.com wrote: Thanks for clearing that up! Turns out there is a “bundle” variant of gtk2 on macports that does just that. Please remember to CC the list on all replies. Use reply all, the double-arrow button. Regards, John Ralls

Re: [gtk-osx-users] Using localization with Application menu with the gtk mac integration library.

2014-11-22 Thread John Ralls
ones, then copy or move the files back with the new names, then git add strings/* git commit After you’ve made the change in that repository, try pulling it into a repo on a case-preserving (i.e. normal) partition to make sure it works. Regards, John Ralls

[gtk-osx-users] gtk-mac-bundler-0.7.4 released.

2014-11-06 Thread John Ralls
, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] trying to integrate an eventtrap into gtk-osx-application

2014-10-08 Thread John Ralls
when the program terminates the run loop will be destroyed and that should take the event tap with it. I don’t see how a helper app would make any difference: You have to inject the events into the g_main_loop somehow in order to respond to them. Regards, John Ralls

Re: [gtk-osx-users] Using localization with Application menu with the gtk mac integration library.

2014-10-06 Thread John Ralls
://developer.gnome.org/gio/unstable/application.html, rather than using deprecated features and libraries. Regards, John Ralls El oct 6, 2014, a las 10:17 AM, John Ralls jra...@ceridwen.us escribió: On Oct 5, 2014, at 8:20 PM, Joshua Pettus jshpet...@gmail.com wrote: For the record

Re: [gtk-osx-users] Using localization with Application menu with the gtk mac integration library.

2014-10-02 Thread John Ralls
the string files from GtkOSXApplication.strings to GtkosxApplication.strings and it should work. Do note that you must use either System Preferences or the defaults AppleLanguages key to set the locale; environment variables won't work. Regards, John Ralls

Re: [gtk-osx-users] Using localization with Application menu with the gtk mac integration library.

2014-10-02 Thread John Ralls
it) menuitem = [[NSMenuItem alloc] initWithTitle: [stringWithFormat: [NSLocalizedStringFromTable (@“Hide %@, @GtkosxApplication, @Hide menu item title) autorelease], appname] action: @selector (hide: ) keyEquivalent: @h”]; Regards, John Ralls

Re: [gtk-osx-users] Using localization with Application menu with the gtk mac integration library.

2014-10-02 Thread John Ralls
On Oct 2, 2014, at 1:20 PM, Kevin Bernhagen ke...@calxalot.net wrote: You should not autorelease the return value from NSLocalizedStringFromTable. OK. Do you think that might be the source of the crash in XBoard? Regards, John Ralls On Oct 2, 2014, at 1:03 PM, Joshua Pettus jshpet

Re: [gtk-osx-users] Using localization with Application menu with the gtk mac integration library.

2014-10-02 Thread John Ralls
Gtk-OSX nor MacPorts are particularly friendly to doing that. It does raise another point about Apple localization: It doesn’t work outside of an application bundle unless you do some extra work so that the NSBundle calls can find the resources. Regards, John Ralls

Re: [gtk-osx-users] Building WebKit with GTK3.

2014-09-04 Thread John Ralls
work and hasn’t been a priority for me to do so, so I haven’t. On the other hand they’ve been making nicer noises on the mailing list in the last couple of months, so maybe you’ll get lucky. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk

Re: [gtk-osx-users] Building Glade on MaxOS 10.9.

2014-08-21 Thread John Ralls
that, too; in one case it took several tries to get it to link correctly. I haven't been able to figure out why. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Installation root path.

2014-08-20 Thread John Ralls
. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Installation root path.

2014-08-18 Thread John Ralls
-tools. You must run `jhbuild bootstrap` on a prefix before you can build anything in it. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Installation root path.

2014-08-16 Thread John Ralls
on the net. Yes, as explained in the jhbuild documentation: https://developer.gnome.org/jhbuild/unstable/config-reference.html.en, see prefix. Set it in .jhbuldrc-custom before calling setup-sdk(). Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk

Re: [gtk-osx-users] Building Glade on MaxOS 10.9.

2014-08-04 Thread John Ralls
file a bug. Regards, John Ralls Regards, Pascal. http://blady.pagesperso-orange.fr Le 4 août 2014 à 02:45, John Ralls jra...@ceridwen.us a écrit : On Aug 3, 2014, at 4:40 PM, John Ralls jra...@ceridwen.us wrote: On Aug 2, 2014, at 8:16 AM, Pascal p@orange.fr wrote: Hello

Re: [gtk-osx-users] [Gtk-osx-users] Getting Started with WebKitGTK+

2014-08-03 Thread John Ralls
jhbuild build. Regards, John Ralls -- Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers

Re: [gtk-osx-users] Building Glade on MaxOS 10.9.

2014-08-03 Thread John Ralls
On Aug 3, 2014, at 4:40 PM, John Ralls jra...@ceridwen.us wrote: On Aug 2, 2014, at 8:16 AM, Pascal p@orange.fr wrote: Hello, after a fresh install of gtk-osx on MacOS 10.9 with GTK+3: … cmd$ jhbuild build meta-gtk-osx-gtk3 when I build Glade: cmd$ jhbuild build glade

Re: [gtk-osx-users] Gtk-osx and webkit-1.6.1

2014-06-12 Thread John Ralls
/master/src/html. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] GTK-OSX and Webkitgtk Question

2014-05-29 Thread John Ralls
your code doesn’t work. I didn’t write that bit and haven’t ever looked at it, so I can’t really offer much more help than that. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo

Re: [gtk-osx-users] modifyng Gtk-2 keybinding

2014-04-15 Thread John Ralls
/settings.ini to invoke it. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] fullscreen goes to the wrong monitor

2014-02-24 Thread John Ralls
://bugzilla.gnome.org/show_bug.cgi?id=556007, for which there is a patch that *almost* works. Almost because instead of restoring the window to its previous position it goes to position 0,0, which is the upper left corner on a Mac. Regards, John Ralls ___ Gtk

Re: [gtk-osx-users] Gtk.Builder segfault

2014-02-09 Thread John Ralls
in the latest libffi-3.0.13, and after updating to it I can use Gtk.Builder just fine. I suggest bumping the version :-) Good work! Pushed. Thanks, John Ralls On Sun, Jan 26, 2014 at 11:04 PM, Volker Braun vbraun.n...@gmail.com wrote: I can't seem to use Gtk.Builder in my gtk3+python2

Re: [gtk-osx-users] Building GtkSourceview3 on OSX 10.9

2014-01-25 Thread John Ralls
; ~~ ^ gtksourceview-3.6 must be too old for gtk+-3.10. I just blind-pushed (meaning that I didn't test it) an update to gtksourceview-3.10.1. Give that a try. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org

Re: [gtk-osx-users] Switching keyboard layouts with Alt+Cmd+Space

2014-01-19 Thread John Ralls
in gtk-mac-integration for either. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Switching keyboard layouts with Alt+Cmd+Space

2014-01-19 Thread John Ralls
(). That doesn’t solve the problem, though: I don’t want to add a ton of pass-through functions to gtkosxapplication or gtk-quartz to implement the system accelerators. As I said on the bug, the right answer is to hand unused key events back to Quartz. Regards, John Ralls

Re: [gtk-osx-users] Switching keyboard layouts with Alt+Cmd+Space

2014-01-19 Thread John Ralls
. If it doesn’t, the event is dropped. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Removing GTK from Mac OSX Mavericks

2014-01-09 Thread John Ralls
On Jan 9, 2014, at 7:06 AM, John Ralls jra...@ceridwen.us wrote: On Jan 8, 2014, at 8:19 PM, Anthony McInvale anthony.mcinv...@me.com wrote: Deleting the sub-directory will remove all of the installation? Are there any other residual pieces that have to be cleaned up? Please copy

Re: [gtk-osx-users] Removing GTK from Mac OSX Mavericks

2014-01-09 Thread John Ralls
~/.jhbuild* rm ~/gtk-osx-build-setup.sh ls -d ~/.* and rm -rf any config directories like .gconf and .gnome-2 that might have been created by running programs during your unsuccessful build process. Be careful here not to delete anything that isn't from gtk. Regards, John Ralls

Re: [gtk-osx-users] Removing GTK from Mac OSX Mavericks

2014-01-08 Thread John Ralls
target, so there'll be a few leftovers, but not much. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Feature Request: Gtkmacintegration Native Fullscreen?

2013-12-24 Thread John Ralls
mode is built in to Gtk2 already, no need for gtk-mac-integration to provide any support. Just make an action that calls gtk_window_fullscreen(). https://developer.gnome.org/gtk2/2.24/GtkWindow.html#gtk-window-fullscreen Regards, John Ralls ___ Gtk

Re: [gtk-osx-users] Feature Request: Gtkmacintegration Native Fullscreen?

2013-12-24 Thread John Ralls
On Dec 24, 2013, at 8:36 PM, Joshua Pettus jshpet...@gmail.com wrote: Hi John Ralls, Thankyou. Yes, I meant making an OSX app, sorry I was unclear. Anyway, I realize that GTK has it’s own fullscreen mode, but this is about OSX’s fullscreen mode for window based cocoa apps which

Re: [gtk-osx-users] Can't shell jhbuild on Mac OS X Mavericks (10.9)

2013-12-17 Thread John Ralls
that you weren’t able to figure out the problem with pkg-config on your own suggests that gtk-osx is a bit beyond your level of expertise. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman

Re: [gtk-osx-users] Can't shell jhbuild on Mac OS X Mavericks (10.9)

2013-12-15 Thread John Ralls
it doesn’t provide /usr/include. You have to specify an SDK, so I added that specification in jhbuildrc. Thanks for the clue-bat. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk

Re: [gtk-osx-users] Help installing GTK+ 2.0

2013-12-06 Thread John Ralls
in to the new account (fast user switching works really well for this) and begin the installation procedure. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] gobject-introspection

2013-12-01 Thread John Ralls
or git repo. The mailing list is a good place to get help,https://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B component mac-integration is the place to file bugs. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list

Re: [gtk-osx-users] gobject-introspection

2013-12-01 Thread John Ralls
add 'python' to the modules list), which I guess avoids this problem. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] gobject-introspection

2013-12-01 Thread John Ralls
not using that as your prefix, are you? Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Building cmake failed on Mac OS X Mavericks / Xcode 5.0.1

2013-11-01 Thread John Ralls
from an earlier version of Xcode—when calling setup_sdk(). Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] command-h to hide app?

2013-10-14 Thread John Ralls
chain for key bindings by grabbing the accelerator event before it's passed to Gtk. I suppose the fix is to add corresponding GtkActions that call [theApp hide:] and [theApp hideOtherApplications:] to catch the accelerators. Regards, John Ralls ___ Gtk

Re: [gtk-osx-users] command-h to hide app?

2013-10-14 Thread John Ralls
On Oct 14, 2013, at 12:31 PM, Allin Cottrell cottr...@wfu.edu wrote: On Mon, 14 Oct 2013, John Ralls wrote: On Oct 14, 2013, at 10:51 AM, Allin Cottrell cottr...@wfu.edu wrote: Using gtkosxapplication, I get a Hide app item under my app's top-of-screen Mac menu, and this works fine

Re: [gtk-osx-users] gtk+3.10 on MacOSX 10.8.5 with Retina display

2013-10-11 Thread John Ralls
. Is this bug, or there is some changes how I should handle dimming? In 2.0.1 this was handled automatically. No, that's a regression. I'll take a look, thanks. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https

Re: [gtk-osx-users] Wrong patch path?

2013-10-11 Thread John Ralls
it be the GitHub repo path? I set all of the patch paths to the gnome.org repo, but yes, this is wrong. Fixed now, thanks. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

[gtk-osx-users] Release of gtk-mac-integration 2.0.5

2013-10-11 Thread John Ralls
After 2.0.4 there were enough issues that I decided another release was warranted, so here it is. Regards, John Ralls About gtk-mac-integration = Gtk-mac-integration provides an add-on library which Gtk+ applications can use to better integrate themselves into the Mac

[gtk-osx-users] Update stable Gtk3.

2013-10-11 Thread John Ralls
today. Since the 3.10.0 release has some significant issues, particularly crashing in DnD because of an unimplemented function, it would be wise to rebuild with 3.10.1 right away. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users

Re: [gtk-osx-users] Is there a way to override default key bindings?

2013-10-10 Thread John Ralls
place. I think you'll have to re-do the bisect. Sorry. Regards, John Ralls From: John Ralls jra...@ceridwen.us To: Andrius andri...@yahoo.com Cc: gtk-osx-users-list@gnome.org gtk-osx-users-list@gnome.org Sent: Wednesday, October 9, 2013 10:40 PM Subject: Re: [gtk-osx-users] Is there a way

Re: [gtk-osx-users] gtk+3.10 on MacOSX 10.8.5 with Retina display

2013-10-10 Thread John Ralls
. Interesting. I take it that you're building only for yourself, not for distribution. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] gtk+3.10 on MacOSX 10.8.5 with Retina display

2013-10-10 Thread John Ralls
to figure out how last_cocoa_item is set to something that isn't on the NSMenu. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Is there a way to override default key bindings?

2013-10-10 Thread John Ralls
On Oct 10, 2013, at 1:43 PM, Andrius andri...@yahoo.com wrote: This was https://bugzilla.gnome.org/show_bug.cgi?id=699901 . After patching I got key bindings sets in css file working again. OK, thanks. Regards, John Ralls ___ Gtk-osx-users-list

Re: [gtk-osx-users] Is there a way to override default key bindings?

2013-10-09 Thread John Ralls
it, and it gets sent to whatever window has menu focus instead of the one that has keyboard focus. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] Issues when building latest GTK+

2013-10-07 Thread John Ralls
correctly). Oh, right. I pushed a change to GLib to fix that but forgot to make a patch. Just add the line gl_GLIBC21 to configure.ac somewhere and rebuild. I'll get a patch added today or tomorrow. Regards, John Ralls ___ Gtk-osx-users-list mailing

Re: [gtk-osx-users] Issues when building latest GTK+

2013-10-02 Thread John Ralls
investigating that. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

[gtk-osx-users] Gtk-mac-integration 2.0.4

2013-10-01 Thread John Ralls
Well, I hope the third time is the charm. I found a double-release bug in cocoa_menu_item.c which the separator-skipping code turned into a crasher, so I've released gtk-mac-integration-2.0.4 and updated the modulesets. Regards, John Ralls ___ Gtk-osx

Re: [gtk-osx-users] New Modulesets and gtk-mac-integration-2.0.3

2013-09-30 Thread John Ralls
-osx-python.modules. This is the right place. Looks like bdb 4.8 isn't going to work with clang. No need to copy the script in this case. modules-unstable has a module for bdb-5.2. Can you see if that works? Regards, John Ralls ___ Gtk-osx-users-list

[gtk-osx-users] New Modulesets and gtk-mac-integration-2.0.3

2013-09-29 Thread John Ralls
I've just pushed new modulesets for Gnome-3.10. Well, except for unsupported and random. I also had to modify gtk-mac-integration and release 2.0.3 because I messed up and used some 10.6 API in 2.0.2. That's reflected in the new modulesets. Regards, John Ralls

Re: [gtk-osx-users] 10.6 to 10.8.3 upgrade rebuild issues

2013-08-22 Thread John Ralls
that jhbuild builds from /usr/local. IOW, same rules as for MacPorts or Fink. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Re: [gtk-osx-users] [Gramps-devel] python version mismatch while attempting clean build.

2013-07-30 Thread John Ralls
the problem is the g-ir-scanner script/build rather than Rsvg) but wanted to bring it up here in case there's already a known fix. Thanks for bringing it up, but this is the wrong list. Please use gtk-osx-users-list@gnome.org for build issues not related directly to Gramps code Regards, John

Re: [gtk-osx-users] [Gtk-osx-users] Anjuta Question

2013-07-11 Thread John Ralls
problem on Linux and the suggested solution was to install the development version of gtk3 What should I do next? You will need to write a module for gdl, and perhaps for other dependencies as well. This is all well-documented in https://wiki.gnome.org/GTK%2B/OSX/Building . Regards, John

Re: [gtk-osx-users] [Gtk-osx-users] Anjuta Question

2013-07-10 Thread John Ralls
, John Ralls -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free

<    1   2   3   4   >