Migrated from Original PR
Original PR: dylanaraps#2449
Author: @mmuman
Branch: ssh-desktop
Changes: +11/-1 lines
Original Description
Description
When connecting with ssh to a machine that has an X11 session running, try to find which DISPLAY we can query.
Features
It only detects the DE for now.
Issues
The KDE_SESSION_VERSION property doesn't seem to exist on my session, so I had to check another one which doesn't mention the version.
TODO
Reuse the found DISPLAY to detect other components?
This issue was automatically migrated from the archived dylanaraps/neofetch repository.
The code from the original PR can be cherry-picked or the author can submit a new PR to this fork.
Migrated from Original PR
Original PR: dylanaraps#2449
Author: @mmuman
Branch:
ssh-desktopChanges: +11/-1 lines
Original Description
Description
When connecting with ssh to a machine that has an X11 session running, try to find which DISPLAY we can query.
Features
It only detects the DE for now.
Issues
The
KDE_SESSION_VERSIONproperty doesn't seem to exist on my session, so I had to check another one which doesn't mention the version.TODO
Reuse the found
DISPLAYto detect other components?