-
Notifications
You must be signed in to change notification settings - Fork 299
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
mount-archive.nemo_action: Use gvfsd-archive instead of gnome-disk-image-mounter #3371
base: master
Are you sure you want to change the base?
Conversation
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.
Don't know if replacers like %U work inside quotes in the latest version of nemo though, there has been some regression… |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Please take a look at: |
Could you explain more? I'm not using /usr/lib/gvfs/gvfsd-archive or /usr/lib/gvfs-archive, I'm using /usr/libexec/gvfsd-archive. |
You need to check whether |
All right, have you downloaded all these and boot these (eg. in a VM) or is there some easier way? I've heard something of [EDIT: what I wrote before was a stupid page, use distrosea.com] or something like that, I'll take a look in the next days. Also, I may have to check the C code as it's possible there's some dependency checking stuff there also to make sure they exist before showing the action. |
I always start the search with the keyword and the name of the distro. Exemple, searching Then, yes, I test my code on VMs to make sure it works properly. |
#3231 (comment) (see ubuntuforums link) |
Bad news. I've tried to mount my
Tested on LM 21.3 Cinnamon 6.0.4. |
Okay, I'll mount my
|
OK, url-encoding the path, that works:
|
gnome-disk-image-mounter works well every time. |
Or open it using the removable-drives applet. |
To open zip files, use |
Yes, but we want to mount them, not just open them…for |
That's bad… |
Oh no, /usr/libexec doesn't even exist on Arch Linux, but it seems gvfs too doesn't even exist there, have to try a different version than the one at distrosea... |
On Arch:
|
Fixes #3231
Regression introduced in b7bd80d.
#2811 stays fixed as we use /usr/libexec/gvfsd-archive instead of /usr/lib/gvfs/gvfsd-archive now.
TODO: