-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] Disks widget shows \\?\Volume{drive ID}
instead of drive names
#1075
Comments
\\?\{drive ID}
instead of drive names\\?\Volume{drive ID}
instead of drive names
That's not really a bug, it's currently intentional behaviour, though I can look to changing it if possible. Windows reports weird-looking drive names with the library I was using. |
...So the intended behaviour is to... sort alphabetically by drive ID instead of what the drive is named... I can understand this being a "I can't be bothered to fix this" problem because it's the exact kind of obvious feature windows would make hard (at least without spawning a I'm really am sorry if I'm coming off as rude but I am just baffled |
The original and intended behaviour was sorting by whatever was in the disk name column, yes, especially prior to being able to sort by any column. And the returned name for a drive on Windows has always been this weird name. I'm fine with changing it to be nicer (if reasonably possible) but it isn't exactly a bug how it currently is, hence why I closed it. If you would prefer, I can reopen this as a feature request. |
Looks like #1064 will end up changing this anyway, though currently the behaviour for some drives is that it'll just return a blank name now. |
New behaviour is that it'll return whatever |
Checklist
Describe the issue
Basically just what's in the title
What operating system and version are you using?
Windows 10 22H2
What architecture are you using?
x86
What terminal(s) are you running
bottom
on?Regular command prompt (cmd.exe)
What version of
bottom
are you running?0.8.0
How did you install
bottom
?Through cargo
How can we reproduce this?
Additional information
No response
The text was updated successfully, but these errors were encountered: