Mate-desktop Some configuration information when installing in a different directory

Source: Internet
Author: User

1.mate-desktop Some configuration information when installing in a different directory

Add the corresponding MATE-SESSION_GTK2/3 in the 2.BIN directory

3. First configure the following environment variables

#!/bin/shif [["${export_mate_gtk2}"-ne "1"]]; Then    export path= $PATH:/usr/local/mate/mate_gtk+2.0/bin    Export ld_library_path=${ld_library_path}:/usr/ Local/mate/mate_gtk+2.0/lib    Export pkg_config_path=${pkg_config_path}:/usr/local/mate/mate_gtk+2.0/lib/ Pkgconfig    export xdg_data_dirs=/usr/local/share:/usr/share:/usr/local/mate/mate_gtk+2.0/share    export XDG _config_dirs= "/ETC/XDG:/USR/LOCAL/MATE/MATE_GTK+2.0/ETC/XDG"    export Export_mate_gtk2=1fi

4. Then execute the mate-session:

Dbus-launch--sh-syntax--exit-with-session/usr/local/mate/mate_gtk+2.0/bin/mate-session $*

Ps:

If you do not add dbus-launch, the applets under the corresponding mate itself directory will not be registered to Dbus, and the Mate-panel plugin will not be available.

Mate-panel current version 1.10.1, by Dbus bus to pull up the applet and if mate is installed in other directories, the corresponding Dbus service files are not registered in the system there are several ways to resolve: 1. After setting the Xdg_data_dirs variable, Restart Dbus-daemon2. Link the corresponding service file to/usr/local/share/dbus-1/service3. Modify session.conf file 4. Add session-local.conf File

Mate-desktop Some configuration information when installing in a different directory

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.