投稿

7月, 2021の投稿を表示しています

Inkscape 0.92.5

Inkscape (0.92.5) の macOS 版は MacPorts 版を使うべし。 MacPorts 版の Inkscape をインストールするには、もちろん、, MacPorts 自体 をインストールして使えるように準備しておく必要がある。.pkg のインストーラーが使えるので、難しくはないはず。 そして、MacPorts によってインストールするのは、Inkscape だけでなく、X.Org Server も必要になる。 sudo port install inkscape sudo port install xorg-server これで一旦再起動する。X.Org を先に立ち上げてから、ターミナルで inkscape コマンドを実行すれば Inkscape が立ち上がる。 起動時の警告 起動時に、ターミナル画面に警告メッセージが表示されるが: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! Failed to get connection dbus とやらのセットアップに関するもののようなので、sudo port load dbus による指摘に従えば解消できる: port notes dbus dbus has the following notes: Startup items (named 'dbus-system, dbus-session') have been generated that will aid in starting dbus with launchd. They are disabled by default. Execute the following command to start them, and to cause them to launch at startup: sudo port load dbus つまりこの場合 sudo port load dbus を実行して一度セットアップしてしまえば、以後