-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Continuation from #33 regarding an idea on how to increase usability.
Currently, just attaching a USB storage device does not make it show up on the desktop. This is unlike the Mac, and unlike e.g., Xfce.
This is by design.
I would like to make devices appear once they are plugged in, not only after they have been mounted. I know and love this behavior since the very early days of desktop GUIs (Lisa, Mac) and suspect that many users, especially new switchers to Linux, will expect this as the "normal" behavior.
Code-wise, this might be a relatively small change since probably https://github.com/rodlie/draco/tree/master/src/storage has most if not all of the code needed.
As a fallback, would be a setting for this acceptable? (Generally I try to avoid many settings since they tend to make things complex.)