Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
X11 forwarding can be amazingly fast and due to its nature the integration is amazing. I mean that's basically its whole purpose. If you can secure your network you can run it unencrypted for best results or over ssh if not.
If you need full desktop sharing VNC is probably the fastest of all solutions I tested. It's barely not fast enough for games, but otherwise it does a great job.
I thought about this, but would I be crazy to forward an entire instance of plasma? Is that even doable or is that just asking for problems?
For a number of reasons I want to keep a separation between my host system and the remote system. I have a specific workflow on the remote system (like apps in the taskbar, etc), and I would like to keep that. But it's not impossible to adapt to a new workflow.
One issue I can envision, is that I use Teams on that remote system for screen sharing and calls. I really don't want to futz with audio redirection. I have headphones plugged into the remote system and I use direct audio.
I don't know that you can forward an entire instance of plasma. I might be wrong, though. Not sure.
If you want to be able to connect to already-running applications rather than run them originally via the SSH connection, you might be interested in Xpra.
As far as keeping your environments separated, I'd probably recommend a second xorg-server on a different... what do they call them... not virtual terminals. ctrl+alt+f1/ctrl+alt+f2/etc things, though. (Or even a separate virtual desktop.) And just designate ctrl+alt+f2 as your "other system desktop".
I think it's possible, but I think it's one of those things like printing a website screenshot, scanning it, and emailing it.
Thanks, I'll check it out.
I know what you mean. You're thinking of a display server. That's what xRDP does on the remote system. Although for whatever reason I can't log in to the remote session if the local display server is logged in. But that might have something to do with how Plasma handles authentication. I haven't tried with another DE.
That's a difficult question to answer. My intuition tells me that it does not work, because 2 desktop sessions would fight with each other. The applications you export are managed by the local window manager therefore the concept of exporting a whole DE doesn't really make sense. I don't know the answer though and it's just my guess.
What the other answer proposed might be possible though. Take another tty and launch another X session there. It can even be another DE than your primary one. There you can have your own session with its own windows etc. I know for sure that this does work, but you might run into problems if you use Nvidia (at least it was the case a few years ago).