Closed
Description
* Nemo version: 3.8.5
* Distribution: Manjaro
* 64 bit
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:
#!/bin/bash
/usr/lib/gvfsd-archive $@
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.
Metadata
Metadata
Assignees
Labels
No labels