this post was submitted on 05 Dec 2023
1 points (100.0% liked)

Linux Mint

1620 readers
69 users here now

Linux Mint is a free Linux-based operating system designed for use on desktop and laptop computers.

Want to see the latest news from the blog? Set the Firefox homepage to:

linuxmint.com/start/

where is a current or past release. Here's an example using release 21.1 'Vera':

https://linuxmint.com/start/vera/

founded 3 years ago
MODERATORS
1
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

Worked with linux servers plenty with a development job but new to running at home and using a desktop interface. I'm using RDP to access the machine and have run into a few issues I'm not sure how to solve.

First, I'm using Mate and I've noticed issues with have the panel/task bar disappearing. When the machine first boots my user account is logged in and if I then RDP into the machine, the panel doesn't show. If I go to the machine physically and logout, then when I RDP in I can see the panel, but that's a hassle. Seems only one instance of the panel with run. Do I need to create a different user to use with RDP to avoid this? Other options?

Second, physically working on the machine I can go into the network settings and make changes. However when I RDP into the machine - using the same user account - the widget to let me see and edit the details of the network interface is disabled. Why is it that a physical session seems to have sudo access through the UI but an RDP session doesn't? Can I change this too?

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 8 months ago (2 children)

Remote Desktop Protocol (RDP) is a proprietary protocol and because of that the Linux implementation might bot meet your expectations. You will have better success with X2Go for example. You install the server part on the Linux machine and the client part on the Windows machine. Hope this helps.

[–] [email protected] 4 points 8 months ago* (last edited 8 months ago) (1 children)

I have tried and used various remote display solutions to access my Linux boxes remotely over the years - mostly VNC, Xpra, NX / NoMachine and RDP, and I've settled on RDP because it Just Works™.

Seriously, I NEVER have any problem. Xrdp on the remote server. Remmina for the client. The refresh rate is faster than all the other solutions I've tried, it works perfectly over SSH and I never have any sort of compatibility issues when upgrading to the next version of either Xrdp or FreeRDP / Remmina. And of course, as a bonus, RDP is usable to access Windows boxes 🙂

As for the other solutions I've tried:

  • VNC: old, clunky, slower but universal. Also - if that's important to you - it lets you view the local logging screen: Xrdp presents its own display manager that's totally separate from the local Xorg server

  • NoMachine: fast, proprietary

  • NX: NoMachine before NoMachine went proprietary. More and more deprecated. Slower than RDP.

  • Xpra: nice and fast, but a complete versioning nightmare. You need to have both client and server versions completely identical almost all the time, otherwise there's a good chance that they'll be incompatible with one another. Also, there's a good chance some configuration file syntax will change at the next version and your server will crap out when restarting after an upgrade. Xpra has been around for years, yet it's still as unstable as the most alpha software coded last weekend. I just don't get it. But it sure makes the whole project a complete non-starter for serious reliable use. And goodness knows I really tried to make it work for me.

  • X over SSH: HORRENDOUSLY laggy. Only vaguely usable on LAN or ultra-fast WAN. But if you abolutely need a local X server display for some reason (regression testing of X application, most probably), there's nothing else.

  • Teamviewer: fast, proprietary and super sketchy, like any software solution generously offered by a for-profit for free. I'm not touching it with a 10-ft pole.

[–] [email protected] 1 points 5 months ago

It's been 20 years since I last used it, but X over SSH was amazing. I wonder if it's bad now because they deprecated the low bandwidth extension for X.

[–] [email protected] 1 points 8 months ago

Thanks for your reply. I chose RDP simply because it's already included in Mint and of course included with my Windows clients and available for my Mac. I might have to look into X2Go but hoping the issues I've encountered with RDP are solvable.