Is there any possibility to have something similar to X11 forwarding using Wayland?

I have to edit some big config file and would be great to have that functionality back.

  • Arkhive (they/she)@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    0
    ·
    7 hours ago

    I use Sunshine with the Moonlight client for Remote Desktop. With my computer running Tailscale I can connect to it from anywhere. It’s designed for game streaming on a local network, but tweak the bandwidth settings down and it works a treat for remote work.

    • BlueÆther@no.lastname.nz
      link
      fedilink
      arrow-up
      0
      ·
      1 day ago

      I have tried, but need a working display and user interaction (that i didn’t have at the time - thus needing a way to log into plasma remotely)

  • eldavi@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    are you using a graphical editor to edit the file?

    will nano or vim work?

    • Blackbeard@europe.pubOP
      link
      fedilink
      arrow-up
      0
      ·
      1 day ago

      It’s probably me, but I find yaml file very difficult to edit in nano. I used to use stuff like kate or gedit and it was way easier for me.

      PS. besides yaml I use nano or vi for everything else and I love them.

      • d_k_bo@feddit.org
        link
        fedilink
        arrow-up
        0
        ·
        1 day ago

        You could also try micro, which is a terminal text editor with mouse support, syntax highlighting and many more features that you know from GUI text editors.

      • eldavi@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 day ago

        vim should make yaml editing easier and you’re familiarity with vi should help a lot.

  • flatbield@beehaw.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 day ago

    This is the big issue. It breaks a lot of X11 features. Remote desktop via VNC or RDP should still be possible. Another is ssh and sftp. Edit the file on the client. Another go all in with command line. Nano is easy. Emacs or VIM more powerful but harder. Screen is a useful command line tool too.

    Interested in what others suggest.