You are not logged in.

#1 2011-02-01 12:53:12

Juanlu001
Member
From: Madrid, Spain, Europe
Registered: 2010-10-24
Posts: 26

Chromium "Show in folder" option doesn't work in most cases

I have a stupid issue in Chromium for a while (it hasn't been there for always). I use Openbox as a standalone WM without any DE, and I Thunar as FM. When I start Chromium from the OB menu or by typing Alt-F2 with gm-run, I'm unable to open the containing folder after a download. No warnings. But, on the other hand, when I type chromium from the console, "Show in folder" works like a charm.

Anybody can offer som help, or at least tell me how can I debug the program so I can find the error?

Thanks!


Juan Luis Cano
Pybonacci - http://pybonacci.wordpress.com/ Blog about Python and Scientific Computing in Spanish

Offline

#2 2011-02-01 21:54:34

Juanlu001
Member
From: Madrid, Spain, Europe
Registered: 2010-10-24
Posts: 26

Re: Chromium "Show in folder" option doesn't work in most cases

- bump (20 views and no answer)

At least, is there any way of debugging the program when it's started from the menu or the application launcher?


Juan Luis Cano
Pybonacci - http://pybonacci.wordpress.com/ Blog about Python and Scientific Computing in Spanish

Offline

#3 2011-02-03 13:45:57

archyblue
Member
Registered: 2010-12-23
Posts: 1

Re: Chromium "Show in folder" option doesn't work in most cases

It might be a XDG issue.  This is how I fixed it:

 
$ which xdg-open
/usr/bin/xdg-open
$ sudo nano /usr/bin/xdg-open 

Go down towards the bottom and change this section,

generic)
open_generic "$url"
;;

to look like this,

generic)
thunar "$url"
;;

Keep in mind that this probably not the appropriate way of correcting this issue, but it works.  You might want to backup /usr/bin/xdg-open before modifying it.

Last edited by archyblue (2011-02-03 13:47:15)

Offline

#4 2011-02-03 18:17:29

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: Chromium "Show in folder" option doesn't work in most cases

Alternatively just install perl-file-mimeinfo and see if it helps.

Offline

#5 2011-02-04 07:44:51

Juanlu001
Member
From: Madrid, Spain, Europe
Registered: 2010-10-24
Posts: 26

Re: Chromium "Show in folder" option doesn't work in most cases

I don't think is a xdg issue, because xdg-open works nicely on its own.

And perl-mime-mimeinfo doesn't appear to exist. Did you mean perl-mime-types?


Juan Luis Cano
Pybonacci - http://pybonacci.wordpress.com/ Blog about Python and Scientific Computing in Spanish

Offline

#6 2011-02-04 08:15:09

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Chromium "Show in folder" option doesn't work in most cases

@ Juanlu001, actually anonymous_user said,

perl-file-mimeinfo

and not

perl-mime-mimeinfo

It's a great package, i switched to it from xdg-mime and it's present in extra repo.

Offline

#7 2011-02-04 13:47:25

Juanlu001
Member
From: Madrid, Spain, Europe
Registered: 2010-10-24
Posts: 26

Re: Chromium "Show in folder" option doesn't work in most cases

Ooops tongue

All right, I'll try that package. Thanks!


Juan Luis Cano
Pybonacci - http://pybonacci.wordpress.com/ Blog about Python and Scientific Computing in Spanish

Offline

Board footer

Powered by FluxBB