Upon startup, icewoed pops up a window "Unknown option: geometry" for each geometry setting it encounters in ~/.icewm/winoptions. although it handles the this option just fine. The enclosed trivial patch fixes this problem.
The geometry bug is still there in 1.6, due to the "return;" statement being commented out in the "geometry" branch. Every other "if (oname == "...")" branch also has a "return;" as last statement, so I just did the same in the geometry branch as well. Please add a geometry option to your ~/.icewm/winoptions file for testing, so you can see the problem yourself.
Again, patch attached. :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fix for geometry popups.
Fix for geometry popups.
Logged In: YES
user_id=150806
The geometry bug is still there in 1.6, due to the "return;" statement being commented out in the "geometry" branch. Every other "if (oname == "...")" branch also has a "return;" as last statement, so I just did the same in the geometry branch as well. Please add a geometry option to your ~/.icewm/winoptions file for testing, so you can see the problem yourself.
Again, patch attached. :-)
Logged In: YES
user_id=150806
Just for the record, the geometry bug is *STILL* there in 1.7 ... *SIGH*.