Branko Majic
Branko Majic
@dvdhrm I have a similar use-case for the use of `dbus-run-session` command as @german-rios-gonzalez. In my case this is for the Ansible (configuration management system) `dconf` module, which is just...
Hm... So, the whole thing around the D-Bus commands was added in order to be able to detect the running D-Bus user session (its address), so that the `dconf` command...
Ok, so I got the Fedora Silverblue running, and poked around a bit to figure out what would I need to implement to make `dconf` Ansible module work with `dbus-broker`...
For start, `/run/user//bus` is _not_ a canonical location. It really boils down to what init system you might be using, and what paths the distro has decided to use. There...
Yeesh... I should really not write longs comments this late... I was pondering on removing the above comment, but I'll keep it, don't like history rewriting in discussions :) And...
@fritz-k (the stuff I'm about to write will sound harsh, but I'm stating it as matter-of- factly, please do not get offended or take it the wrong way, I am...
@benjaoming The way I see it, I think the best way forward while keeping the feature would be to: 1. Update documentation to state how the setting should be used....
I should maybe point out that personally I'd be fine even with just option *(4)* - since I don't think anyone (and by this primarily me :D )should be using...
@fritz-k Oh, and thanks for getting back to us, much appreciated :)
Well, given I'm pretty opinionated, I can provide *(4)*, to be honest. This would also let me contribute a couple of tests centred around regular user authorisation. The *(3)* could...