mirror of
https://github.com/yshui/picom.git
synced 2024-11-25 14:06:08 -05:00
tests: set dbus request to the right path
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
f4c4bdb33d
commit
6aa9fcc61f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ visual32 = find_32bit_visual(conn)
|
|||
|
||||
async def get_client_win_async(wid):
|
||||
message = await bus.call(Message(destination='com.github.chjj.compton.'+display,
|
||||
path='/',
|
||||
path='/com/github/chjj/compton',
|
||||
interface='com.github.chjj.compton',
|
||||
member='win_get',
|
||||
signature='us',
|
||||
|
|
Loading…
Reference in a new issue