jwm icon indicating copy to clipboard operation
jwm copied to clipboard

`maximized` option not working for Java applications

Open jlesage opened this issue 2 years ago • 0 comments

It seems that the maximized option doesn't work for Java applications. For example, adding this:

<Group>
  <Option>maximized</Option>
</Group>

makes all applications to start maximized, except for Java ones.

I reproduced with more than one Java applications. An easy way to reproduce is to use the following demo: https://www.cs.cmu.edu/afs/andrew/course/15/411/java/jdk1.5.0_05/demo/jfc/SwingSet2/SwingSet2.jar

It can be started with: java -jar SwingSet2.jar

Note that I tried with another window manager (openbox) and starting Java apps maximized works.

jlesage avatar Oct 16 '22 02:10 jlesage