** Changed in: inkscape Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to inkscape in Ubuntu. https://bugs.launchpad.net/bugs/1024690
Title: svg property "sodipodi:docname" is not updated when saving file as a new name Status in Inkscape: A Vector Drawing Tool: Fix Released Status in inkscape package in Ubuntu: Triaged Bug description: - Inkscape rev 11519 - open Inkscape - open a file called "drawing.svg" - note that the Inkscape form title says "drawing.svg" as expected - in the XML editor the svg tag has a property called sodipodi:docname = "C:\Windows\Temp\drawing.svg" as expected - now perform a File->Save As "Drawing2.svg" - note that the Inkscape form title changes to "drawing2.svg" as expected - however, the XML editor still has the original sodipodi:docname, not updated - close Inkscape - open the file drawing2.svg with a text editor and confirm that sodipodi:docname = "C:\Windows\Temp\drawing.svg", not updated - double-click on the file Drawing2.svg to open it in Inkscape - note that, after it opens, the XML editor now shows sodipodi:docname = "C:\Windows\Temp\drawing2.svg which is consistent with the Inkscape form title. - it appears the sodipodi:docname is getting updated on a File->Open but is not updated on a File->Save As... To manage notifications about this bug go to: https://bugs.launchpad.net/inkscape/+bug/1024690/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp