id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 8554,meta data may never be created,Sven,Ryan J Ollos,"Fresh install, on Ubuntu 10.04.2 LTS, trac 0.11, python 2.6 Just a couple of points I'd like to raise regarding the trac-seat. 1. Global trac config. This file may not and more than likely will not be in /usr/shar/trac/conf/trac.ini. I commented this section out of my trac-seat to allow it to continue. 1. The ENV trac attachment extensions will never match due to a mistake in the trac-seat file: {{{#!python try: for entry in trac.options('attachment'): ip = re.compile ('^filter.(.*)$') m = p.match ( entry ) }}} The variables do not match, so will never actually find attachments with the specific extensions for that specific trac. Once I changed the ""p"" to an ""ip"" it worked. Thanks, just thought you'd like to know. ",defect,closed,normal,SearchAttachmentsPlugin,major,fixed,,,0.11