SOLVED
For some reason, dconf was attempting to save settings in 
/var/lib/snapd/desktop/dconf/profile/user which was only writable by root, 
removing this file made dconf work correctly.
I discovered this by doing an strace on the dconf command:
strace -o trace dconf write /org/blueman/transfer/shared-path 
"'/home/me/download/bluetooth'"
then grepping the output for files opened:
grep openat trace
This line was the clue:
openat(AT_FDCWD, "/var/lib/snapd/desktop/dconf/profile/user", O_RDONLY) = -1 
ENOENT (No such file or directory)

** Changed in: blueman (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877131

Title:
  blueman-services does not allow a user to save transfer settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1877131/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to