Re: port forwarding and RDP or ssh

2024-03-12 Thread Samuel Sieb
On 3/12/24 11:49, Alex wrote: However, even when launching gnome-terminal when none is currently running, it still launches on the remote system, not my desktop. You can try running "export GDK_BACKEND=x11" before running evolution. Setting that env variable causes evolution to not run at

Re: port forwarding and RDP or ssh

2024-03-12 Thread Ron Flory via users
On 3/11/24 12:45, Alex wrote: I now have his PC with me on my local network, and commands executed through ssh -X still display on his screen instead of mine.  From his gnome-terminal on my PC: [gary@fedora ~]$ echo $DISPLAY localhost:10.0 How do I set the display for commands executed remotel

Re: port forwarding and RDP or ssh

2024-03-12 Thread Alex
Hi, > I now have his PC with me on my local network, and commands executed > > through ssh -X still display on his screen instead of mine. > > > > From his gnome-terminal on my PC: > > [gary@fedora ~]$ echo $DISPLAY > > localhost:10.0 > > > > How do I set the display for commands executed remotel

Re: port forwarding and RDP or ssh

2024-03-12 Thread Samuel Sieb
On 3/11/24 12:45, Alex wrote: I now have his PC with me on my local network, and commands executed through ssh -X still display on his screen instead of mine. From his gnome-terminal on my PC: [gary@fedora ~]$ echo $DISPLAY localhost:10.0 How do I set the display for commands executed remotel

Re: port forwarding and RDP or ssh

2024-03-12 Thread Alex
Hi, > I now have his PC with me on my local network, and commands executed > through ssh -X still display on his screen instead of mine. > > > > From his gnome-terminal on my PC: > > [gary@fedora ~]$ echo $DISPLAY > > localhost:10.0 > > > > How do I set the display for commands executed remotely t

Re: port forwarding and RDP or ssh

2024-03-12 Thread Barry
> On 11 Mar 2024, at 19:46, Alex wrote: > > I now have his PC with me on my local network, and commands executed through > ssh -X still display on his screen instead of mine. > > From his gnome-terminal on my PC: > [gary@fedora ~]$ echo $DISPLAY > localhost:10.0 > > How do I set the display

Re: port forwarding and RDP or ssh

2024-03-11 Thread Alex
Hi, > >> > $ ssh -X -i ~/.ssh/mykey-key.rsa -l gary remotehost -p 1024 >> > [gary@fedora ~]$ evolution >> > (evolution:3644): GLib-GIO-WARNING **: 09:41:05.182: Your application >> > did not unregister from D-Bus before destruction. Consider using >> > g_application_run(). >> >> That's not failing

Re: port forwarding and RDP or ssh

2024-03-10 Thread Samuel Sieb
On 3/10/24 09:23, Alex wrote: I believe Cinnamon is just a window manager on top of GNOME? It's not. It's independent from Gnome. >     My current preferred method is to use rustdesk.  There's an rpm >     available from the website.  I run my own server and relay for it, so

Re: port forwarding and RDP or ssh

2024-03-10 Thread Alex
Hi, > I'm not clear on if you want to do desktop sharing or a remote X > > connection. For an application like evolution, I would suggest > desktop > > sharing. If you want to run evolution and have it display on your > > screen using X forwarding, then you just need the "-X" opt

Re: port forwarding and RDP or ssh

2024-03-10 Thread Samuel Sieb
On 3/10/24 07:01, Alex wrote: I'm not clear on if you want to do desktop sharing or a remote X connection.  For an application like evolution, I would suggest desktop sharing.  If you want to run evolution and have it display on your screen using X forwarding, then you just need t

Re: port forwarding and RDP or ssh

2024-03-10 Thread Alex
Hi, > Hi, I have a fedora38 system on Optonline with port 1024 forwarded from > > the router to 1024 on the fedora38 system where ssh is listening. I'm > > currently using the following to connect: > > > > $ ssh -i ~/.ssh/mykey-key.rsa -L 5901:127.0.0.1:5901 > > -Y -l gary

Re: port forwarding and RDP or ssh

2024-03-09 Thread Samuel Sieb
On 3/9/24 09:09, Alex wrote: Hi, I have a fedora38 system on Optonline with port 1024 forwarded from the router to 1024 on the fedora38 system where ssh is listening. I'm currently using the following to connect: $ ssh -i ~/.ssh/mykey-key.rsa -L 5901:127.0.0.1:5901 -Y

port forwarding and RDP or ssh

2024-03-09 Thread Alex
Hi, I have a fedora38 system on Optonline with port 1024 forwarded from the router to 1024 on the fedora38 system where ssh is listening. I'm currently using the following to connect: $ ssh -i ~/.ssh/mykey-key.rsa -L 5901:127.0.0.1:5901 -Y -l gary remotehost -p 1024 I'd like to be able to have ap