Update KNOWN ISSUES for Multiple Caja Instances

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2014-02-14 18:08:14 +07:00
parent 03233c2a96
commit 0c7f566b42

View file

@ -1,5 +1,23 @@
The following is a list of known issues with MATE on Slackware:
Fri Feb 14 11:02:15 UTC 2014
If you are encountering problems with multiple Caja instances during loading
the MATE desktop, change this line in /usr/share/applications/caja.desktop
Exec=caja
into
Exec=caja --sync
OR
edit the caja.SlackBuild script and uncomment this line
#sed -i 's/Exec=caja/Exec=caja --sync/' data/caja.desktop.in.in
and rebuild caja again.
However, doing this will break gksu module in caja-extensions, so you can not
run applications using root account from caja's context menu anymore.
Tue Dec 3 12:12:18 UTC 2013
libgksu doesn't work anymore on Slackware 14.1 (and eventually -Current).
Possible workaround is to switch to root user using normal "su -" command.