From 55af1d539f90ebafa2f598ddd5ab0cc1425263b6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 12 Sep 2016 12:01:07 +0200 Subject: [PATCH] allow running from src-tree using system-wide gtk-themes w/color defs --- gtk2_ardour/ardev_common.sh.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk2_ardour/ardev_common.sh.in b/gtk2_ardour/ardev_common.sh.in index 7c6e0501fa..6ec5d131c9 100644 --- a/gtk2_ardour/ardev_common.sh.in +++ b/gtk2_ardour/ardev_common.sh.in @@ -4,6 +4,9 @@ libs=$TOP/@LIBS@ +# http://tracker.ardour.org/view.php?id=5605#c18109 +export GTK2_RC_FILES=/nonexistent + # # when running ardev, the various parts of Ardour have not been consolidated into the locations that they # would normally end up after an install. We therefore need to set up environment variables so that we