Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2013-09-03 23:50:36 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-09-04 00:46:12 +0400
commitba9cbb807935707d732a218d389d2a5b0ee2a0a5 (patch)
tree4e3bbe5d9c5855efc32ebd8be0b114e13dd9f576 /main/monodevelop.in
parentfdb4785bc42c69051f8350d630209086fdac2a14 (diff)
Set OXYGEN_DISABLE_INNER_SHADOWS_HACK in launch script
Fixes blank text editor when using oxygen-gtk theme.
Diffstat (limited to 'main/monodevelop.in')
-rwxr-xr-xmain/monodevelop.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/monodevelop.in b/main/monodevelop.in
index 026724d0cf..bd56ab8d78 100755
--- a/main/monodevelop.in
+++ b/main/monodevelop.in
@@ -6,6 +6,8 @@ export UBUNTU_MENUPROXY=0
# Ubuntu overlay scrollbars are not working well with the 1px boundaries in the monodevelop shell
export LIBOVERLAY_SCROLLBAR=0
+# The Oxygen GTK theme crashes unless this is set
+export OXYGEN_DISABLE_INNER_SHADOWS_HACK=1
#this script should be in $PREFIX/bin
MONO_EXEC="exec -a monodevelop mono-sgen"