Bug 270422 - mounting a floppy disk does not work under KDE
Summary: mounting a floppy disk does not work under KDE
Status: RESOLVED WORKSFORME
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-08 10:35 UTC by Christopher Yeleighton
Modified: 2013-12-24 13:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Yeleighton 2011-04-08 10:35:01 UTC
Version:           unspecified (using KDE 4.6.0) 
OS:                Linux

Dolphin allows you to create a shortcut to a floppy drive.  It has a nice icon but otherwise it is otherwise useless.

Reproducible: Always

Steps to Reproduce:
  1. Declare the floppy drive to be user-mountable in /etc/fstab:
  2. Tell Dolphin to create a shortcut to the floppy drive.
  3. Insert a floppy disk into the floppy drive.
  4. Tell the shortcut to mount.

Actual Results:  
  1. /dev/fd0 /media/floppy auto user,noauto  0 0
  2. 
[Desktop Action Format]
Exec=kfloppy %v
Name=Format

[Desktop Entry]
Actions=Format;
Dev=/dev/fd0
Icon=media-floppy
MountPoint=/media/floppy
ReadOnly=false
Type=FSDevice
X-KDE-Priority=TopLevel
  4. A notification with no text; the floppy is not mounted.
Additionally, the following error:
dolphin(6548)/kdecore (services) KServicePrivate::init: The desktop entry file  "Floppy Disk"  has Type= "FSDevice"  instead of "Application" or "Service" 


Expected Results:  
  3. KDE should mount the floppy disk.

OS: Linux (x86_64) release 2.6.37.1-1.2-desktop
Compiler: gcc

Workaround:

[Desktop Action Open]
Exec=kioclient exec /media/floppy #
Name=Open
Name[pl]=Otwieram

[Desktop Action Mount]
Exec=udisks --mount %v
Name=Mount
Name[pl]=Dosiadam

[Desktop Action Unmount]
Exec=udisks --unmount %v
Name=Unmount
Name[pl]=Zsiadam

[Desktop Entry]
Actions=Open;Mount;Unmount;
Dev=/dev/fd0
Icon=media-floppy
MountPoint=/media/floppy
ReadOnly=false
Type=Service
X-KDE-Priority=TopLevel
Comment 1 Jeroen van Meeuwen (Kolab Systems) 2012-08-24 16:18:33 UTC
Resetting assignee to default as per bug #305719
Comment 2 Frank Reininghaus 2013-04-23 15:53:49 UTC
Does this problem still exist in KDE 4.10?
Comment 3 Frank Reininghaus 2013-05-24 08:31:10 UTC
No respsonse -> I assume that it works now.
Comment 4 Jekyll Wu 2013-10-18 01:50:48 UTC
*** Bug 326141 has been marked as a duplicate of this bug. ***