Notes: Ubuntu14.04 two problems with Monodevelop installation. ubuntu14.04 installation tutorial

Source: Internet
Author: User

Notes: Ubuntu14.04 two problems with Monodevelop installation. ubuntu14.04 installation tutorial
1. Monodevelop cannot run. The error "The assembly mscorlib. dll was not found or cocould not be loaded" is displayed.

First, check whether the mono installation is complete. The possible cause is that the mono installation path is incorrect and mono cannot be found in/usr/local/lib.

Solution:

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

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

We recommend that you use soft connections. If you copy data directly, other problems may occur, such as c # compiler not found for mono/. net 4.0 or something.

2. The default Operating terminal xterm of Monodevelop is ugly.
! Put this file in the user folder. xterm * faceName: Source Code Pro: style = Regular! Support chinesexterm * faceNameDoublesize: Droid Sans Fallback: style = Regularxterm * faceSize: 13xterm * vt100.geometry: 90x25xterm * loginshell: true! Support 256colorxterm * termName: xterm-256color! Colorterm * cursorBlink: true xterm * background: black xterm * foreground: gray xterm. borderLess: true xterm. cursorBlink: true xterm * colorUL: yellow xterm * colorBD: white! Set Ctrl + V for paste http://forum.ubuntu.org.cn/viewtopic.php? T = 143221XTerm * VT100.Translations: # override Ctrl <KeyPress> V: insert-selection (CLIPBOARD, PRIMARY, CUT_BUFFER0) \ n <BtnUp>: select-end (CLIPBOARD, PRIMARY, CUT_BUFFER0) \ n Ctrl <KeyPress> P: print () \ n

Finally, run the following command to make the settings take effect.

xrdb -load ~/.Xresources

By the way, the default Interface of xterm is really ugly. I don't know how many people are scared away .....

Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

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.