Mikael Finstad
Mikael Finstad
> However, when I'm editing a 4K video, fast-forwarding is quite laggy. I hope the software can convert it to 1080p to achieve the smooth editing experience of a 1080p...
Hi. You want to not show any UI at all, only the video? You can use use F to toggle full screen. there is no UI in fullscreen your link...
I agree it makes sense to improve this
Same with AppImage from github?
Someone wrote this fix: ``` env -u WAYLAND_DISPLAY -u XDG_SESSION_TYPE losslesscut ```
for the appimage issue, see https://github.com/mifi/lossless-cut/blob/master/issues.md#linux-specific-issues > If you get an error like `FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without...
ok, great! very annoying these linux electron bugs that keep popping up all the time. i guess linux is just too fragmented for the Electron/Chromium developers to be able to...
@rathboma cool, a fellow electron app! I will definitely look into that. Do you know if `--no-sandbox` (#258) is also a workaround for the original error in this issue? e.g....
#2629 Leads me to believe that `--no-sandbox` is not a solution to the problem
So the way I understand it, running `env -u WAYLAND_DISPLAY -u XDG_SESSION_TYPE losslesscut` will unset env variables `WAYLAND_DISPLAY` and `XDG_SESSION_TYPE`, which prevents the app from detecting a Wayland session, forcing...