Skip to content

Mate session manager

perberos edited this page Nov 9, 2011 · 2 revisions

Package requirements

  • intltool >= 0.40.0
  • glib-2.0 >= 2.16.0
  • gio-2.0 >= 2.16.0
  • gtk+-2.0 >= 2.14.0
  • dbus-glib-1 >= 0.76
  • upower-glib >= 0.9.0

Building

Get

wget -c http://sourceforge.net/projects/matede/files/2011.10.29/mate-session-manager.tar.gz/download

Extract

tar xvzf download

Go to inside folder

cd mate-session-manager

Configure

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
        --libexecdir=/usr/lib --enable-splash

Compile

make

Install

sudo make install

Errors

If ./configure print this:

configure: error: mateconf-sanity-check-2 executable not found in your path - should be installed with MateConf

Install gobject-introspection and rebuild mate-conf.

Clone this wiki locally