[dev] [dwm] Need help about gray windows of Java applications

2019-05-12 Thread Enan Ajmain
Hi, I need to use logisim, a tool for designing and simulating logic circuits. But the problem is that logisim is built in Java, and due to well-known issue in Java it doesn't launch properly in dwm. I just installed xfce4 and checked that logisim works perfectly fine with it. After moving around

Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-12 Thread Przemek Dragańczuk
Running `wmname LG3D` should help with that. I've had similar issue and that fixed it for me. On 12/05/19 03:09, Enan Ajmain wrote: > Hi, > > I need to use logisim, a tool for designing and simulating logic > circuits. But the problem is that logisim is built in Java, and due to > well-known issue

Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-12 Thread Enan Ajmain
Where do I run `wmname LG3D`? On Sun, May 12, 2019 at 4:41 PM Przemek Dragańczuk wrote: > > Running `wmname LG3D` should help with that. I've had similar issue and > that fixed it for me. > On 12/05/19 03:09, Enan Ajmain wrote: > > Hi, > > > > I need to use logisim, a tool for designing and simul

Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-12 Thread Przemek Dragańczuk
In the terminal, as part of your shell's RC file (.bashrc, .zshrc etc.) or in .xinitrc. I have it in a startup script that is executed from .xinitrc when dwm starts. On 12/05/19 06:13, Enan Ajmain wrote: > Where do I run `wmname LG3D`? > > On Sun, May 12, 2019 at 4:41 PM Przemek DragaDczuk > wrot

Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-14 Thread Enan Ajmain
Thanks. It worked. I've added `wmname LG3D` in xinitrc, but it doesn't work for some reason. But I invoked in manually from bash before launching logisim and it worked fine. I don't care about xinitrc, because I would have liked to use this method only for that one application only anyway. I have

Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-14 Thread Storkman
On May 14, 2019 10:37:57 AM UTC, Enan Ajmain <3nan.ajm...@gmail.com> wrote: >Thanks. It worked. > >I've added `wmname LG3D` in xinitrc, but it doesn't work for some >reason. But I invoked in manually from bash before launching logisim >and it worked fine. I don't care about xinitrc, because I wo

Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-14 Thread Enan Ajmain
On Tue, May 14, 2019 at 6:01 PM Storkman wrote: > > > > On May 14, 2019 10:37:57 AM UTC, Enan Ajmain <3nan.ajm...@gmail.com> wrote: > >Thanks. It worked. > > > >I've added `wmname LG3D` in xinitrc, but it doesn't work for some > >reason. But I invoked in manually from bash before launching logisim

Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-15 Thread Przemek Dragańczuk
I have it in my .xinitrc, .zprofile (.bash_profile) and in my .zshrc (.bashrc). I can never remember where it should be, so that way I know it works somewhere. LG3D was a WM written in Java, which maximises the irony. Java apps know how to work on it, so they work fine when they think they are run

Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-15 Thread Markus Wichmann
On Wed, May 15, 2019 at 01:15:43PM +0200, Przemek Dragańczuk wrote: > LG3D was a WM written in Java, which maximises the irony. OK, I didn't know that one. Awesome. > Java apps > know how to work on it, so they work fine when they think they are > running on it. The issue has something to do with

Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-15 Thread Enan Ajmain
On Wed, May 15, 2019 at 8:59 PM Markus Wichmann wrote: > > Worse, the error is in a commonly used library for Java GUI apps (was it > AWT?). Therefore, the application developers can't do anything about > this. It's similar to the problem we have with libxft and colored fonts. > Until libxft is fi