2013-03-24 05:55:42 +01:00
|
|
|
The following is a list of notes on building MATE on Slackware -current:
|
|
|
|
|
2015-05-14 18:31:10 +02:00
|
|
|
Thu May 14 16:26:41 UTC 2015
|
|
|
|
Since current is now using newer GTK+3 version than what we have in 14.1
|
|
|
|
and MATE developers support different GTK+3 version, you can simply run this
|
|
|
|
command to build mate-themes designed to be compatible for specific GTK+3:
|
|
|
|
GTKVERSION=gtk3.14 sh mate-themes.SlackBuild
|
|
|
|
You can replace 3.14 with any GTK+3 version you are using on your machine.
|
|
|
|
|
|
|
|
Thanks to Ryan P.C. McQuen for the reminder.
|
|
|
|
|
2013-06-11 03:59:59 +02:00
|
|
|
Tue Jun 11 00:41:15 UTC 2013
|
2014-03-02 23:11:54 +01:00
|
|
|
Pat has rebuilt xdg-utils in Slackware 14.1 to properly support MATE DE, so
|
|
|
|
xdg-utils patch is no longer needed in Slackware -current, but running
|
|
|
|
these two commands as normal user are still needed to set caja as the
|
|
|
|
default handler:
|
2013-06-11 03:59:59 +02:00
|
|
|
|
|
|
|
xdg-mime default caja-folder-handler.desktop inode/directory
|
|
|
|
xdg-mime default caja-folder-handler.desktop application/x-directory
|
|
|
|
|
|
|
|
please make a backup of your $HOME/.local/share/applications/defaults.list
|
2014-02-23 03:13:06 +01:00
|
|
|
before executing the above commands
|