
When clicking Show Disks and selecting a disk, this results in an immediate failure of the Filesystem.
The Filesystem also will be unusable even when switching tabs.
A restart is required to make it working again.
It would be nice if the Filesystem would reinitialize when switching a tab.
There also seems to be an issue with printing a command into the terminal.
Clicking the Disk in the Show Disk menu did result in a command being printed, but it failed with Syntax error while the command itself was correct.
Switching disks might not be correctly implemented for detached mode indeed. Will look into it.
This is actually quite a difficult one. It seems that it always errors when trying to read the root dir of a drive on Windows, but I can't find out why.
See also: #262 #235
I had to look in-depth for this one but finally fixed it.
Technical rundown for future reference:
C: instead of C:\), which caused fs.readdir to output the content of eDEX's CWD instead of the actual path, because of some weird low-level API behavior. Fix:lstat was rejected (EBUSY or EPERM errors) which caused the whole reader to put the display in failed state. Those errors are now silently ignored, and files that caused them are applied a special system type:Go up item on root directories was not working correctly for windows, I added a regex in the condition that match the C:\ path format:system-type files and folders have no click actions to prevent trying to access swap or limited permission paths:And this is it. Will ship it in the next release - I'm probably going to make a v2.1.1 hotfix within the next few weeks. Fix already available if you're running from source, of course.
Okay this is epic.
I really love how you take your time to fix every issue, I just hope I dont annoy you when opening so many everytime I check on the project.
@clragon I'm glad you do actually. Your reports have helped the project a lot already. Keep it up my man. :v: