baskerville / bspwm

A tiling window manager based on binary space partitioning
BSD 2-Clause "Simplified" License
7.72k stars 415 forks source link

BUG??JAVA(BLUEJ) #1340

Open Stratos-Crimson opened 2 years ago

Stratos-Crimson commented 2 years ago

Hello everyone! So I installed bluej and opened it up but the drop down menu's of it were glitchy, sometimes they wouldn't even work and there would always be a space from the drop down menu to the options. If I wanted to see the options I would sometimes have to hold it but it wouldn't even let me click on them. I have searched around and tried things like wmname LG3D and I have tried putting _JAVA_AWT_WM_NONREPARENTING=1 in my profile.d/jre.sh but they aren't working. I was about to hop to GNOME or KDE plasma with tiling but I decided to open this because that would be too much work and might not even work properly on artix :P.

zjeffer commented 2 years ago

Did you restart bspwm after putting that line in your profile directory?

jamietanna commented 2 years ago

+1 on restarting BSWPM - or if you open a terminal, source the file and then execute blueJ via that terminal

Stratos-Crimson commented 2 years ago

Did you restart bspwm after putting that line in your profile directory?

yes

Stratos-Crimson commented 2 years ago

+1 on restarting BSWPM - or if you open a terminal, source the file and then execute blueJ via that terminal

yes

Stratos-Crimson commented 2 years ago

Apparently intelij works fine but bluej doesn't, is this bluej's fault? For some reason tho, it works fine on openbox and it might work fine on i3 as well, I will have to check. And if it does then I will ahve to use i3 for bluej

zjeffer commented 2 years ago

I just installed bluej to test this and I have the same issues you do. Here's what it looks like on my system:

image

The outer shadow and blur is probably a picom thing.

There's space between the option and the menubar, and clicking an item on the menubar closes the menu immediately. I found that if you click and hold one of the menu items and release when your mouse is over the whitespace between the menubar and the options, the menu stays open and you can click an option. Weird behaviour indeed.

You should change the issue title to something more descriptive, though. All caps and multiple question marks don't mean anything.

You should try these fixes: https://wiki.archlinux.org/title/Java#Gray_window,_applications_not_resizing_with_WM,_menus_immediately_closing

Stratos-Crimson commented 2 years ago

I just installed bluej to test this and I have the same issues you do. Here's what it looks like on my system:

image

The outer shadow and blur is probably a picom thing.

There's space between the option and the menubar, and clicking an item on the menubar closes the menu immediately. I found that if you click and hold one of the menu items and release when your mouse is over the whitespace between the menubar and the options, the menu stays open and you can click an option. Weird behaviour indeed.

You should change the issue title to something more descriptive, though. All caps and multiple question marks don't mean anything.

You should try these fixes: https://wiki.archlinux.org/title/Java#Gray_window,_applications_not_resizing_with_WM,_menus_immediately_closing

Oh okay, thanks! I was having the exact same issue that you were!