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

mainStage is not transparent #11150

Closed
2 tasks done
AdamWysokinski opened this issue Apr 5, 2024 · 3 comments
Closed
2 tasks done

mainStage is not transparent #11150

AdamWysokinski opened this issue Apr 5, 2024 · 3 comments

Comments

@AdamWysokinski
Copy link
Contributor

JabRef version

5.13 (latest release)

Operating system

GNU / Linux

Details on version and operating system

No response

Checked with the latest development build (copy version output from About dialog)

  • I made a backup of my libraries before testing the latest development version.
  • I have tested the latest development version and the problem persists

Steps to reproduce the behaviour

I think there is a problem with main stage transparency, causing white, non-transparent background to be visible under popups and the main window, see screenshot:
scrot

I don't find myself competent enough to solve the problem, but my investigation has led to a potential conclusion that setting

mainStage.initStyle(StageStyle.TRANSPARENT);

in openWindow() in JabRefGUI.java could help. Could someone please check it a build a Linux binary for me to test it?

Appendix

No response

@Siedlerchr
Copy link
Member

This is how your theme now looks on mac
grafik

I tried your stage style transparent, but this just removes the window decorated style:
e.g.
grafik

Normal style
grafik

@AdamWysokinski
Copy link
Contributor Author

Thank you for the attempt and time spent on this problem. Seems like it's a Linux-related issue on my side. Will investigate further.

@AdamWysokinski
Copy link
Contributor Author

I'll solved the problem. compton (xorg compositor was not running), hence there was no transparency. It works fine now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants