Thunar, "extract here" no longer works (solved)

Issues related to applications and software problems
Post Reply
bonedome
Posts: 201
Joined: 2017/04/22 08:11:04

Thunar, "extract here" no longer works (solved)

Post by bonedome » 2017/11/22 18:11:22

Hello
since the update to CentOS 7.4 thunar's useful right click menu "extract here" archive extractor no longer works, it says something like "no suitable archive manager found" am I missing something or is there some setting I need to adjust ?
I've tried this with gnome and fluxbox, same result.
Any help would be appreciated.
Last edited by bonedome on 2017/11/29 19:25:26, edited 1 time in total.

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Thunar, "extract here" no longer works

Post by hunter86_bg » 2017/11/27 04:59:02

Have you seen anything in the journal?
Strart the journal as root

Code: Select all

journalctl -f
and then try the context menu.

bonedome
Posts: 201
Joined: 2017/04/22 08:11:04

Re: Thunar, "extract here" no longer works (solved)

Post by bonedome » 2017/11/29 19:23:04

Hello
thanks for the reply, no luck with journalctl, but I learnt about something I didn't know existed and read the man page.
Anyway I found the answer on a Gentoo forum

Code: Select all

cd /usr/libexec/thunar-archive-plugin/
sudo ln -s file-roller.tap org.gnome.FileRoller.tap
There was a sym link already there but it omitted the org. part at the beginning.
I would never have guessed gnome was the culprit.

Post Reply