Inkscape For Mac Os

broken image


This page is added as mini-TOC of Mac information on this Wiki, and a scratch pad for Mac stuff awaiting a home of its own.

Mac OS X 10.15.5 - Inkscape crashes on launch #3018 opened Jun 08, 2020 by Eric Likness Inkscape OS macOS bug crash. 1 6 updated Jul 27, 2020. Cannot remove filters or filter primitives in the Filter Editor without right-click #2914 opened May 25, 2020 by Peter Garza OS macOS UI UX. Inkscape Inkscape is a vector drawing program that saves documents to the Scalable Vector Graphics (SVG) format. It runs on Windows, Mac (see the Mac OS X section below), and Linux distros. The open-source application has comparable features to Adobe Illustratror, CorelDraw, and other professional vector-graphics tools. It has been used for many professional projects. For Mac OS X 10.4 or later, although you'll need to install the X11 server. The first time that you run Inkscape, it will take a few minutes to start up. Mac OS X Leopard users have a version of Inkscape adapted to their system. Click here to download it. Required Download Link- # Inkscape v0.48.5 (Must Have Version v0.48.5 Current Version Inkscape Will Not Working With This Extension) http://inkscape.global. Feb 28, 2019 Eventually when the Mac's 64-bit transition is complete (Mojave is the last OS version to run 32-bit apps), Inkscape won't be compatible unless it is optimized in time. Vector vs Raster.

  • 1Installing Inkscape

Installing Inkscape

Inkscape for Mac OS X is an X client: it runs under the X Windows System. You will need an X Windows Server installed for it to work. For 10.4.x users, X11 can be installed from your installation DVD. For 10.3.x users, you can get Apple's X Server, or use XDarwin.

Since version 0.43, the Inkscape deliverable has been a disk image with a properly packaged Mac OS X Bundle -- Inkscape.app. You can simply drag the Inkscape icon to where is most convenient for you, usually your Applications folder or possibly your Desktop. This hardly warrants the grandiose title or style of 'installing', but it does mean that un-installing is simple and complete -- just drag the icon to the Trash when you are finished with Inkscape and no longer want it.

From version 0.44, the disk image will have an alias to your system-wide Applications folder, allowing you to very easily drop the Inkscape icon into the most useful place for it, and open that folder so that you can start Inkscape.

Otherwise start Inkscape by double clicking one of its documents and it will thereafter be available to you in the Dock and from the 'Recent Items' menu-item.

Inkscape command line

For many purposes you may need to execute Inkscape from the command line. For example within a LaTeX document you can update the pdf and pdf_tex files with your maths with the following command (see InkscapePDFLaTeX.pdf):

The Inkscape script is supposed to change to Inkscape's Resources directory

in order to get the correct environments for Inkscape as well as for native (Apple) Python.

But if you simply made a symbolic link to /usr/local/bin (which is in your PATH) with:

the command invoked by the default Inkscape script (0.48.1):

might not move to Inkscape's Resources directory but to /usr/local/bin.

From a terminal, even if

refers to /usr/local/bin/inkscape, a command like:

may work while:

may not work because of a different interpretation of $0 and dirname. Tricky and unsolved in the general case..

Alias Solution

The following can be added to your `~/.profile` file to create an alias that is expanded into the full Inkscape path:

You must reload your profile to see the changes:

LaTex Specific Solution

Mac

For the specific case of updating the pdf and pdf_tex files from LaTex by invoking Inkscape from command line (see InkscapePDFLaTeX.pdf), the easiest solution might be to alter the necessary LaTex preamble commands from: The old republic.

to use the full Inkscape path. This is necessary when compiling LaTex through editors that don't see the aliases defined in `~/.profile`. The necessary preamble commands are then:

See

  • Compiling Mac Os X How to build and package Inkscape on Mac OS X
  • Native UI Mac Os X Mark progress towards a native User Interface (UI) for Mac OS X

Links

  • fink A project to make Open Source Unix software available for MacOS X
  • Apple Human Interface Guide These guidelines are designed to assist you in developing products that provide Mac OS X users with a consistent visual and behavioral experience across applications and the operating system.
Retrieved from 'https://wiki.inkscape.org/wiki/index.php?title=Mac_OS_X&oldid=101641'

