No description
Find a file
zDEFz 50374b2b9b
Set _JAVA_AWT_WM_NONREPARENTING=1 on Wayland to fix blank FileBot UI on sway (#32)
* Set`_JAVA_AWT_WM_NONREPARENTING=1 on Wayland to Fix FileBot UI IssueSet `_JAVA_AWT_WM_NONREPARENTING=1` on Wayland to Fix blank FileBot UI Issue

This commit addresses an issue where the FileBot window appears blank or grey when running under Wayland. The problem is related to Java's AWT not handling window reparenting correctly in Wayland environments. By setting the `_JAVA_AWT_WM_NONREPARENTING` environment variable to `1`, we can avoid this issue.

This workaround is particularly relevant for window managers like Sway. More details can be found in the related bug report: https://github.com/arch-noob/filebot/issues/30.

* Update missing export for filebot.sh run

* add some comments for sway _JAVA_AWT_WM_NONREPARENTING
2024-08-24 21:46:57 +03:00
.editorconfig Cleanup: Remove openjfx, depend on latest java, cleanup 2024-02-09 21:06:11 +01:00
.gitignore Update to 4.9.5 2022-02-26 17:54:10 +01:00
.SRCINFO Update to 5.1.4 (#29) 2024-08-14 05:45:51 +00:00
filebot.install Closes #28, revert xdg-mime default filemanager so filebot will not take over 2024-03-30 22:37:08 +03:00
filebot.sh Set _JAVA_AWT_WM_NONREPARENTING=1 on Wayland to fix blank FileBot UI on sway (#32) 2024-08-24 21:46:57 +03:00
PKGBUILD Update to 5.1.4 (#29) 2024-08-14 05:45:51 +00:00