|
Bugzilla – Full Text Bug Listing |
| Summary: | USBdisk umount fails from shell or Konqueror - sync mount by default | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Jock Hall <jock> |
| Component: | Hotplug | Assignee: | Ihno Krumreich <ihno> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jock, suzu, tomaz.hrescak |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jock Hall
2006-02-13 21:14:46 UTC
So whats the problem now? The Jock's point is: Unmounting auto mounted USB mass storage devices using KDE Safely Remove option yelds an error message, because it does not support subfs mounts. Users will think something is wrong with their external drives. A possible solution might be to display a dialog saying "This device can be safely removed anytime." :) 87,98c87
< if (medium.isMounted())
< {
< KIO::Job * job = KIO::unmount( mount_point );
<
< m_device = device;
< connect( job, SIGNAL( result( KIO::Job * ) ),
< this, SLOT( slotResultSafe( KIO::Job * ) ) );
< }
< else
< {
< invokeEject(device, true);
< }
---
> invokeEject(device, true);
seems that the kio "helper" is not helping too much here.
Since kde seem reluctant to resolve this issue which was first posted over a year ago, it would seem incumbant on SuSE that choose to distribute this desktop package as the cornerstone of their installations should insure that it functions correctly.
This affects all mountable removable media not just usb sticks. It is very visible and is actually presenting users with a messy broken interface.
Seasoned users may well deal with this but this would not seem to be the target market for SuSE.
Please FIXME ;)
This is fixed in 10.1 Closed. |