ISO mounting by default

K. K. Subramaniam subbukk at gmail.com
Wed Sep 16 13:15:44 BST 2009


Andreas Wenning wrote:

> I've made a quick packaging of kfuseiso:
> https://launchpad.net/~andreas-wenning/+archive/experimental
> 
> It works pretty reliable here. Sad thing is that it only pops-up in the
> right- click menu in konqueror and not in dolphin. Feel free to test it
> though.
FWIW, I just use fuseiso and the following servicemenu to get an action item 
in dolphin.
---- $HOME/.kde/share/kde4/services/Servicemenus/openiso.desktop ----
[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=application/x-iso;application/x-cd-image;
Icon=cdrom_mount
Actions=openinkonq;
TryExec=fuseiso

[Desktop Action openinkonq]
Name=Open in Konqueror
Icon=konqueror
Exec=mnt_=`mktemp -t -d fuseXXXXXX`; fuseiso -p %F $mnt_; konqueror $mnt_; 
fusermount -u $mnt_
---

Subbu





More information about the kubuntu-devel mailing list