Inkscape 0.92.4 is currently available via MacPorts only, both as an X11 build and as a native Quartz build. The native Quartz build can potentially be less stable, and less well integrated into the desktop environment (e.g. for copy-pasting).
We suggest sticking with the X11 build for the time being until Inkscape has fully made the transition to go native on macOS. The instructions below are for the X11 build.

Inkscape

For the specific case of updating the pdf and pdf_tex files from LaTex by invoking Inkscape from command line (see InkscapePDFLaTeX.pdf), the easiest solution might be to alter the necessary LaTex preamble commands from: The old republic.

to use the full Inkscape path. This is necessary when compiling LaTex through editors that don't see the aliases defined in `~/.profile`. The necessary preamble commands are then:

See

  • Compiling Mac Os X How to build and package Inkscape on Mac OS X
  • Native UI Mac Os X Mark progress towards a native User Interface (UI) for Mac OS X

Links

  • fink A project to make Open Source Unix software available for MacOS X
  • Apple Human Interface Guide These guidelines are designed to assist you in developing products that provide Mac OS X users with a consistent visual and behavioral experience across applications and the operating system.
Retrieved from 'https://wiki.inkscape.org/wiki/index.php?title=Mac_OS_X&oldid=101641'

Inkscape 0.92.4 is currently available via MacPorts only, both as an X11 build and as a native Quartz build. The native Quartz build can potentially be less stable, and less well integrated into the desktop environment (e.g. for copy-pasting).
We suggest sticking with the X11 build for the time being until Inkscape has fully made the transition to go native on macOS. The instructions below are for the X11 build.

Prerequisites

MacPorts requires a working installation of Xcode and its commandline tools, so install this first. You are good to go if running gcc --version in Terminal gives some meaningful output.

We strongly encourage installing MacPorts via the binary installers (*.pkg) offered on their website. 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. This does not only save you valuable time but also avoids some issues/hickups that occur if MacPorts builds everything from source.

We also encourage the installation of Xorg via MacPorts and not the (outdated) version supplied by https://www.xquartz.org.

Installation

macOS 10.13 High Sierra

sudo port install inkscape
sudo port install xorg-server

Drums for mac.
If you want Inkscape to show up in your Applications folder:

ln -s /opt/local/bin/inkscape /Applications/Inkscape # not pretty, but works

macOS 10.14 Mojave

sudo port install inkscape
sudo port install xorg-server

Please logout of your Desktop and back in after having installed xorg-server.

If the installation of xorg-server fails, complaining about mkfontdir vs mkfontscale, this is a quick & dirty fix:

# remove xorg-fonts from portfile
sudo sed -i ' '/port:xorg-fonts/d' /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/x11/xorg-server/Portfile

sudo port install xorg-server # continue installation


If you want Inkscape to show up in your Applications folder:

ln -s /opt/local/bin/inkscape /Applications/Inkscape # not pretty, but works

(10.4 (Tiger) to 10.12 (Sierra) are not supported.)

The MacPorts Inkscape builds are provided by MacPorts. If you encounter issues with installing via MacPorts, please contact them via their their bugtracker.

FAQ

Why do I get the message 'Nothing to do!' from Inkscape?

Inkscape For Mac. Download Free [Latest Version] MacOS

  • You have installed Inkscape but not Xorg.
  • You have not logged out and back in to your Desktop after having installed Xorg.

How can I launch Inkscape with Finder?
Since there is no application bundle you have to launch the main binary directly. 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).

Why is MacPorts compiling everything?
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. Both things are taken care of for you when using the *.pkg installers. Consult the MacPorts documentation for more info.

Why does Inkscape look like a Windows 95 app?
What you're seeing is the default GTK theme/engine. You can change the theme, e.g.

sudo port install gtk2-aurora
sudo port install gtk-chtheme
gtk-chtheme

Inkscape For Mac Os - Video Results

and the next time you run Inkscape, it should have a different look.

Free Inkscape Download Mac 10.5 (macOS)

Inkscape needs your help. Every user who can contribute to Inkscape's development is investing in the future of the project. Donations allow us to do so much within the project to continue providing you with new releases of Inkscape with better features and bug fixes.





broken image