
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
FuseISOMenu is a simple front-end menu to "fuseiso", which must also be
installed. It allows regular non-root users to easily mount and unmount CD/DVD
ISO images of various formats. Currently supports plain ISO9660 Level 1 and 2,
Rock Ridge, Joliet, zisofs. Supported image types: ISO, BIN (single track
only), NRG, MDF, IMG (CCD).
note: in many distributions each user must first be added to the "fuse" group
(and then re-login) before he has permission to use fuse.
Menu items: Actions > "FuseISO Mount/Unmount"
- AutoMount here (./FUSEMNT-isofilename)
- AutoMount to Desktop (~/Desktop/FUSEMNT-isofilename)
- Mount here...
- Mount to Desktop...
- Unmount
- Unmount All
- Show All Mounts
- Help
INSTALLATION INSTRUCTIONS:
Extract, then run the installer ("./install_fuseisomenu"). The installer
script simply copies the menu and script to the following existing directories
for it to be picked up by both Konqueror & Dolphin:
~/.kde/share/apps/konqueror/servicemenus
~/.kde/share/apps/d3lphin/servicemenus
~/.kde/share/apps/dolphin/servicemenus
USAGE:
To mount:
Select one or more ISO images, then rightclick and choose Actions > FuseISO > ...:
- "AutoMount here (./FUSEMNT-isofilename)" -- automounts to a temporary directory named FUSEMNT-isofilename in the same directory as the ISO image.
- "AutoMount to Desktop (~/Desktop/FUSEMNT-isofilename)" -- automounts to a temp directory on the Desktop
- "Mount here..." -- mounts to a temp directory you choose
- "Mount to Desktop..." -- mounts to a temp directory you choose, on the Desktop
To unmount:
select one or more ISO images, or their current mountpoints, then rightclick and choose Actions > FuseISO > Unmount
12 years ago
0.3.0 - 20080126
- ServiceType "all/all"
- Version renumbering
0.2.2 - 20080124
- Added install_fuseisomenu installer script
- Fix for Dolphin
0.2.1 - 20080121
- Fixed dialog grammar
- Used "readlink -f" to get same path as mtab
0.2 - 20080121
- First public release
- Cleaned up script
- Added menus "Show All Mounts" and "Help"
0.1 - 2007
- Initial version (unreleased)
12 years ago
0.3.0 - 20080126
- ServiceType "all/all"
- Version renumbering
0.2.2 - 20080124
- Added install_fuseisomenu installer script
- Fix for Dolphin
0.2.1 - 20080121
- Fixed dialog grammar
- Used "readlink -f" to get same path as mtab
0.2 - 20080121
- First public release
- Cleaned up script
- Added menus "Show All Mounts" and "Help"
0.1 - 2007
- Initial version (unreleased)
emplate430
2 years ago
Report
cipricus
2 years ago
Report
jmtorres
11 years ago
Report
coolbober
11 years ago
I want to mount my iso image in only one place eg /media/image it is possible to do this without searching for this folder in menu??
Report
majinbuu
12 years ago
One niggle though, if I'm browsing through the system:/ kio slave, the menu doesn't work. For example konq location bar shows "system:/media/sdb2/isos", and I right click an iso file, the Action menu is empty. Is there a way to make this work?
Report
ZoSo
12 years ago
Report
sudhang
12 years ago
Report
downsideup16
12 years ago
Report
animae13
13 years ago
Report
jfarrell
13 years ago
I had used "allfiles" instead of the proper "all/allfiles" for the ServiceType, which dolphin doesn't like, but for which konqueror forgives.
(and btw - I'm only using allfiles to get the menu to show for all files because I can't simply specify a glob of file extension patterns to match (without changing other kde files first). If anyone knows a better way, lemme know.)
Report
animae13
13 years ago
Thank you very much
Report
Xemanth
13 years ago
In Kubuntu 'apt-get install fuseiso' + you need to be in fuse group 'addgroup user fuse'.
Btw this is excellent service menu! I like it very much... :)
Report