Summary: | Dolphin doesn't show floppy drive contents when I select "PC Floppy Drive" in the places panel | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Josep Febrer <jfebrer> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED LATER | ||
Severity: | normal | CC: | geierb |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Josep Febrer
2007-12-12 18:46:32 UTC
Is this issue still reproducible with KDE 4.0.3? I don't have a floppy drive and cannot reproduce it. I've reassigned the issue to kdelibs as - if the issue still occurs - it might be related to Solid. I can exactly confirm with KDE 4.0.3 but with trunk KDE 4.0.70>=20080418 it is still present in the same form as described above. Hej, that's a bug in HAL, which provides an empty 'volume.mount_point' property for floppy discs instead of the real path. So we can't fix it but have to wait until HAL is fixed. Ciao, Tobias I want to add an additional comment. If I run the gnome-settings-daemon command then Gtk apps show HAL devices in it's file open dialog like the KDE one's, but if I click on the floppy device on a Gtk file picker it mounts it but doesn't change it's path, like KDE, but the second time I click it, it goes to the floppy location which is what doesn't happen in KDE apps. Note that this behaviour it happenend to me sometimes with other devices in KDE, so the first time that I click over it, it mounts the device but doesn't change it's path, but the second time doesn't try to mount again if it is already mounted and go to it's location. I think that it should be sufficient to check if the device it is already mounted and change to the mounted point, but I don't know if that it is already a HAL job, so better to fix it there if is that case. Thanks, Josep This bug still exists in KDE 4.3.4 and HAL 0.5.14 |