Reset Extract-Compress to the Manjaro menu

Manjaro and you missed Extract, Compress from the menu that opens on the right ; Let's see what we can do. My problem occurred on a Manjaro laptop with Gnome and . I mention desktop environments because they use Nemo as a file browser.

manjaro comp


Before you begin, make sure that you have installed in your Manjaro the software that allows Compress and Extract.
That is: file roller zip, unzip or whatever.

Open the terminal and type

cd ~ / .local / share / nemo / actions /

using nano we will create the files they need:

nano compress.nemo_action

In the box that was opened, copy and paste the following:

[Nemo Action]
=true
Name=Compress...
Comment=Compress "%f"
Exec=file-roller --add %F --default-dir=%P
Icon-Name=gnome-mime-application-x-compress
Selection=notnone
=any; EscapeSpaces=true Quote=double

Save and exit nano with Ctrl + X. After Y and enter.

Let's also make Extract Here.

nano extracthere.nemo_action

In the box that was opened, copy and paste the following:

 

[Icon-Name = gnome-mime-application-x-compress Selection = notnone Extensions = zip ; 7z; ar; cbz; cpio; exe; iso; jar; tar; tar.z; tar.bz2; tar.gz; tar.lz; tar.lzma; tar.xz; EscapeSpaces = true Quote = double

Save and exit nano with Ctrl + X. After Y and enter.

Let's also make an Extract to.

nano extract-to.nemo_action

In the box that was opened, copy and paste the following:

 

[Nemo Action] Active = true Name = Extract to ... Comment = Extract to a folder of your choice. Exec = file-roller -extract% F Icon-Name = gnome-mime-application-x-compress Selection = notnone Extensions = zip; 7z; tar.bz2; tar.gz; tar.lz; tar.lzma; tar.xz; EscapeSpaces = true Quote = double

Save and exit nano with Ctrl + X. After Y and enter.

That was, Log out or reboot and after your login check your right click.

For those who have difficulty with the above process they can install nemo-fileroller with file roller of course.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).