The Version of Gedit on the gnome.org site does not seem to run on OSX Mavericks. Is there any way to fix this?
Default GNOME editor for Mac gedit provides a simple interface from which you have access to a full text editor with programming functions and is compatible with most major languages. gedit incorporates text search and replace, spell checking, printing and support for opening almost any file.
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/
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With