2015-12-05 00:59:01 |
Tony Espy |
description |
If get-all-match.py ( see attached ) is run on the system bus of the latest rc-proposed touch image, the following warning is output for indicator-sound-service:
- Match rule without a sender criteria:
- type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/custom',arg0path='/com/ubuntu/sound/'
- type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/custom',arg0path='/com/canonical/indicator/sound/'
- type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/custom',arg0path='/com/canonical/indicator/sound/'
In order to run the get-all-match.py script, you first need to install DBus from wily or from my PPA ( see below ). The script needs to be run with root permission, and the argument "--system" must be specified to attach to the system bus.
$ sudo ./get-all-match.py --system
I'm reporting this after running the tool on krillin, rc-proposed/bq-aquaris.en, #196.
The link to my PPA is:
https://launchpad.net/~awe/+archive/ubuntu/ppa/+packages |
If get-all-match.py ( see attached ) is run on the system bus of the latest rc-proposed touch image, the following warning is output for indicator-sound-service:
- Match rule without a sender criteria:
- type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/custom',arg0path='/com/ubuntu/sound/'
- type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/custom',arg0path='/com/canonical/indicator/sound/'
- type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/custom',arg0path='/com/canonical/indicator/sound/'
In order to run the get-all-match.py script, you first need to install DBus from wily or from my PPA ( see below ). The script needs to be run with root permission, and the argument "--system" must be specified to attach to the system bus.
$ sudo ./get-all-match.py --system
Note, the same warnings are output when run on the session bus:
- Match rule without a sender criteria:
- type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/com/ubuntu/sound/'
- type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/com/canonical/indicator/sound/'
- type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/com/canonical/indicator/sound/'
I'm reporting this after running the tool on krillin, rc-proposed/bq-aquaris.en, #196.
The link to my PPA is:
https://launchpad.net/~awe/+archive/ubuntu/ppa/+packages |
|