ssh -X not working for all applications

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
networkinss
Level 1
Level 1
Posts: 25
Joined: Thu Feb 08, 2018 12:33 am

ssh -X not working for all applications

Post by networkinss »

Hello,
I am using a Linuxmint computer via remote connection.
Using

Code: Select all

ssh -X user@remotemachine
is very comfortable to start GUI applications on the remote machine seeing and using them on the local.
However, it works fine with e.g. Firefox and Thunderbird, but not for Caja.
Caja opens the GUI on the remote machine and not on the local.

Anyone an idea to have also Caja GUI from the remote machine locally ?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
altair4
Level 20
Level 20
Posts: 11458
Joined: Tue Feb 03, 2009 10:27 am

Re: ssh -X not working for all applications

Post by altair4 »

It's either a 3 year old or 4 year old bug depending on where it was reported:
https://bugs.launchpad.net/ubuntu/+sour ... ug/1815318
https://bugs.launchpad.net/ubuntu-mate/+bug/1774288

Curiously, the only way you can invoke caja on the client machine is to do so with root privileges and only this way:

Code: Select all

sudo -E caja
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
Locked

Return to “Networking”