| Summary: | Add warning message if device is write-protected | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Kai Uwe Broulik <kde> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | elvis.angelaccio |
| Priority: | NOR | ||
| Version First Reported In: | 1.99 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Kai Uwe Broulik
2012-01-01 03:17:25 UTC
Couldn’t this be added as some sort of closable KMessageWidget in Warning state? :) (Are there multiple message widgets possible in Dolphin?) I'd suggest that instead of bothering the user each time with a "Device is already mounted read only"-message to instead just improve the error-message like e.g. "You don't have permissions to write to the USB-device because it is write-protected. Make sure you have unlocked it.". Would that be OK from your point of view?
>Couldn’t this be added as some sort of closable KMessageWidget
>in Warning state? :)
That would be possible technically.
That’s even better :) Or a combination of both: You drag in a file, instead of a modal dialog appearing, then that read-only messagewidget appears. You know, I am a huge fan of unobstrusive notifications. > That’s even better :) Fine :-) > Or a combination of both: You drag in a file, instead of a modal dialog appearing... A modal dialog is appearing in the usecase above? In theory Dolphin should show all error-messages in a KMessageBox (I currently cannot test your usecase because of not having a lockable USB-stick ;-)). Oh, I didn’t test the issue with master as I do not have a lockable USB stick as well. I just remembered when my mother called that she cannot copy something and there was a modal dialog. So, I guess you already fixed it :) Resetting assignee to default as per bug #305719 Looking at the comments I guess we can close this. |