Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't mount a zip-archive #3231

Open
MenthaSuaveolens opened this issue May 4, 2023 · 4 comments · May be fixed by #3371
Open

Can't mount a zip-archive #3231

MenthaSuaveolens opened this issue May 4, 2023 · 4 comments · May be fixed by #3371

Comments

@MenthaSuaveolens
Copy link

 * Nemo version (nemo --version)  5.6.4
 * Is issue with desktop or windowed nemo?
 * Distribution - (Mint 17.2, Arch, Fedora 25, etc...) Linux Mint 21.1 Cinnamon
 * Graphics hardware *and* driver used
 * 32 or 64 bit

Issue
Right-click on a Zip-file. Click on the option "Mount Archive". Result:
![MountArchive]
Nothing happens.

Steps to reproduce
MountArchive

Expected behaviour

Other information
If mounting a zip-file isn't supported, then the option to mount the archive shouldn't be available. If mounting a zip-file is supported, then the zip-file must be mounted.

@carlosmintfan
Copy link

I'm also encountering this issue. I ran NEMO_DEBUG=all nemo --debug but all debug info I get about mounting the archive is:

** (nemo:7343): DEBUG: 13:29:38.096: nemo_action_activate: ../libnemo-private/nemo-action.c:1526: Action Spawning: gnome-disk-image-mounter file:///home/karl/Schreibtisch/Schule/Physik/Universum%20Physik%20NRW%202.odt
** (nemo:7343): DEBUG: 13:29:38.124: nemo_window_set_active_slot: ../src/nemo-window.c:1064: Setting new slot 0x5645edadc270 as active
(gnome-disk-image-mounter:7377): GLib-GIO-DEBUG: 13:29:38.164: _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’

I. e. no error messages.

@MenthaSuaveolens
Copy link
Author

Still the case with nemo --version
nemo 6.0.2

@carlosmintfan
Copy link

@MenthaSuaveolens @mtwebster This is a regression introduced in b7bd80d
Gnome disk image mounter works for iso files, but it doesn't do so for zip archives. Please consider using /usr/libexec/gvfsd-archive or gio mount, as you mentioned in #2811 (but gio mount seems to be a bit complicated, ref: https://ubuntuforums.org/showthread.php?t=1207096)

carlosmintfan added a commit to carlosmintfan/nemo that referenced this issue Feb 24, 2024
gnome-disk-image-mounter.

Fixes linuxmint#3231
Regression introduced in b7bd80d.
linuxmint#2811 stays fixed as we use /usr/libexec/gvfsd-archive instead of /usr/lib/gvfs/gvfsd-archive now.
@carlosmintfan
Copy link

I created a PR that will close this issue 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants