2013-03-24 05:55:42 +01:00
|
|
|
The following is a list of notes on building MATE on Slackware -current:
|
|
|
|
|
2013-06-24 03:43:22 +02:00
|
|
|
Mon Jun 24 01:38:36 UTC 2013
|
|
|
|
mate-media is reported to be broken on -Current (but not on Slackware 14.0
|
|
|
|
despite the same version is being used).
|
|
|
|
The fix for this issue is simple, but this would prevent users to add
|
|
|
|
volume control applet on the mate-panel, so it's not yet applied to git master.
|
|
|
|
Here's the temporary solution for Slackware-Current users:
|
|
|
|
Change this line in mate-media.SlackBuild
|
|
|
|
--enable-gstmix \
|
|
|
|
into
|
|
|
|
--disable-gstmix \
|
|
|
|
|
|
|
|
and comment or remove this two lines on line 133 and 134
|
|
|
|
find $PKG/usr/share/mate/help/mate-mixer_applet2/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \;
|
|
|
|
find $PKG/usr/share/mate/help/mate-volume-control/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \;
|
|
|
|
|
2013-06-11 03:59:59 +02:00
|
|
|
Tue Jun 11 00:41:15 UTC 2013
|
|
|
|
Pat has rebuilt xdg-utils in Slackware-Current 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:
|
|
|
|
|
|
|
|
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
|
|
|
|
before executing the above commands
|
|
|
|
|
2013-03-26 03:09:21 +01:00
|
|
|
Tue Mar 26 02:06:35 UTC 2013
|
|
|
|
Another note about the addition of dconf to Slackware -current. If you
|
|
|
|
previously built MATE packages with the dconf in the MATE SlackBuilds /deps
|
|
|
|
directory, you'll need to rebuild the following packages using the new dconf
|
|
|
|
in -current:
|
|
|
|
|
|
|
|
base/mate-control-center
|
|
|
|
base/mate-panel
|
2013-05-20 04:15:44 +02:00
|
|
|
base/mate-settings-daemon
|
2013-03-26 03:09:21 +01:00
|
|
|
extra/mate-terminal
|
|
|
|
|
2013-03-24 05:55:42 +01:00
|
|
|
Sun Mar 24 04:48:35 UTC 2013
|
|
|
|
Pat just added dconf to Slackware -current and dconf is included as a
|
|
|
|
dependency package in the /base directory. So, if you are building MATE on
|
2013-03-24 05:57:48 +01:00
|
|
|
-current with Pat's new dconf installed, you shouldn't need to build the dconf
|
2013-03-24 05:55:42 +01:00
|
|
|
package in the MATE SlackBuild repository. And if you are using the
|
2013-03-24 05:57:48 +01:00
|
|
|
mate-build-base.sh script, then please edit that script and remove line 52:
|
2013-03-24 05:55:42 +01:00
|
|
|
|
|
|
|
dconf \
|
|
|
|
|
|
|
|
And then proceed with running the script. Please report any issues. Thanks!
|