Open the. mpp file under Linux (Microsoft Project). __linux

Source: Internet
Author: User
Tags tmp file

1. Staff has sent the MPP format to come over. Can't open ...


2. Find this openproj. The official address is in SourceForge.

http://sourceforge.net/projects/openproj/


3. I use Debian. So I need to turn rpm into. Deb Install a Alien

#aptitude Install Alien

#alien-K openproj.xxxxx.rpm conversion finished

and directly

#dpkg-I openproj.xxxxx.deb on the line.

Open the time to choose the open format on it. With Openproj


4. After the conversion of the Deb file, I also put a copy in the CSDN. The address is below. No points required

http://download.csdn.net/download/rainysia/5115953


5. After installation open MPP file How is the characters. That is missing the font, performing the following to generate the directory, moving the font to the corresponding Java environment

#mkdir-P/usr/lib/jvm/java-6-sun/jre/lib/fonts/fallback

#cd/usr/lib/jvm/java-6-sun/jre/lib/fonts/fallback

#cp/USR/SHARE/FONTS/SIMSUN.TTC./SIMSUN.TTC

#chmod 777./SIMSUN.TTC

Then close the open openproj should be able to display the normal, SIMSUN.TTC font from window.


6. If you cannot enter Chinese characters.

In/usr/bin/openproj

Only the input method is changed. Change to FCITX.

Apt-get Install FCITX
Start FCITX:
Im-switch-s FCITX
Log off and login again, FCITX will take effect.
If you need to switch back to IBUs, you can run Im-switch-s IBUs, and then log off and log back in.
FCITX can also go through Ctrl + Empty style, you will find FCITX display in Chinese is a box, so you need to modify the FCITX configuration. The FCITX configuration file is ~/.fcitx/config, the file is GBK encoded and is not displayed correctly, and can be manipulated as follows:
CD ~/.FCITX
iconv-f gbk-t UTF8 config > config.tmp
Edit Config.tmp File:
Display Font (medium) =wenquanyi Micro Hei
Display Font size =10
Use bold =0
Save the exit, and then run the command:
Iconv-f utf8-t gbk config.tmp > Config
Log in again after logging off, FCITX display normal.


Related Article

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.