Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/sugar.in
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-01-23 10:04:54 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-01-23 10:04:54 (GMT)
commitb09eecda82c93230ea9ee0c53975f4a6807af4d5 (patch)
tree49e22023aa11a64cf50a56e2eefb33ad56249e5a /bin/sugar.in
parent7db80a54ad337e86b201df842797fb813e77eb89 (diff)
Print the missing gtkrc path when complaining
Diffstat (limited to 'bin/sugar.in')
-rw-r--r--bin/sugar.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sugar.in b/bin/sugar.in
index ba49358..b9f467c 100644
--- a/bin/sugar.in
+++ b/bin/sugar.in
@@ -7,7 +7,7 @@ fi
export GTK2_RC_FILES="@prefix@/share/sugar/data/sugar-$SUGAR_SCALING.gtkrc"
if ! test -f "$GTK2_RC_FILES"; then
- echo "sugar: ERROR: Gtk theme for scaling $SUGAR_SCALING not available."
+ echo "sugar: ERROR: Gtk theme for scaling $SUGAR_SCALING not available in path $GTK2_RC_FILES"
exit 1
fi