Search found 1 match

by fthrfrl
05 Feb 2023, 06:02
Forum: Ubuntu & Desktop Linux
Topic: Easy fix if the filebot GUI shows a grey screen and you use the sway window manager (and possibly others)
Replies: 3
Views: 7289

Easy fix if the filebot GUI shows a grey screen and you use the sway window manager (and possibly others)

Add the following alias to your .zshrc / .bashrc / wherever you add aliases: alias fbg="env -u WAYLAND_DISPLAY filebot" and replace "fbg" with whatever you want your new command alias to be. Launching filebot with these arguments forces it to run under xwayland which works fine b...