注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "MATE Desktop Environment"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
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: | 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: | ||
<console> | <console> | ||
# ##i##eselect profile | # ##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##eselect profile add funtoo/1.0/linux-gnu/mix-ins/mate | |||
# ##i##emerge - | |||
</console> | </console> | ||
== MATE set == | == MATE set == |
Revision as of 13:22, November 21, 2014
Setting up MATE profile
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:
root # eselect profile set-flavor funtoo/1.0/linux-gnu/flavor/desktop root # eselect profile add funtoo-overlay:funtoo/1.0/linux-gnu/mix-ins/mate root # emerge -uDNa @world
MATE set
MATE desktop set require manual step as described below
root # install -d /etc/portage/sets/ root # cp /usr/portage/sets/mate /etc/portage/sets root # emerge @mate
You're good to go!