mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
Update KNOWN_ISSUES
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
f8ba405c62
commit
a855d1170c
1 changed files with 17 additions and 2 deletions
|
@ -1,14 +1,29 @@
|
||||||
The following is a list of known issues with MATE on Slackware:
|
The following is a list of known issues with MATE on Slackware:
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Note:
|
||||||
|
We don't think there will be a solution for this problem as gksu and libgksu
|
||||||
|
are no longer maintained upstream. We will probably drop this in future
|
||||||
|
releases. This will also effect mate-file-manager-gksu.
|
||||||
|
|
||||||
Mon Jun 10 03:09:28 UTC 2013
|
Mon Jun 10 03:09:28 UTC 2013
|
||||||
If you are encountering problems with Caja (MATE's file manager) opening
|
If you are encountering problems with Caja (MATE's file manager) opening
|
||||||
directories when clicking on files in certain programs like Dropbox, Skype,
|
directories when clicking on files in certain programs like Dropbox, Skype,
|
||||||
and others, the problem is that xdg-open (part of Slackware's xdg-utils
|
and others, the problem is that xdg-open (part of Slackware's xdg-utils
|
||||||
package) does not recognize the MATE desktop and therefore defaults to opening
|
package) does not recognize the MATE desktop and therefore defaults to opening
|
||||||
the directories in Firefox. Fixes for this have been committed to xdg-utils
|
the directories in Firefox. Fixes for this have been committed to xdg-utils
|
||||||
package, but we must set the xdg-mime entries manually.
|
upstream development in Git but for now, we must apply a patch to xdg-open and
|
||||||
|
add some xdg-mime default handlers.
|
||||||
|
|
||||||
As your regular user, first back up the following file:
|
First, as a root user, back up /usr/bin/xdg-open and then apply the
|
||||||
|
xdg-open.patch from msb/testing/xdg-utils:
|
||||||
|
|
||||||
|
patch -p0 /usr/bin/xdg-open < /location/of/xdg-open.patch
|
||||||
|
|
||||||
|
Then, as your regular user, first back up the following file:
|
||||||
$HOME/.local/share/applications/defaults.list and then enter the next two
|
$HOME/.local/share/applications/defaults.list and then enter the next two
|
||||||
commands in a terminal to set the default handler:
|
commands in a terminal to set the default handler:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue