View Issue Details

IDProjectCategoryView StatusLast Update
0004957ScribusIntegrationpublic2007-01-03 20:49
Reporterchrism Assigned Toplinnell 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformGnomeOSLinux 
Product Version1.3.3.6 
Fixed in Version1.3.3.7cvs 
Summary0004957: scribus.xml magic does not match (reopen 0004206)
DescriptionI don't think Bug 0004206 was really fixed, it suggested:
   <match type="string" value="<SCRIBUSUTF8" offset="0"/>
what was implemented was:
   <match type="string" value="SCRIBUSUTF8" offset="0"/>

which misses off the 0'th character '<' in the .sla file

how about:
   <match type="string" value="SCRIBUSUTF8" offset="1"/>

this works for me.
TagsNo tags attached.
Patch

Relationships

child of 0005016 closedplinnell 1.3.3.7 Release 

Activities

plinnell

2007-01-02 23:40

viewer   ~0014378

fixed in 1.3.4cvs too

Thanks for the fix. I rebuilt an SRPM and then tested it installing under Gnome, now Nautilus detects and opens the Scribus file.

Issue History

Date Modified Username Field Change
2006-12-21 12:09 chrism New Issue
2006-12-21 12:53 cbradney Status new => assigned
2006-12-21 12:53 cbradney Assigned To => plinnell
2006-12-27 23:32 plinnell Relationship added child of 0005016
2007-01-02 23:40 plinnell Status assigned => resolved
2007-01-02 23:40 plinnell Fixed in Version => 1.3.3.7cvs
2007-01-02 23:40 plinnell Resolution open => fixed
2007-01-02 23:40 plinnell Note Added: 0014378
2007-01-03 20:48 cbradney Status resolved => closed