iamer / gdevilspie

Automatically exported from code.google.com/p/gdevilspie
GNU General Public License v3.0
3 stars 1 forks source link

window_xid: no matching window #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
I'm running gdevilspie version 0.5 and get the same problem.  Pic included.

Original comment by starcr...@gmail.com on 9 Nov 2012 at 5:44

Attachments:

GoogleCodeExporter commented 9 years ago
Confirmed. windows_xid appears not to be working at all.

Original comment by zur...@gmail.com on 12 Dec 2012 at 6:17