-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
impossible to open a file in a ssh session #22
Comments
Mmh ncursesFM checks for "getenv("XDG_SESSION_TYPE")". |
Here are the ssh versions:
Thanks |
I have these variables when connected: If it can help ... |
Can you please try to export XDG_SESSION_TYPE=x11 in you ssh -X session and retry? |
I add this variable in .profile, and it works. Which thing, usually set this variable ? A+ |
Nice! |
Adding it in profile is enough and doesn't make problem using directly xdg-open. So do what you can. Thanks |
Hi,
I frequently use ssh -X sessions to work on distant computers (on LAN or WAN).
For example, I can open a pdf file with xdg-open.
With ncursesFM, no error, but it doesn't open.
As I hoped to use ncursesFM as a file browser which uses smaller resources than a graphic file browser, I'm a little desappointed ... Too bad
A+
The text was updated successfully, but these errors were encountered: