Seungmin Kim

Results 665 comments of Seungmin Kim

> It should not be. We have two distinct GPG keys, thanks to the mess in https://github.com/Xpra-org/xpra/issues/3446, https://github.com/Xpra-org/xpra/issues/3485 Well, it works well? The two unarmored keys aren't needed and just...

> That's one ugly command line, I would split it to make it fit on screen. Made the edit. > Yet another special case 😞 Don't worry, you know that...

Example for Docker users: ``` # Install Xpra RUN curl -fsSL -o /usr/share/keyrings/xpra.asc "https://xpra.org/gpg.asc" && \ echo -e "Types: deb\nURIs: https://xpra.org\nSuites: $(grep VERSION_CODENAME= /etc/os-release | cut -d= -f2)\nComponents: main\nSigned-By: /usr/share/keyrings/xpra.asc"...

@totaam Note that this alternative .source method works right now without any modifications. And it only uses one key!

It's how WineHQ instructs us to install Ubuntu/Debian packages, so I think it's pretty good.

Hi, @SuperDisk I don't mean to hijack you to a different project, but https://github.com/selkies-project/selkies-gstreamer is meant to do this well. We consider ourselves a sister project to Xpra, as our...

Hi, You have stated that you are running a Windows host. Does this mean that you are using the Windows Subsystem for Linux, or actually starting a container on Windows?...

Windows Subsystem for Linux might work. But the NVIDIA container runtime must be configured properly. However, this is a totally untested territory and I don't know where to start. I...

Any luck? I was unable to prepare a setup using NVIDIA GPUs and WSL yet...

This will be addressed when possible. Please hold tight. Meanwhile, this use case is adequate for https://github.com/ehfd/docker-nvidia-egl-desktop. If anyone succeeded in using either desktops with WSL, please share your experiences.