I installed untex, I'll report back.

On the other hand, I checked the tracked filters, and I have:

(0)rukbat:~/research/ferrite/imtc07-journal% cat 
/usr/lib/tracker/filters/text/x-tex_filter
#!/bin/sh
UNTEX=`which untex`
if [ -n "$UNTEX" ]; then nice -n19 $UNTEX "$1" > "$2";
else cat "$1" > "$2";
fi

So it should not have had any effect.

Checking something more, the .tex files that are found are in the
category "Documents", not "Text". Dunno if this can help pinpointing the
problem...

(notice: I _do_ have some tex indexing. The problem is that it is
missing a lot of files.)

-- 
tracker inconsistecies with .tex files
https://bugs.launchpad.net/bugs/225611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to