Skip to content

Nemo action "Mount Archive" does not work for Arch-based distros #1942

Closed
@alexnch

Description

@alexnch
 * 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions