Skip to content

anurag-l1nt/waylandtester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wayland Tester

This is a simple JavaFX test app to show a window z order issue on XWayland. When certain conditions are present, a dialog which has been shown after the primary stage is displayed behind it. These conditions appear to be:

  1. The dialog is owned by the primary stage (with initOwner)
  2. The dialog is sufficiently simple to render quickly

Running

There are two boolean command line arguments. The first controls whether the dialog is owned, the second whether to use a VBox instead of a more complex GridPane layout in the dialog. The issue will only be present when both arguments are true, ie:

./gradlew run --args="true true"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 71.0%
  • CSS 29.0%