David Förster wrote:
> Package: tracker-search-tool
> Version: 0.5.4-4
> Severity: minor
> 
> --- Please enter the report below this line. ---
> When clicking on a PDF file it's opened using xpdf. I'm using KDE so I want 
> it 
> to use KPDF.
> 
> The package suggests xdg-utils which I have installed. xdg-open 
> somepdffile.pdf starts KPDF, so the problem seems to be tracker-search-tool 
> not using xdg-open but some other way to determine the application to use.

t-s-t uses xdg-open to start the right application to open documents.
If xdg-open is not found, it falls back to nautilus. This is the code in
t-s-t:

if (open_file_with_xdg_open (gsearch->window, locale_file) == FALSE) {
 if (open_file_with_nautilus (gsearch->window, locale_file) == FALSE) {

display_dialog_could_not_open_folder (gsearch->window, uri);
  }
}

So there must be something else going wrong.
Maybe your pdf has the executable bit set and t-s-t tries to execute.

Could you send me the pdf? Is this problem reproducible?

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to