mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #822] Opening a remote shell from file manager on a secondary drive fails #551
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#551
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jun 6, 2020).
Original GitHub issue: https://github.com/quasar/Quasar/issues/822
If you go to a secondary drive on a client (D drive in my example) and you right click to open a remote shell, it will try to cd to the directory but it fails and leaves you still at the root of the C drive. This seems to be an issue on 1.3.0.0 as well as the newest release 1.4.0
Since I switched to 1.4.0 remote desktop frame rates are about half of what they used to be on previous version.
@MaxXor commented on GitHub (Jun 6, 2020):
Thanks for the report, I can confirm that opening a remote shell on a secondary drive from the file manager doesn't work. It should be changed by
d:first and thencd D:\Documents. However I can't reproduce the worse frame rate in the latest version.@ghost commented on GitHub (Jun 6, 2020):
Even if you do cd d: it still fails to switch drives
Could it be a video card or driver issue? I do not have a great video card
@MaxXor commented on GitHub (Jun 6, 2020):
Only type
d:withoutcd. Currently the remote desktop frame rate is capped by the Windows Forms renderer which is slow and runs on the CPU only. In the future Quasar will change the GUI interface to a more modern one that supports GPU-acceleration. This will allow 30+ FPS RDP sessions.@ghost commented on GitHub (Jun 6, 2020):
Gotcha! Hopefully that bug gets sorted in an update. I'm glad to see you still support this project. It is really fantastic
@MaxXor commented on GitHub (Jun 6, 2020):
Thanks, yes after a long period of silence I'll continue with it now.