![](https://secure.gravatar.com/avatar/789edbb3a9b9f3f13815d199bfa4c81b.jpg?s=120&d=mm&r=g)
On 21/3/10 10:03, Wolf Drechsel wrote:
$ /Applications/Inkscape.app/Contents/MacOS/Inkscape
This works - so Stu may try this one first. BTW.: This is the output at the terminal:
bub$ Desktop/Inkscape-r9213.app/Contents/MacOS/./Inkscape Setting Language: de_DE.UTF-8 cp: /Users/bub/Desktop/Inkscape-r9213.app/Contents/Resources/etc/ pango/pangox.aliases: No such file or directory
see earlier mails.
/Users/bub/.inkscape-etc/gtkrc:56: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored. /Users/bub/.inkscape-etc/gtkrc:57: Clearlooks configuration option "listviewitemstyle" is not supported and will be ignored. /Users/bub/.inkscape-etc/gtkrc:58: Clearlooks configuration option "progressbarstyle" is not supported and will be ignored.
These warnings happen because some of the settings in Inkscape's custom GTK+ theme no longer work with the new version of the Clearlooks engine you updated to (the one from gtk-engines2). I see the same warnings on Leopard (GTK+/X11) (see also bug #539075 [1] and #524496 [2]).
Until we have updated the resource file that gets packaged with Inkscape.app you can comment (insert a '#') lines 56-58 in
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc
before building Inkscape.app, or edit the resource file in your existing app:
Inkscape.app/Contents/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc
(inkscape-bin:610): Gtk-WARNING **: Das Symbol »object-visible« konnte nicht gefunden werden, ebenso wenig wie das Thema »hicolor«. Möglicherweise müssen Sie es installieren.
known, but harmless warning. Should have been fixed with bug #446842 [3] but there are some changes needed so that the packaging process on osx can actually pick up the added file. Until then you can fix it locally by adding a new folder 'hicolor' with an empty file called 'index.theme' in 'Build/share/inkscape/icons' before you rebuild Inkscape.app or do the same inside your existing Inkscape.app:
$ mkdir Inkscape.app/Contents/Resources/icons/hicolor $ touch Inkscape.app/Contents/Resources/icons/hicolor/index.theme
hth, ~suv
[1] https://bugs.launchpad.net/inkscape/+bug/539075 [2] https://bugs.launchpad.net/inkscape/+bug/524496 [3] https://bugs.launchpad.net/inkscape/+bug/446842