I’m not much hoepful, but… just in case :)

I would like to be able to start a second session in a window of my current one (I mean a second session where I log in as a different user, similar to what happens with the various ctrl+alt+Fx, but starting a graphical session rather than a console one).

Do you know of some software that lets me do it?

Can I somehow run a KVM using my host disk as a the disk for the guest VM (and without breaking stuff)?

  • Max-P@lemmy.max-p.me
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    3 days ago

    You can also nest rootful Xwayland in there too!

    From the user’s shell,

    WAYLAND_DISPLAY=/run/user/1000/wayland-0 Xwayland :1 &
    export DISPLAY=:1 WAYLAND_DISPLAY=
    i3 &
    xterm &
    konsole &
    

    Of course you that means you can also run Plasma X11 that way for example: