Jay W

Results 52 comments of Jay W

You could try forcing it to use xwayland with `env -u WAYLAND_DISPLAY target/release/lapce` I also had to install `mesa-dri-drivers` and `vulkan-loader` packages. Built with `sudo dnf install cmake pkg-config gcc...

@danderson Would this also fall under category of "enable multi account support" ? was meaning to create an issue for that.

@kylrth multipass or running in docker might be a good workaround meanwhile. https://github.com/canonical/multipass

Thanks for looking into this @olblak I've posted the json/curl version just to showcase the issue related to shell however it's nice to see your examples of how similar can...

This seems to be now fixed via fork : https://github.com/choff/anbox-modules

@phw Related issues : https://github.com/gnunn1/tilix/issues/1997, https://github.com/gnunn1/tilix/issues/2038 It crashes with any version, including 1.9.4 crashes with below: ``` [📦 com.gexperts.Tilix tilix]$ tilix -v Versions Tilix version: 1.9.4 VTE version: 0.66 GTK...

No, redhat didn't yet build one. I've had a go at it and it looks promising so far. Have a look here: https://github.com/flatpak-rpm-builds/com.tenshu.terminator I know that the `toolbox` tool on...

@mattrose this is now on https://src.fedoraproject.org/flatpaks/terminator/tree/master Fedora builds flatpaks as OCI containers from RPM so essentially this is mostly ready for implementation and it will pull your latest RPM if...

Apparently the common approach is to check if `/.flatpak-info` exists. I'm not sure if simply firing the spawn command will produce stable terminal experience tho. Looks like Tilix does it...

The issue is that flatpak-spawn produces unstable shell experience. Looks like tilix discovered that quite some time ago and developed something slightly better.