Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

choosing options in virtualbox #19

Open
hen6003 opened this issue Aug 13, 2020 · 6 comments
Open

choosing options in virtualbox #19

hen6003 opened this issue Aug 13, 2020 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@hen6003
Copy link

hen6003 commented Aug 13, 2020

bug
the menu for choosing options in virtualbox is behind the window, probably due to floating windows being on top of other windows

@con-f-use
Copy link
Member

Thatnks for reporting. That doesn't seem like a bug, you just have to move the window or make the one behind it floating and/or move it to the top of the stack. Also, why is there a Windows window in your Linux machine?

@xzybus
Copy link

xzybus commented Aug 13, 2020

Thatnks for reporting. That doesn't seem like a bug, you just have to move the window or make the one behind it floating and/or move it to the top of the stack. Also, why is there a Windows window in your Linux machine?

hey the windows window is the os selecting part of virtualbox so basically the problem why we reported it

@hen6003
Copy link
Author

hen6003 commented Aug 13, 2020

bug
better image

@con-f-use con-f-use added the bug Something isn't working label Aug 13, 2020
@UserXGnu
Copy link

UserXGnu commented Oct 10, 2020

This issue seems to be related to the window reparenting regarding java applications in tiling windows.
Normally you need to add

export _JAVA_AWT_WM_NONREPARENTING=1
export AWT_TOOLKIT=MToolkit
wmname compiz

to your ~/.xinitrc, however as instantwm is launched through gdm, it doesn't look like it's working.

@paperbenni
Copy link
Member

paperbenni commented Oct 11, 2020

You'd have to add it to the instantwm wrapper or /etc/profile to apply this
I can't test this right now but I'll give it a shot when I can.
One thing though: doesn't wmname compiz leave applications to assume you're using compiz? Aren't there some applications that then apply like compiz specific tweaks/behaviours that might not necessarily work on instantWM?

@UserXGnu
Copy link

On suckless webpage they also suggest using:

wmname LG3D

image

https://tools.suckless.org/x/wmname/

As for the compiz, I've been using dwm for quite some years now and never had any issue with that so I guess no problem there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants