Bug 48275 - Removable device icons don't open konqueror when clicked
Summary: Removable device icons don't open konqueror when clicked
Status: CLOSED FIXED
Alias: None
Product: kdesktop
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-25 15:11 UTC by Peter Ruskin
Modified: 2009-01-02 20:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Ruskin 2002-09-25 15:11:22 UTC
Version:            (using KDE KDE 3.0.3)
Installed from:    Gentoo Packages
Compiler:          gcc-3.2 
OS:          Linux

This happens with DVD-ROM, CDROM and floppy devices.  It mounts OK, then icon 
appears on taskbar "kfmclient %u" but konqueror never appears.  If I open
konqueror manually and navigate to /mnt/cdrom, /mnt/cdrw or /mnt/floppy, the
contents are displayed.

[21:08 peter@penguin: ~]
$ kfmclient openURL /mnt/cdrom
Mutex destroy failure: Device or resource busy
...but konqueror then opens

DVD-ROM.desktop:
[Desktop Action Eject]
Exec=kdeeject %v
Name=Eject

[Desktop Entry]
Actions=Eject
Dev=/dev/scsi/host0/bus0/target1/lun0/cd
FSType=auto
Icon=dvd_mount
MountPoint=/mnt/cdrom
ReadOnly=false
Type=FSDevice
UnmountIcon=dvd_unmount

KDE-3.0.3, Gentoo-1.4beta, gcc-3.2

If I alter DVD-ROM.desktop as follows, I can open konqueror by right-clicking,
but I would expect to mount and show with a single left-click like in previous
versions.

[Desktop Action Eject]
Exec=kdeeject %v
Name=Eject

[Desktop Action Show]
Exec=kfmclient openURL /mnt/cdrom
Name=Show

[Desktop Entry]
Actions=Eject;Show
Dev=/dev/scsi/host0/bus0/target1/lun0/cd
FSType=auto
Icon=dvd_mount
MountPoint=/mnt/cdrom
ReadOnly=false
Type=FSDevice
UnmountIcon=dvd_unmount
Comment 1 Stephan Kulow 2002-09-26 10:38:58 UTC
Subject: Re:  New: Removable device icons don't open konqueror when clicked

Am Wednesday 25 September 2002 15:11 schrieb Peter Ruskin:
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.
>
> http://bugs.kde.org/show_bug.cgi?id=48275
>            Summary: Removable device icons don't open konqueror when
> clicked Product: kdesktop
>            Version: unspecified
>           Platform: Gentoo Packages
>         OS/Version: Linux
>             Status: UNCONFIRMED
>           Severity: normal
>           Priority: NOR
>          Component: general
>         AssignedTo: faure@kde.org
>         ReportedBy: aoyu93@dsl.pipex.com
>
>
> Version:            (using KDE KDE 3.0.3)
> Installed from:    Gentoo Packages
> Compiler:          gcc-3.2
> OS:          Linux
>
> This happens with DVD-ROM, CDROM and floppy devices.  It mounts OK, then
> icon appears on taskbar "kfmclient %u" but konqueror never appears.  If I
> open konqueror manually and navigate to /mnt/cdrom, /mnt/cdrw or
> /mnt/floppy, the contents are displayed.
>
> [21:08 peter@penguin: ~]
> $ kfmclient openURL /mnt/cdrom
> Mutex destroy failure: Device or resource busy
> ...but konqueror then opens
>

It works as expected here. If I say "kfmclient exec 
$HOME/Desktop/DVD-ROM.desktop" konqueror will mount the DVD and open
/media/dvdrom.

I guess your kdeinit can't launch konqueror for whatever reasons. You can 
check from .xsession-errors

Greetings, Stephan

Comment 2 FiNeX 2009-01-02 20:19:53 UTC
Bug closed. Kdesktop is no more mantained.