Opening iso files. SpaceFM, File-roller
-
- Black ninja
- Posts: 66
- Joined: 29 Jun 2014, 23:36
- Distribution: Porteus RazorQT 32bit
- Location: Europe
Opening iso files. SpaceFM, File-roller
Trying to open iso file in archiver to extract one file from it.
'An error occurred during loading archive'
Then I find 'mount iso' option in spacefm right click menu.
'Mounting a disc image file requires udevil to be installed'
# usm -i udevil
Package: udevil-0.4.3-i486-1dj.txz (86 K) [installed]
when I run spacefm as root, I get:
udevil denied root is not in allowed group
mloop works fine.
Spacefm>Tools>Mount ISO works fine.
'An error occurred during loading archive'
Then I find 'mount iso' option in spacefm right click menu.
'Mounting a disc image file requires udevil to be installed'
# usm -i udevil
Package: udevil-0.4.3-i486-1dj.txz (86 K) [installed]
when I run spacefm as root, I get:
udevil denied root is not in allowed group
mloop works fine.
Spacefm>Tools>Mount ISO works fine.
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Opening iso files. SpaceFM, File-roller
It is strange that udevil is not included in razor since it is in my list of packages. udevil is a utility designed to allow guest to mount without root privileges. In any case to mount an ISO you can use the mount manager found in Porteus Settings Centre or start it with: mount-manager
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- Ed_P
- Contributor
- Posts: 8578
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Opening iso files. SpaceFM, File-roller
And apparently it is:brokenman wrote:It is strange that udevil is not included in razor since it is in my list of packages.
it's just that spaceFM and other apps aren't aware of it.mt12345 wrote:# usm -i udevil
Package: udevil-0.4.3-i486-1dj.txz (86 K) [installed]
Does it work for unmounts too?udevil is a utility designed to allow guest to mount without root privileges.
http://forum.porteus.org/viewtopic.php?f=117&t=3550
-update-
Apparently one needs root privileges just to use udevil:
Code: Select all
guest@porteus:~$ udevil
bash: /usr/bin/udevil: Permission denied
guest@porteus:~$ su
Password:
root@porteus:/home/guest# udevil
udevil version 0.4.3
Mounts and unmounts devices without password, shows device info, monitors
device changes. Emulates udisks1/2 command line usage and udisks1 output.
Usage: udevil [OPTIONS] COMMAND [COMMAND-OPTIONS] [COMMAND-ARGUMENTS]
-
- Black ninja
- Posts: 66
- Joined: 29 Jun 2014, 23:36
- Distribution: Porteus RazorQT 32bit
- Location: Europe
Re: Opening iso files. SpaceFM, File-roller
I CAN open/mount iso files (2 last lines of my first post).
I just want to point out some problems in Spacefm, Fileroller (or maybe in the system).
(Looks like this thread needs to be moved to Bug Reports).
Anyway:
Try to mount iso (right click) when running spacefm as root.
I just want to point out some problems in Spacefm, Fileroller (or maybe in the system).
(Looks like this thread needs to be moved to Bug Reports).
Anyway:
Try to mount iso (right click) when running spacefm as root.
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Opening iso files. SpaceFM, File-roller
Thanks. Since both spacefm and udevil have been abandoned the next version will probably move away from them.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- Ed_P
- Contributor
- Posts: 8578
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Opening iso files. SpaceFM, File-roller
And will move toward...??brokenman wrote:Thanks. Since both spacefm and udevil have been abandoned the next version will probably move away from them.
-
- Black ninja
- Posts: 66
- Joined: 29 Jun 2014, 23:36
- Distribution: Porteus RazorQT 32bit
- Location: Europe
Re: Opening iso files. SpaceFM, File-roller
qtfm? doublecomander? andromeda?
-
- Black ninja
- Posts: 66
- Joined: 29 Jun 2014, 23:36
- Distribution: Porteus RazorQT 32bit
- Location: Europe
Re: Opening iso files. SpaceFM, File-roller
and what's missing in fileroller?
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Opening iso files. SpaceFM, File-roller
Since lxde and razorqt are merging we will move toward that option. Whoever takes the task of putting this desktop together will decide on the file manager. I will have to look into file roller.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
-
- Black ninja
- Posts: 66
- Joined: 29 Jun 2014, 23:36
- Distribution: Porteus RazorQT 32bit
- Location: Europe
Re: Opening iso files. SpaceFM, File-roller
pcmanfm-qt then ;-)Since lxde and razorqt are merging we will move toward that option
I wish all gtk apps were replaced one day with qt (both in razorqt and lxqt)
I know it's difficult (if not impossible) - eg. gparted, file-roller or even firefox, but spacefm and evince have some qt alternatives.
-
- Black ninja
- Posts: 66
- Joined: 29 Jun 2014, 23:36
- Distribution: Porteus RazorQT 32bit
- Location: Europe
Re: Opening iso files. SpaceFM, File-roller
Fresh 'install', replaced spacefm with qtfm.
Now how to click-mount pendrives (and CDs)?
'Removable media' applet on panel doesn't work (tooltip: 'no devices are available').
I am able to mount usb drive in terminal as 'guest' but I had to:
# chmod +s /usr/bin/udevil
$ udevil mount /dev/sdb1
udevil: /dev/sdb1 is known to mount - running mount as current user
Mounted /dev/sdb1 at /mnt/sdb1
Now how to click-mount pendrives (and CDs)?
'Removable media' applet on panel doesn't work (tooltip: 'no devices are available').
I am able to mount usb drive in terminal as 'guest' but I had to:
# chmod +s /usr/bin/udevil
$ udevil mount /dev/sdb1
udevil: /dev/sdb1 is known to mount - running mount as current user
Mounted /dev/sdb1 at /mnt/sdb1
-
- Black ninja
- Posts: 66
- Joined: 29 Jun 2014, 23:36
- Distribution: Porteus RazorQT 32bit
- Location: Europe
Re: Opening iso files. SpaceFM, File-roller
fileroller is gnome/gtk3 app anyway.
any chance for updated qt version of peazip?
any chance for updated qt version of peazip?
-
- Black ninja
- Posts: 66
- Joined: 29 Jun 2014, 23:36
- Distribution: Porteus RazorQT 32bit
- Location: Europe
Re: Opening iso files. SpaceFM, File-roller
I can't find EXACT info about it. Is razor-qt discontinued? I know lxle and lxqt will co-exist but someone said 'there is no razorqt anymore'brokenman wrote:Since lxde and razorqt are merging...
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Opening iso files. SpaceFM, File-roller
That is correct. Here is the new home: http://wiki.lxde.org/en/LXDE-Qt
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.