Hi,
I can confirm that the problem still persists in version 0.11.6 in Debian
Testing. It manifested on my system as broken syntax highlighting in TRAC.
No matter what I did, syntax highlighting didn't work. Searching in TRAC
logs revealed:
Trac[chrome] WARNING: File js/jquery.js not found in any of
['/usr/lib/python2.5/site-packages/trac/htdocs']
I created a symlink by issuing
cd /usr/lib/python2.5/site-packages/trac/htdocs/js
sudo ln -s /usr/share/pyshared/trac/htdocs/js/jquery.js .
which fixed the problem.
Best regards,
Petr