|
Repo Added
|
Build
1403
Last
|
Files
153
|
Badge
README BADGES
|
push
github
Resolve dbus sender name when handling signals 0b46ce4b3 introduced a fix to only forward signals if they match the criteria. This was helpful for widgets tracking multiple signals as it removed the need to include logic in those widgets. However, an issue arises if the widget is filtering my the sender of the signal (e.g. Mpris2 widget where the user is only listening to a specified player). In that instance, the filter is asking for a string of the sender's pretty name (e.g. "org.mpris.MediaPlayer2") but the signal includes the sender's unique name (e.g. ":1.175") so there is no match. This PR fixes this issue by resolving the pretty name to the bus's unique name.
14656 of 19821 relevant lines covered (73.94%)
5.26 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|
| Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
|---|---|---|---|---|---|---|---|
| 7677281143 | dbus-signal-handling | Resolve dbus sender name when handling signals 0b46ce4b3 introduced a fix to only forward signals if they match the criteria. This was helpful for widgets tracking multiple signals as it removed the need to include ... | push | github |
73.94 |
![]() |
Badge your Repo: qtileWe detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.Could not find badge in README. |
|
Embed ▾
README BADGES
|