Skip to content
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

Make storage devices appear on desktop when plugged in #38

Open
probonopd opened this issue May 9, 2020 · 7 comments
Open

Make storage devices appear on desktop when plugged in #38

probonopd opened this issue May 9, 2020 · 7 comments

Comments

@probonopd
Copy link
Contributor

probonopd commented May 9, 2020

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.)

@rodlie
Copy link
Owner

rodlie commented May 9, 2020

I follow how it works on Windows, you have a storage manager in the tray. I'm open for discussion regarding how this "should" work.

Auto mount is not enough?

@probonopd
Copy link
Contributor Author

probonopd commented May 9, 2020

Are you on IRC? Might be quicker do bounce back and forth some ideas. I am joining #draco on irc.freenode.net now. https://webchat.freenode.net/, channel #draco

@probonopd
Copy link
Contributor Author

probonopd commented May 10, 2020

Actually, looking at QtFM, it seems like it can do it:

Auto mount (and open) storage/optical devices when added (not default)

Time for me to get QtFM going.

@rodlie
Copy link
Owner

rodlie commented May 10, 2020

Auto mounting does not require qtfm (the storage manager code from qtfm is already included in draco).

@probonopd
Copy link
Contributor Author

Then maybe I have not understood correctly.
What do I need to do so that I can plug in a USB storage device and have it appear on the desktop without further action needed from my side?

@rodlie
Copy link
Owner

rodlie commented May 10, 2020

"Auto mount removable devices" in general settings?

@probonopd
Copy link
Contributor Author

Checking this box and plugging in a USB storage medium ("openSUSE..." in this test case) does NOT make the icon appear on the desktop, even though "openSUSE..." shows up in QtFM and its contents are displayed:

@probonopd probonopd reopened this May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants