gedit on osx
December 28th, 2008 — pborWhen blogging about the Windows port, I should also have mentioned the thanks to Jesse, gedit trunk also compiles and runs on OSX. Help with the creation of an installable bundle would be warmly appreciated!
When blogging about the Windows port, I should also have mentioned the thanks to Jesse, gedit trunk also compiles and runs on OSX. Help with the creation of an installable bundle would be warmly appreciated!
December 28th, 2008 at 2:17 pm
Very sexy guys! I may not use OS X, but that is very sexy.
Maybe it can even kill textmate someday ;-)
December 28th, 2008 at 3:06 pm
This looks beyond cool! :) Nice integration by the way.
December 28th, 2008 at 4:43 pm
Note that the integration part is not yet in trunk (I just did that locally since it required some changes in the imendio osx integration lib).
December 28th, 2008 at 5:10 pm
Woah, did GTK implement OS X menu bar integration?
December 28th, 2008 at 5:45 pm
Is it possible to have that coloscheme in Gnome as well?
December 28th, 2008 at 6:15 pm
Marko: sure, I think it’s one of the themes avaialble at http://live.gnome.org/GtkSourceView/StyleSchemes , just use the “Add” button in the gedit preference dialog to add it
December 28th, 2008 at 9:43 pm
Hongli: the integration is done by a separate lib provided by imendio called ige-mac-integration. It provides some useful functions to automatically integrate the menu (+mapping key bindings to mac bindings) and handle the dock.
December 29th, 2008 at 4:44 pm
Paolo, awesome, thanks!
December 30th, 2008 at 4:21 am
I’ve written a number of scripts for Banshee to create both .app and .dmg bundles, they’re fairly application agnostic, so please feel free to lift them.
Additionally I wrote a dependency build system of sorts that builds libraries, strips, and relocates them. For instance, this builds GStreamer, the Xiph stack, FLAC, etc, and makes sure the resulting binaries are relocatable inside the .app.
http://svn.gnome.org/svn/banshee/trunk/banshee/build/osx/
December 30th, 2008 at 8:43 am
Aaron: thanks! I’ll make sure to point Jesse (or anyone with osx who wants to give it a try) there
January 24th, 2009 at 4:03 pm
very nice :-) any chance of getting a .dmg for download or maybe some build instructions?