You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Trying to open a window over a tunneled ssh connection results in a completely blank screen. On Linux.
Steps to Reproduce
Create another user account on your local machine ($ adduser newuser) where you have atom installed
Copy the ssh key from your regular account into ~newuser/.ssh/authorized keys.
Login as the new user: ssh -Y newuser@localhost. (Say "yes" to RSA fingerprint question)
Verify that other X11 applications appear properly on the local monitor: try running xeyes, xclock etc with no problems. Note that other apps such as firefox also work as expected with no display problems.
Try to run atom. Observe that you get the "welcome screen" but it's totally blank. Moving the mouse around clicking on things still works, but you can't see what you're clicking on.
Try running in safe mode (--safe) or disabling the gpu (--disable-gpu) to no effect.
Try moving or removing the ~/.atom directory for this new user. No effect.
Try mutliple versions of atom (1.56, 1.57, 1.58) and see they all produce the same effect.
Try uninstalling & reinstalling different distributions of atom (from FlatPak, Pop!_Shop, official .deb from Atom website) and see they all produce the same blank screen.
Notice that atom works fine when NOT tunneled; i.e., just running "atom" from original user account produces a welcome screen that you can read. This problem is limited to X forwarding.
Tried that link but it 404's.
Prerequisites
Description
Trying to open a window over a tunneled ssh connection results in a completely blank screen. On Linux.
Steps to Reproduce
$ adduser newuser) where you have atom installedssh -Y newuser@localhost. (Say "yes" to RSA fingerprint question)xeyes,xclocketc with no problems. Note that other apps such asfirefoxalso work as expected with no display problems.atom. Observe that you get the "welcome screen" but it's totally blank. Moving the mouse around clicking on things still works, but you can't see what you're clicking on.--safe) or disabling the gpu (--disable-gpu) to no effect.~/.atomdirectory for this new user. No effect.Expected behavior:
That we would see the text of the welcome screen on startup instead of blankness.
Actual behavior:
The screen is blank
Reproduces how often:
Every time.
Versions
1.56, 1.57, and latest:
Additional Information