Comment 36 for bug 1005649

Revision history for this message
m4t (m4t) wrote :

a couple more fixes, these relate to mate-user-share receiving files over bluetooth.

in mate-user-share/src/user_share.c, the wrong variable is being passed as a gsettings pointer to the disabled_timeout_callback.
this only shows up if '/org/mate/desktop/file-sharing/enabled' isn't set (eg. bluetooth sharing only).
attached is a patch for mate-desktop/mate-user-share

also for some reason debian/rules is removing the /etc/xdg/autostart entry. i've attached another patch which undoes this and lets mate-user-share start at the beginning of a session.

one other thing i see (i guess related to libnotify?) is that there is no indicator when a file is received:
** (mate-user-share:27568): WARNING **: failed to send notification

-matt