2014-04-09 06:29:35 +02:00
|
|
|
NOTES
|
|
|
|
=====================
|
|
|
|
|
2022-02-05 11:31:49 +01:00
|
|
|
1. I'm using the latest Slackware release as base (currently 15.0).
|
2014-04-09 06:29:35 +02:00
|
|
|
|
2022-02-05 11:31:49 +01:00
|
|
|
2. I tried to avoid systemd on this repository. So far, it worked.
|
2014-04-09 06:29:35 +02:00
|
|
|
|
2022-02-05 11:31:49 +01:00
|
|
|
3. Some code in cinnamon packages are hardcoded to /usr/lib, so even
|
2014-04-10 13:44:17 +02:00
|
|
|
in x86_64, they will be installed in /usr/lib to avoid breakage.
|
2015-06-04 03:13:36 +02:00
|
|
|
|
2022-02-05 11:31:49 +01:00
|
|
|
4. I removed webkit-related screensaver in cinnamon-screensaver to avoid
|
2015-06-04 03:13:36 +02:00
|
|
|
building webkitgtk which is very time consuming. It still has the
|
2022-02-05 11:31:49 +01:00
|
|
|
default screensaver that is able to lock your desktop.
|
2016-11-20 15:02:19 +01:00
|
|
|
|
2022-02-05 11:31:49 +01:00
|
|
|
5. By default, preferred application used for opening directory is incorrectly
|
2016-11-20 15:02:19 +01:00
|
|
|
set to Audacious. To fix it, run the following commands
|
|
|
|
xdg-mime default nemo.desktop inode/directory
|
|
|
|
xdg-mime default nemo.desktop application/x-directory
|