-
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
Nemo action "Mount Archive" does not work for Arch-based distros #1942
Comments
The action shouldn't have been showing in the menu in the first place if it couldn't find that file. I've fixed that bug here: As to the specific issue here, I can't say I agree with those files being located in /usr/lib, being that they're executables (though we've broken plenty of filesystem rules ourselves) - I would suggest that this is something the Arch maintainer might handle - changing the dependency and exec lines. This is a difficult thing to handle on our end - I started implementing OR dependencies for actions (allowing Most things this is intended for would be located in /usr/bin or somewhere else in the path, executables located in non-path locations are sort of outliers I think. |
Thank you for taking the time to review the issue and leaving a reply. I was suspecting that this is a distribution-specific problem and diverting focus from the home distro in such a way would not be acceptable. Similar thing happened to Cinnamon's remove application feature, which had to be re-implemented for Arch and added to AUR as optional package. |
Issue
File action "Mount Archive" has no effect in Arch-based distros.
This is caused by
gvfsd-archive
's absolute path being located in/usr/lib/gvfsd-archive
instead of/usr/lib/gvfs/gvfsd-archive
.Steps to reproduce
Open context menu by right clicking on any archive file inside Nemo folder view and choose "Mount Archive" action.
Expected behaviour
Archive should be mounted.
Workaround
I've created a script file with the path
/usr/lib/gvfs/gvfsd-archive
and the following contents:Other information
If there is no solution to this problem from within Nemo project, feel free to discard this issue. Perphaps, the workaround should be added to AUR then.
The text was updated successfully, but these errors were encountered: