Difference between revisions of "MATE Desktop Environment"

From Funtoo
Jump to navigation Jump to search
(mate sets no longer exist)
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Setting up MATE profile ==
== Mate Desktop ==
As many of you have read recently, we have brought MATE into our main tree. Which can be added via profile mix-in. It is simple to do so:
The MATE Desktop Environment is the continuation of GNOME 2. It provides an intuitive and attractive desktop environment using traditional metaphors for Linux and other Unix-like operating systems. This could be  a good alternative for user who prefer old-fashioned look and feel.
 
==Installation==
Funtoo portage tree offer a meta-package for MATE Desktop. For clean installation we would need to enable mate mix-in.
{{Note|If you installing MATE from a basic stage3, please, enable a desktop profile before mate mix-in}}
<console>
# ##i## epro flavor desktop
# ##i## epro mix-ins +mate
</console>
After  setting up mix-in it is necessary to rebuild packages, to ensure all USE flags are respected. This is required for a correct installation of build and runtime  dependencies prior to MATE desktop installation.
<console>
# ##i## emerge -auDN @world
</console>
And after completion, installation is easy as following command:
<console>
<console>
# ##i## eselect profile set-flavor funtoo/1.0/linux-gnu/flavor/desktop
# ##i## eselect profile add  funtoo-overlay:funtoo/1.0/linux-gnu/mix-ins/mate
# ##i## emerge -uDNa @world
# ##i## emerge mate-base/mate
# ##i## emerge mate-base/mate
</console>
</console>
== Start==
There are several different ways to start MATE:
* Editing the {{c|.xinitrc}} file in your user's home directory
* Using a display manager (e.g. SLiM, GDM, KDM or LightDM).
Mate team recommends LightDM
http://www.funtoo.org/Package:Lightdm.  If manual start prefered, edit <code>.xinitrc</code> file
{{file|name=.xinitrc|body=
exec mate-session}}
Use <code> startx</code> command to launch MATE Desktop.

Revision as of 06:19, October 24, 2015

Mate Desktop

The MATE Desktop Environment is the continuation of GNOME 2. It provides an intuitive and attractive desktop environment using traditional metaphors for Linux and other Unix-like operating systems. This could be a good alternative for user who prefer old-fashioned look and feel.

Installation

Funtoo portage tree offer a meta-package for MATE Desktop. For clean installation we would need to enable mate mix-in.

   Note

If you installing MATE from a basic stage3, please, enable a desktop profile before mate mix-in

root #  epro flavor desktop
root #  epro mix-ins +mate

After setting up mix-in it is necessary to rebuild packages, to ensure all USE flags are respected. This is required for a correct installation of build and runtime dependencies prior to MATE desktop installation.

root #  emerge -auDN @world

And after completion, installation is easy as following command:

root #  emerge mate-base/mate

Start

There are several different ways to start MATE:

  • Editing the .xinitrc file in your user's home directory
  • Using a display manager (e.g. SLiM, GDM, KDM or LightDM).

Mate team recommends LightDM http://www.funtoo.org/Package:Lightdm. If manual start prefered, edit .xinitrc file

   .xinitrc
exec mate-session

Use startx command to launch MATE Desktop.