Skip to content

window_xid: no matching window #18

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. put window_xid of any window in "matching" tab
2. check property "window_xid"
3. test it 

What is the expected output? What do you see instead?
the rule will contain something like:
 ( is ( window_xid ) "1234567890" )
but no matching window will be found

What version of the product are you using? On what operating system?
gdevilspie version 0.3
devilspie version 0.22
ubuntu 12.04 / cinnamon

Please provide any additional information below.

solution: convert the integer window_xid to string
 ( is ( str ( window_xid ) ) "1234567890" )

Original issue reported on code.google.com by dh...@mahalakshmi.de on 1 Nov 2012 at 12:51

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions