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