Commit graph

8 commits

Author SHA1 Message Date
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
Roman Vasilev
0a95da0167 Closes #26, force xwayland to workaround GUI glitch 2024-03-09 23:13:43 +02:00
Bernhard Bermeitinger
eb743ccb83 Cleanup: Remove openjfx, depend on latest java, cleanup
Signed-off-by: Bernhard Bermeitinger <bernhard.bermeitinger@gmail.com>
2024-02-09 21:06:11 +01:00
Roman Vasilev
7f5f8e017f Update filebot.sh from upstream debian package 2023-04-21 22:25:39 +03:00
Bernhard Bermeitinger
69522d43af Update to 4.9.5
- Update to 4.9.5
- Use PGP key
- Use SHA256 instead of MD5
- Apply shellcheck suggestions
- Increase readability of long scripts
2022-02-26 17:54:10 +01:00
Roman Vasilev
81c3e00932 some text cleanup, no version bump 2020-10-10 16:41:25 +03:00
Roman Vasilev
967eec2a67 making jre11-openjdk + java11-openjfx to work without throwing errors 2020-10-07 23:24:02 +03:00
Roman Vasilev
d026ab0a1a Revert JRE to jre11-openjdk + java11-openjfx 2020-10-07 19:10:46 +03:00