How can I access another user’s desktop on the same PC?

0
4
Asked By Techie_Tommy99 On

I'm using Kubuntu and have an NVIDIA GPU. I'm looking for a way to access the desktop of another user on my PC or at least view a window of an application running as that user while logged into my own account. Both of us are admins, but I want to avoid a full remote desktop solution over Wi-Fi since it's slow and laggy. Ideally, I just need a way to see an app that runs under the other user's account without using X11, as I'm currently having issues with that. It would be great if the app can utilize my NVIDIA GPU too. Thanks for any help!

1 Answer

Answered By Kubuntu_King42 On

You might want to try switching to a different TTY using ctrl+alt+f1 through f9, logging into the other user's account, and then starting a KDE session from there. You can start it with this command:
```
/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland
``` Just keep in mind that this method is a bit untested, so proceed with caution!

CuriousCat87 -

I actually tried this, and once you're done, logging out returns you back to the TTY without any issues!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.