• @beirdobaggins@lemmy.world
    link
    fedilink
    33
    edit-2
    9 months ago

    Remote desktop working like it does in windows.

    • easy to setup and use
    • can remote into a system that has been recently rebooted. Without needing to make the user auto login and set the keychain password to be blank.
    • resolution scales to remote client interface

    I love linux and it is really all I use but RDP support is severly worse than windows.

    • @rasensprenger@feddit.de
      link
      fedilink
      139 months ago

      What do you need RDP for? I did everything i ever needed to do remotely via SSH (I mean this as a genuine question, not that we shouldn’t have better RDP support)

      • @leo85811nardo@lemmy.world
        link
        fedilink
        99 months ago

        A lot of proprietary engineering software (CAD, MATLAB, etc) or GUI heavy programs have poor or no terminal interface to work with, so the need remote desktop solution is valid

      • @iopq@lemmy.world
        link
        fedilink
        69 months ago

        I should be able to use my system wirelessly without having to connect it up. I was running baduk (weiqi/go) simulations on the GPU and I wanted to see live output on the board instead of staring at some SSH’d numbers

      • @beirdobaggins@lemmy.world
        link
        fedilink
        39 months ago

        I can do anything I “need” to via ssh. But I would really like the convenience.

        At work they monitor web traffic and block vpns, but they dont block ssh. So I use an ssh tunnel to rdp to my home system so I can easily look something up, navigate to the web interface of one of my self hosted apps, or get a torrent downloading at home.

      • @redd@discuss.tchncs.de
        link
        fedilink
        39 months ago

        I dont know how to mount external drives on Bash without root privilegues. On the Desktop environment it can be done by just clicking without root password.

    • @andruid@lemmy.ml
      link
      fedilink
      69 months ago

      Setting up vnc is not as easy as it should be. I really wish it as just send auth, if auth create virtual display and perf devices as user that actually sends it to remote client, user sees desktop env loaded.

      • Captain Aggravated
        link
        fedilink
        29 months ago

        I’ve had various VNC systems fail to interoperate. Like you have to use the same server and client.

    • @Irkam@jlai.lu
      link
      fedilink
      39 months ago

      That’s my biggest issue so far. With RDP I knew I could hook up my cheap Android Tablet on my private network and RDP my way to stuff I forgot to do or I needed urgently. Now I can do similar things with SSH but I still struggle to use VNC without it breaking my gdm, and not even to the full extent I’d wish for.

        • FarLine99
          link
          fedilink
          English
          -29 months ago

          Agree. When the program became more popular, many scammers appeared who used this software.

    • arglebargle
      link
      fedilink
      English
      1
      edit-2
      9 months ago

      I use rdp on Linux every day. It works as good as windows does. I am confused by this.

      Unless you are not using RDP literally, and just mean remote desktop in general. Because RDP is not really a linux thing, even though I use it every day to connect to Windows machines (and the cloud) using a Linux client.

      The only issue I have with RDP and linux (and have clients ask about) is the multimonitor support under wayland.

      • @beirdobaggins@lemmy.world
        link
        fedilink
        59 months ago

        Using RDP clients like Remmina is great. The problem is running a RDP server in linux.

        In order to connect you must already be logged in to the remote computer locally and have unlocked your keychain. If the remote computer lost power and rebooted you will not be able to get in unless you have set the computer to login automatically and have set the keychain password to be blank, which is not great for security.

        You can not use a different screen resolution in the client than you have setup in the server. This means that using “RD Client” on my Android phone to connect to my desktop computer with a resolution of 1920x1080 doesn’t work. I need to use an alternate RDP client on my phone where a I can specify a custom resolution of 1920x1080. And then the user interface is tiny and does not fill my screen.

        • arglebargle
          link
          fedilink
          English
          1
          edit-2
          9 months ago

          It never would have occurred to me to run a RDP server in Linux. It is a proprietary protocol. I would run a different server on a linux machine.

          Edit: Thinking back to doing something similar seems like we set up XRDP. I usually just Forward X sessions if I want graphical environments in linux, but I do seem to recall doing it with XRDP too. I think you needed to have a user directory, but they did not have to be logged in.

            • @beirdobaggins@lemmy.world
              link
              fedilink
              28 months ago

              yes But not in any way that makes it useful. It starts when the user logs into the computer locally. If I was going to do that I wouldn’t need a remote session.

              You can set the account to login automatically, but this doesn’t unlock the keychain which is needed to decrypt the user’s RDP password. So you can do it but you need to set your account to login automatically and set your keychain password to be blank.