

What you're seeing is the default GTK theme/engine.
Inkscape mac os x xquartz windows#
Why does Inkscape look like a Windows 95 app? Consult the MacPorts documentation for more info. Sometime around 2013, I produced an Inkscape build that was tightly integrated with MacOS, and did not need X11/XQuartz: DnD functionality MacOS look and feel. Both things are taken care of for you when using the *.pkg installers. The ability to use pre-compiled packages depends on the default installation path (/opt/local/bin) and MacPorts being configured to use binary packages if available. You can either run /opt/local/bin/inkscape form Terminal, navigate with Finder to /opt/local/bin and double click on inkscape or create a symlink for you own convenience to have it appear in your Applications folder (ln -s /opt/local/bin/inkscape /Applications/Inkscape). Since there is no application bundle you have to launch the main binary directly.

We also encourage the installation of Xorg via MacPorts and not the (outdated) version supplied by. Open source vector graphic editor Inkscape has finally hit a milestone of 1.0. This does not only save you valuable time but also avoids some issues/hickups that occur if MacPorts builds everything from source.
Inkscape mac os x xquartz install#
They install MacPorts into the default location ( /opt/local/bin) and also configure important things like binary repositories so it can use pre-compiled packages and not compile everything itself when you install new software. We strongly encourage installing MacPorts via the binary installers (*.pkg) offered on their website. You are good to go if running gcc -version in Terminal gives some meaningful output. MacPorts requires a working installation of Xcode and its commandline tools, so install this first. The instructions below are for the X11 build. We suggest sticking with the X11 build for the time being until Inkscape has fully made the transition to go native on macOS. The native Quartz build can potentially be less stable, and less well integrated into the desktop environment (e.g. Inkscape 0.92.4 is currently available via MacPorts only, both as an X11 build and as a native Quartz build.
