Two problems in Ubuntu14.04 Monodevelop installation

Source: Internet
Author: User

1. Monodevelop cannot run, display error The assembly mscorlib.dll is not found or could is loaded.

First of all to determine the mono installation complete, this problem may be due to the path of mono installation is not correct, monodevelop in/usr/local/lib can not find mono.

Workaround:

Use which mono to view the installation path of mono, and then create a soft connection in the past to:

sudo-s /usr/lib/mono /usr/local/lib/

It is recommended to use a soft connection, if the direct copy of the past will have other problems such as C # compiler not found for mono/. NET 4.0 or something

2. MonoDevelop's default operating terminal xterm is ugly.
  1. With Export gnome_desktop_session_id=1 & MonoDevelop
    Running will let MonoDevelop use gnome-terminal as the default terminal

  2. Set the xterm.
    Vim ~/. Xresources
    Paste the configuration file, my profile is as follows:

! Put this file in the user folder Xterm*facename: Source Code pro:style=regular! Support Chinesexterm*facenamedoublesize: Droid Sans Fallback:style=regularxterm*facesize: -Xterm*vt100. Geometry: -X25xterm*loginshell: true! Support theColorxterm*termname: xterm- thecolor! Colorterm*cursorblink: True Xterm*background: Black xterm*foreground: Gray xterm.borderLess:true Xterm.cursorBlink:true xterm*colorul: Yellow xterm*COLORBD: White! Set Ctrl + V forPaste http://forum. ubuntu.org.cn/viewtopic.php?t=143221XTerm*vt100. Translations:#override Ctrl <KeyPress> v:insert-selection (CLIPBOARD,PRIMARY,CUT_BUFFER0) \ <btnup>: Select-end ( CLIPBOARD,PRIMARY,CUT_BUFFER0) \ n Ctrl <KeyPress> p:print () \ n

Finally, run the following command to let the settings take effect

xrdb -load ~/.Xresources

By the way, xterm the default interface is really ugly, do not know how many people scare away .....

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Two problems in Ubuntu14.04 Monodevelop installation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.