mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
No description
* 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 |
||
|---|---|---|
| .editorconfig | ||
| .gitignore | ||
| .SRCINFO | ||
| filebot.install | ||
| filebot.sh | ||
| PKGBUILD | ||