summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3a356a3)
raw | patch | inline | side by side (parent: 3a356a3)
author | jiho-sf <jiho-sf@users.sourceforge.net> | |
Wed, 5 Sep 2007 17:51:24 +0000 (17:51 +0000) | ||
committer | jiho-sf <jiho-sf@users.sourceforge.net> | |
Wed, 5 Sep 2007 17:51:24 +0000 (17:51 +0000) |
packaging/macosx/Resources/bin/inkscape | patch | blob | history |
index 9b253bf59c706a07d689c6180869603fff29bf25..97f1268c4a7f1f401b9682a5a1a2c304776de22a 100755 (executable)
# Set GTK theme (only if there is no .gtkrc-2.0 in the user's home)
if [[ ! -e $HOME/.gtkrc-2.0 ]]; then
# prepare the theme depending on OS X appearance settings
+ HERE=`pwd`
cd "$INKSCAPE_SHAREDIR/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/"
./sync_osx_look.sh
- cd "$CWD"
+ cd "$HERE"
export GTK2_RC_FILES="$INKSCAPE_SHAREDIR/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/gtkrc"
fi