https://imgur.com/a/EGrNJlG

Code: Select all
-Dsun.java2d.opengl=True
Code: Select all
-Dsun.java2d.xrender=True
Yes, I am using it on a remote Linux ( https://imgur.com/a/a9NLkmD ) machine using x2go (and sometimes SSH) to connect to it.Are you using FileBot on a remote Linux machine via VNC or similar protocol?
Unless I can use it to edit files remotely then I think I must use it on the Linux server with all my files. It is a seedbox with 40tb of storage, and over 10tb of files I need Filebot for.Why not use the macOS version of FileBot on your macOS Desktop?
I want to note that I do have a registration key, I just reinstalled Filebot the other day while troubleshooting and did not bother put it back in for what I believe may be obvious reasons right now.How did you install FileBot? Which package did you use? What does filebot -script fn:sysinfo say?
Code: Select all
Initialize AppData folder: /root/.filebot
Initialize Cache folder: /root/.filebot/cache
Initialize Logs folder: /root/.filebot/logs
Initialize TemporaryFiles folder: /root/.filebot/tmp
Initialize new disk cache: /root/.filebot/cache/0
Oct 23, 2022 7:40:56 PM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
FileBot 4.9.6 (r9125)
JNA Native: 5.2.2
MediaInfo: 18.12
Tools: fpcalc/1.4.3 7z/16.02 unrar/5.50
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2022-08-15 (r836)
Groovy: 3.0.9
JRE: OpenJDK Runtime Environment 11.0.16
JVM: OpenJDK 64-Bit Server VM
CPU/MEM: 8 Core / 8 GB Max Memory / 62 MB Used Memory
OS: Linux (amd64)
HW: Linux Debian-105-buster-64-minimal 4.19.0-22-amd64 #1 SMP Debian 4.19.260-1 (2022-09-29) x86_64 GNU/Linux
CPU/MEM: Intel(R) Xeon(R) CPU E3-1271 v3 @ 3.60GHz [MemTotal: 33 GB | MemFree: 20 GB | MemAvailable: 29 GB | SwapTotal: 68 GB | SwapFree: 68 GB]
STORAGE: ext4 [/] @ 5 TB
USER: root
DATA: /root/.filebot
Package: DEB
License: UNREGISTERED
Done ヾ(@⌒ー⌒@)ノ
alexandria@Debian-105-buster-64-minimal:~$
This is beyond my skill level to comprehend on my own at this time.You can try to enable / disable the OpenGL render pipeline or install different graphics drivers, or generally try graphics related or VNC protocol settings and see if it makes a difference.
I'll do that immediatly. Thanks for the tip!Please report the issue in the XQuartz community as well. They might be able to give you better debugging advice.
Code: Select all
filebot -script fn:properties --def sun.java2d.opengl=True
Code: Select all
filebot -script fn:properties --def sun.java2d.opengl=False
rednoah wrote: ↑23 Oct 2022, 18:16 You can run these commands to turn graphics acceleration on or off:Woah! This worked!! Thank you!Code: Select all
filebot -script fn:properties --def sun.java2d.opengl=True
Code: Select all
filebot -script fn:properties --def sun.java2d.opengl=False
Run one of these commands first to set the settings, then run filebot (without arguments) to launch the GUI to see if it makes a difference.
As a possible work around, you could use VNC instead of x2go, or vice versa, if one or the other doesn't work.
As a possible work around, you could mount your remote file system onto your local machine. SSHFS should work well if you already have SSH access. Tools like Mountain Duck should make this relatively easy.
It's still a little janky and I need to maximize the windows or switch from maximization to get it back to normal usable state.
Code: Select all
filebot -script fn:properties --def sun.java2d.xrender=True
Code: Select all
filebot -script fn:properties --def sun.java2d.pmoffscreen=false