Several Problems to be modified after Macbuntu is installed in Ubuntu

Source: Internet
Author: User
Tags install mac os x
Macbuntu is a set of packages that can be modified from Ubuntu to Mac. It is installed using shell commands, and the simulation results are very realistic and practical. For details about the installation process, refer to installing Macbuntu in Ubuntu10.04. The following describes how to install Macbuntu in Ubuntu and how to install Macbuntu in OpenOffice, the text in the menu and dialog box cannot be normal.

Macbuntu is a set of packages that can be modified from Ubuntu to Mac. It is installed using shell commands, and the simulation results are very realistic and practical.

For details about the installation process, see install Mac OS X in Ubuntu 10.04. Theme: Macbuntu.

The following describes how to install the Macbuntu program in Ubuntu:

OpenOffice

After Macbuntu is installed, it is found that the text in the menu and dialog box cannot be displayed normally after OpenOffice is opened, as shown in

Solution: In "System"-"Preferences"-"appearance", select the "font" label and set "application font" to "wenquanyi width micron Black".

Eclipse

In Mac, every application to the menu is integrated into the top menu bar, but for some applications, Macbuntu does not work well. Eclipse is an example. At this time, after opening Eclipse, it is found that the menu item does not exist, and there is only one File-Exit item in the top menu bar. The solution is to create a shell script named eclipse. sh. The content is as follows:

#! /Bin/bash

Export UBUNTU_MENUPROXY = 0

PATH =/usr/lib/java/jdk1.6.0 _ 22/bin:/usr/lib/java/jdk1.6.0 _ 22/jre/bin

~ /Development/eclipse-java-helios-SR1-linux-gtk/eclipse

Remember to change the path to java and eclipse in the middle to your own path, and then execute the following command:

Chmod u + x eclipse. sh

Sudo./eclipse. sh

At this time, you will find that Eclipse appears again in the menu bar. You can put this eclipse. sh file on the desktop, and then double-click it and select "run.

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.