Allow well-formed bread.command events on the emit bus
Docs already said any module or app could publish bread.command.<app>.<verb>, but command is reserved so both unsourced bread-emit and sourced App emit rejected the whole namespace. Keep command unclaimable as an app id; accept bread.command.<known-app>.<verb> (and let an app command another known app). Also ship bread-emit and bread-module-host, and give udev enumerate the same classification fields as a live add so boot-time devices are not all unknown.
This commit is contained in:
parent
a6973360bd
commit
d3517d1433
52 changed files with 26405 additions and 6811 deletions
|
|
@ -19,7 +19,7 @@ file here.
|
|||
The service unit starts `breadd` as a user service after the graphical session is available.
|
||||
|
||||
```bash
|
||||
# Install and enable manually (if not using the PKGBUILD)
|
||||
# Install and enable manually (if not using bakery)
|
||||
mkdir -p ~/.config/systemd/user
|
||||
cp systemd/breadd.service ~/.config/systemd/user/
|
||||
systemctl --user daemon-reload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue