iamer / gdevilspie

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

gdevilspie doesn't handle disjunction - OR rules #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Wish to pin Firefox AND Iceweasel.
2. Set rule by application_name == "Firefox" OR "Iceweasel"

What is the expected output? What do you see instead?
Expected: Somehow input the OR rule.
Instead: Not possible.

What version of the product are you using? On what operating system?
0.5-2 on Debian Wheezy.

Please provide any additional information below.
Additionally, when I manually edit the .devilspie/stick_firefox.ds rule and add
'( or ( is ( application_name ) "Firefox" ) ( is ( application_name ) 
"Iceweasel" ) )'
condition, gdevilspie suddenly doesn't recognize the rule and the Raw tab 
doesn't even show the whole script.

Original issue reported on code.google.com by kernc...@gmail.com on 13 Jan 2013 at 11:31