[Pkg-cli-apps-commits] [SCM] monodevelop branch, master-experimental, updated. debian/2.6+dfsg-1

Jo Shields directhex at apebox.org
Sat Sep 10 14:08:00 UTC 2011


The following commit has been merged in the master-experimental branch:
commit 9b44935ae2d3ad06d523651615ea938c9304bfb2
Author: Jo Shields <directhex at apebox.org>
Date:   Sat Sep 10 14:21:14 2011 +0100

    Disable Ubuntu Appmenu for monodevelop (thanks bratsche) (LP: #606470)

diff --git a/debian/patches/no_appmenu b/debian/patches/no_appmenu
new file mode 100644
index 0000000..fa1e06b
--- /dev/null
+++ b/debian/patches/no_appmenu
@@ -0,0 +1,14 @@
+Index: monodevelop-2.4+dfsg/monodevelop.in
+===================================================================
+--- monodevelop-2.4+dfsg.orig/monodevelop.in   2010-09-30 17:35:57.824000003 +0200
++++ monodevelop-2.4+dfsg/monodevelop.in        2010-09-30 17:36:37.764000005 +0200
+@@ -13,6 +13,9 @@
+ 	_MONO_OPTIONS=$MONO_OPTIONS
+ fi
+ 
++# Monodevelop menus don't work with Ubuntu appmenu
++export UBUNTU_MENUPROXY=0
++
+ if [ -n "$_MD_REDIRECT_LOG" ]; then
+ 	mkdir -p `dirname "$_MD_REDIRECT_LOG"`
+ 	$MONO_EXEC $_MONO_OPTIONS "$EXE_PATH" $* 2>&1 | tee "$_MD_REDIRECT_LOG"
diff --git a/debian/patches/series b/debian/patches/series
index ff86e8b..e73c65f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -15,3 +15,4 @@ use_csc.patch
 #monodevelop_fix_addin_highlights_r130904.patch
 #remove_support_for_soft_debugger.patch
 remove_support_for_moonlight.patch
+no_appmenu

-- 
monodevelop



More information about the Pkg-cli-apps-commits mailing list