View Single Post
Posts: 986 | Thanked: 1,526 times | Joined on Jul 2010
#1152
EDIT: 2.0.1b uses the DBUS session bus like it should, fixing the below problem. the problem is also fixed in the pending PR so an official release will have it.

whoops, it seems that the dbus feature depends on this:
Code:
root@wolke-n9:~$ cat /etc/dbus-1/system-local.conf 
<busconfig>
  <policy context="default">
    <!-- Allow everything to be sent -->
    <allow send_destination="*" eavesdrop="true"/>
    <!-- Allow everything to be received -->
    <allow eavesdrop="true"/>
    <!-- Allow anyone to own anything -->
    <allow own="*"/>
    <!-- XXX: Allow all users to connect -->
    <allow user="*"/>
  </policy>
</busconfig>
__________________
~ teleshoes ~

Last edited by wolke; 2015-03-18 at 23:38.