Run gedit on OSX Mavericks?

Jasper Blues picture Jasper Blues · Oct 24, 2013 · Viewed 26.4k times · Source

The Version of Gedit on the gnome.org site does not seem to run on OSX Mavericks. Is there any way to fix this?

Answer

ColinKinloch picture ColinKinloch · Nov 26, 2013

When I tried it, the problem was the version of libxml2 packaged with gedit.

Use the command "brew install libxml2"

then cp /usr/local/Cellar/libxml2/2.9.1/lib/libxml2.2.dylib /Applications/gedit.app/Contents/Resources/lib/.

In the current version of brew, the directory has changed to 2.9.2 so: then cp /usr/local/Cellar/libxml2/2.9.2/lib/libxml2.2.dylib /Applications/gedit.app/Contents/Resources/lib/.