mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
33b55ffe96
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
27 lines
1.2 KiB
Text
27 lines
1.2 KiB
Text
The following is a list of notes on building MATE on Slackware -current:
|
|
|
|
Sun Feb 25 02:18:31 UTC 2024
|
|
since libsoup3 has been included in Slackware-Current, you don't need to
|
|
build/install this package and use the one included in Slackware instead.
|
|
|
|
Sat Apr 9 02:17:03 UTC 2016
|
|
MATE developers have reorganized mate-themes tarballs upstream to provide
|
|
sources matching your GTK+3 libraries. You can simply change the VERSION
|
|
and download link if you use a different GTK+3 library.
|
|
|
|
Tue Jun 11 00:41:15 UTC 2013
|
|
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:
|
|
|
|
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
|
|
|
|
UPDATE:
|
|
mate-desktop 1.18.0 provides a list of default applications for new users,
|
|
so they no longer have to execute the two commands above. However, existing
|
|
users will still have to apply it manually.
|