Strange lines after logging in/out of remote desktop session
See original GitHub issueDescription
What steps will reproduce the problem?
After opening Spyder using normal PC monitor, I log into PC from another PC with remote connection. The lines of the opened editor become strange: some of them are larger, some of them are smaller, some of them are more padded, etc.
Versions
- Spyder version: 3.3.3
- Python version: 3.6.6
- Qt version: 5.9.6
- PyQt5 version: 5.9.2
- Operating System: Windows 10
Dependencies
pyflakes >=0.6.0 : 2.0.0 (OK)
pycodestyle >=2.3 : 2.4.0 (OK)
pygments >=2.0 : 2.2.0 (OK)
sphinx >=0.6.6 : 1.7.9 (OK)
rope >=0.9.4 : 0.11.0 (OK)
jedi >=0.9.0 : 0.12.1 (OK)
nbconvert >=4.0 : 5.3.1 (OK)
pandas >=0.13.1 : 0.23.4 (OK)
numpy >=1.7 : 1.16.1 (OK)
sympy >=0.7.3 : None (NOK)
cython >=0.21 : 0.28.5 (OK)
qtconsole >=4.2.0 : 4.4.1 (OK)
IPython >=4.0 : 6.5.0 (OK)
matplotlib >=2.0.0: 3.0.2 (OK)
pylint >=0.25 : 2.1.1 (OK)
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
9 Common Remote Desktop Connection and Screen Issues ...
1. You Can't Connect to the Remote Computer · 2. Remote Connections Not Allowed · 3. Remote Desktop Connection for Windows 10 Home...
Read more >Weird session hanging in Remote Desktop/Remote Access
Then I go through the log in process again and it brings up the session just how it was before it "froze" saying...
Read more >How to resolve common problems with Windows Remote ...
This troubleshooting guide aims to help in ruling out some of the most common causes for poor functionality.
Read more >How to fix 8 common remote desktop connection problems
When the connection between a desktop and its host fails, it's time to do some remote desktop troubleshooting. Check firewalls, security ...
Read more >Windows Remote Desktop: "configuring remote session ...
If you could not log in to the server using rdp, but your remote server is not being in state of ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same setup and problem. I’ve found that the problem goes away after resizing the Spyder window. Not sure why it’s happening initially.
There’s nothing we can do on our side about this, sorry.
I don’t think you know how Spyder is built, but it’s a pure Python package built on top of a graphical toolkit called Qt. So even if we were able to find the source of this problem, it needs to be solved in Qt, not here.
And sorry for my brief response, but I have to answer ~10 issues here plus ~3-5 questions on StackOverflow about Spyder per day (which doesn’t seem to indicate low usage, as you suggest) and I try to provide at least a solution for each. In this case, my advice is for you to use Teamviewer or another remote connection technology if you want to keep using Spyder (if not, you’re welcome to use any other program you like).