~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric-proposed

« back to all changes in this revision

Viewing changes to monodevelop.in

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2011-09-10 14:24:16 UTC
  • mfrom: (1.8.2 upstream) (1.3.13 experimental)
  • Revision ID: package-import@ubuntu.com-20110910142416-hibzz1tc5fh423bx
Tags: 2.6+dfsg-1
* [7c7e1e1] Update watch file to point to Xamarin-hosted MonoDevelop.
* [c1bd155] Imported Upstream version 2.6+dfsg
* [9b44935] Disable Ubuntu Appmenu for monodevelop (thanks bratsche) (LP: #606470)
* [21473bc] Refresh system nunit patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
 
3
#Workaround for Unity gnome shell
 
4
export UBUNTU_MENUPROXY=0
 
5
 
3
6
#this script should be in $PREFIX/bin
4
7
MONO_EXEC="exec -a monodevelop mono"
5
8
EXE_PATH="${0%%/bin/monodevelop}/lib/monodevelop/bin/MonoDevelop.exe"