You are not logged in.

#1 2012-10-31 15:02:15

mamamia88
Member
Registered: 2012-08-29
Posts: 483

File-Roler in Xfce Broken after Recent Updates

After updating this morning file-roller doesn't work with thunar plugin.    Anyone with similar problem?

Offline

#2 2012-10-31 21:40:59

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: File-Roler in Xfce Broken after Recent Updates

If you explain what the problem actually is and supply the error message if any plus any logs etc. someone may be able to offer assistance.


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#3 2012-10-31 22:09:13

root
Member
From: 127.0.0.1
Registered: 2012-04-13
Posts: 297

Re: File-Roler in Xfce Broken after Recent Updates

I can confirm, to some extent as there isn't much additional info, what the OP reports, checked both in XFCE and Openbox.

In my case the option 'Extract here' does not work as it should whereas 'Open with...' and 'Extract in...' work correctly.

No error log anywhere as far as I can tell.

Last edited by root (2012-10-31 22:10:42)


\(o_X)/
                        'Cause I wanna be an Archy - An Archy in the UK // Sex Pistols

Offline

#4 2012-11-01 03:18:44

AaronBP
Member
Registered: 2012-08-06
Posts: 149
Website

Re: File-Roler in Xfce Broken after Recent Updates

Seems to work for me with .tar.gz. Does it make a difference what kind of archive it is?

Offline

#5 2012-11-01 03:44:44

weirddan455
Member
Registered: 2012-04-15
Posts: 209

Re: File-Roler in Xfce Broken after Recent Updates

root wrote:

I can confirm, to some extent as there isn't much additional info, what the OP reports, checked both in XFCE and Openbox.

In my case the option 'Extract here' does not work as it should whereas 'Open with...' and 'Extract in...' work correctly.

No error log anywhere as far as I can tell.

Same here.  Posting to double confirm as well as mark my place so I can check back later for some smart user to come in with a fix smile

Offline

#6 2012-11-01 03:58:59

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: File-Roler in Xfce Broken after Recent Updates

@weirddan455, you know you can subscribe to a thread/topic whether or not you post in it?

Offline

#7 2012-11-01 13:02:41

thomasplessner
Member
From: Hannover, Germany
Registered: 2012-06-15
Posts: 11

Re: File-Roler in Xfce Broken after Recent Updates

Same here with thunar/file-roller in Openbox: "Extract here" doesn't work anymore. And no, AaronBP, not with .tar.gz either.
In a terminal "file-roller --ecxtract-here blabla.tar.gz" works without problems, also "Extract to" and "Create archive" from the menu.
Just the "Extract here" entry (which I use very often) doesn't work anymore.

Offline

#8 2012-11-01 21:45:26

mamamia88
Member
Registered: 2012-08-29
Posts: 483

Re: File-Roler in Xfce Broken after Recent Updates

Installed xarchiver from the aur works perfectly.

Offline

#9 2012-11-02 00:39:17

archrambo
Member
From: On Canada
Registered: 2012-11-02
Posts: 1

Re: File-Roler in Xfce Broken after Recent Updates

log as root , go to   "/usr/lib/xfce4/thunar-archive-plugin/" open "file-roller.tap" with text editor

Go to this section

extract-here)
    exec file-roller "--extract-to=$(pwd)" --extract-here --force "$@"
    ;;

It has to be

extract-here)
    exec file-roller "--extract-here=$(pwd)" --extract-here --force "$@"
    ;;

It worked for me

Offline

#10 2012-11-02 00:44:52

headkase
Member
Registered: 2011-12-06
Posts: 1,976

Re: File-Roler in Xfce Broken after Recent Updates

Thank you archrambo, confirm that those instructions work for me.

Offline

#11 2012-11-02 03:45:49

mamamia88
Member
Registered: 2012-08-29
Posts: 483

Re: File-Roler in Xfce Broken after Recent Updates

archrambo wrote:

log as root , go to   "/usr/lib/xfce4/thunar-archive-plugin/" open "file-roller.tap" with text editor

Go to this section

extract-here)
    exec file-roller "--extract-to=$(pwd)" --extract-here --force "$@"
    ;;

It has to be

extract-here)
    exec file-roller "--extract-here=$(pwd)" --extract-here --force "$@"
    ;;

It worked for me

thanks for the heads up.

Offline

#12 2012-11-02 04:26:16

AaronBP
Member
Registered: 2012-08-06
Posts: 149
Website

Re: File-Roler in Xfce Broken after Recent Updates

Entering the command

file-roller "--extract-to=$(pwd)" --extract-here --force $archivename

directly into the terminal works for me as well, so I'm not sure where the problem is coming from for you guys...

Offline

#13 2012-11-02 13:38:08

Radioactiveman
Member
From: Germany
Registered: 2010-05-13
Posts: 388

Re: File-Roler in Xfce Broken after Recent Updates

Offline

#14 2012-11-09 15:39:59

beardedlinuxgeek
Member
Registered: 2012-09-17
Posts: 32
Website

Re: File-Roler in Xfce Broken after Recent Updates

archrambo wrote:

log as root , go to   "/usr/lib/xfce4/thunar-archive-plugin/" open "file-roller.tap" with text editor

Go to this section

extract-here)
    exec file-roller "--extract-to=$(pwd)" --extract-here --force "$@"
    ;;

It has to be

extract-here)
    exec file-roller "--extract-here=$(pwd)" --extract-here --force "$@"
    ;;

It worked for me

Thanks for the fix, it works perfectly now

Thunar 1.4.0
file-roller 3.6.1.1

Offline

#15 2012-11-14 01:47:14

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: File-Roler in Xfce Broken after Recent Updates

Bug is in file-roller which crashes when the --extract-to option is used.

I added a patch in file-roller 3.6.2-2 and 'Extract Here' should once again work.

Offline

Board footer

Powered by FluxBB