* Paintbucket tool * Tweak tool * 3D Box tool * Live path effects * Color management * New SVG filters and UI * Native PDF and AI import * XAML import/export * Open Clip Art Library integration (import/export) * Stock patterns * Bitmap editing extension effects * Full on-canvas gradient editing * Engraver's Toolbox in the Calligraphic tool * Touch selection * Dockable dialogs * Command-line access to verbs * Snapping made usable * "3D" / axonometric grid * Angled guidelines * Conversion of objects to guidelines * Significant speed and interactivity improvements * Hundreds of smaller features and bugfixes
13 lines
468 B
Text
13 lines
468 B
Text
$NetBSD: patch-af,v 1.3 2008/04/07 17:08:53 adam Exp $
|
|
|
|
--- packaging/macosx/Resources/script.orig 2008-03-11 05:19:27.000000000 +0100
|
|
+++ packaging/macosx/Resources/script
|
|
@@ -30,7 +30,7 @@ if [[ $VERSION -le 4 ]]; then
|
|
open -a XDarwin /tmp/getdisplay.sh || \
|
|
echo ":0" > /tmp/display.$UID
|
|
|
|
- while [ "$?" == "0" -a ! -f /tmp/display.$UID ]; do
|
|
+ while [ "$?" = "0" -a ! -f /tmp/display.$UID ]; do
|
|
sleep 1
|
|
done
|
|
export DISPLAY="`cat /tmp/display.$UID`"
|