SlackBuild scripts for the MATE desktop environment
Find a file
Willy Sudiarto Raharjo 463e918745 Update TODO to add dependencies for system-mate-monitor
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
2013-04-03 21:28:01 +07:00
base Added --sync to caja.desktop 2013-04-03 21:24:18 +07:00
deps Update README for gksu 2013-03-30 03:40:28 +07:00
extra Updated to MATE 1.6 2013-04-03 08:38:53 +07:00
testing Updated to MATE 1.6 2013-04-03 08:38:53 +07:00
.gitignore Added .gitignore 2013-03-22 22:56:05 -04:00
CURRENT.TXT update CURRENT.TXT to list packages that need to be rebuilt with new dconf in -current; thanks to Willy Sudiarto Raharjo 2013-03-25 22:09:21 -04:00
KNOWN_ISSUES.TXT Removed Fixed KNOWN ISSUES 2013-04-03 21:25:50 +07:00
mate-build-base.sh Fix the package counting 2013-04-03 08:48:58 +07:00
mate-build-extra.sh Change build reorder 2013-04-01 07:59:54 +07:00
README.TXT Fix the package counting 2013-04-03 08:48:58 +07:00
TODO.TXT Update TODO to add dependencies for system-mate-monitor 2013-04-03 21:28:01 +07:00
TREE.TXT update TREE.TXT 2013-03-31 00:45:09 -04:00

MATE SlackBuilds
================

Here are some SlackBuild scripts to build and install the MATE desktop
environment on Slackware.  Currently, they build and install MATE 1.6 which is
the stable branch released on April, 2013.

How to install:

1.  Clone the Git repo or download a tarball/zip of the repo. Run the
'mate-build-base.sh' in the msb root directory which will build and install
all the base (required) packages.  Note, there are also some dependencies in
the /deps directory.  There are a total of 24 packages and they
do not replace any stock Slackware packages (except for dconf). The SlackBuilds 
will use wget to download the sources.  Or, you can also manually download the 
sources from: http://pub.mate-desktop.org/releases/1.6/ and the download 
locations for each dependency and put each source into the corresponding 
directory within 'base' and 'deps'.

2.  Optionally, build and install any of the extra packages in the /extra
directory.  If you want to build and install them all, then you can use the
'mate-build-extra.sh' script in the msb root directory.  Otherwise, just go
into the directory of whatever package you want in /extra and run the
SlackBuild.  As with 'base', each SlackBuild will download the source.

3.  Once the base packages are built and installed, plus any from /extra, you
can use 'xwmconfig' to select the mate session.  Or, if you use KDM, just log
out and select MATE from the KDM session dialog.

4.  Check the 'startup applications' because there might be some duplicate or
conflicting entries.  For example, there will be an entry for polkit-mate and
polkit-gnome, the result of which might be duplicate attempts at polkit
actions when inserting a usb stick, for example.  You may want to disable
polkit-gnome and see if polkit-mate works by itself.  Also, if you use
mate-power-manager from /extra then you might want to disable the Xfce power
manager if it is listed.  Same with mate-keyring from /extra - if you
installed that, you might want to disable the gnome-keyring entries.

5.  Enjoy and let me know of any issues.  Thanks!

6.  Users running Slackware{64}-Current are advised to read CURRENT.TXT