From bbd96718f287c8397e71c089c18e6e577edbc500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20COUDERC?= Date: Sat, 24 May 2025 23:21:12 +0200 Subject: [PATCH] Remove unwanted metadata from SVG files. (Closes: #956102) --- Makefile | 7 ++++++ ceratopsian-theme/source/plymouth/logo.svg | 2 -- debian-logos/logo.svg | 1 - debian/changelog | 1 + emblems-debian/emblem-debian-symbolic.svg | 1 - emblems-debian/emblem-debian-white.svg | 1 - emblems-debian/emblem-debian.svg | 1 - emerald-theme/source/plymouth/logo.svg | 2 -- futureprototype-theme/grub/grub-16x9.svg | 1 - futureprototype-theme/grub/grub-4x3.svg | 1 - .../login/background-nologo.svg | 2 -- futureprototype-theme/login/background.svg | 2 -- .../publicity/blog-banner/blog-banner.svg | 2 -- .../publicity/stickers/sticker-02.svg | 1 - .../publicity/stickers/sticker-03.svg | 1 - .../publicity/stickers/sticker-04.svg | 1 - .../publicity/tshirt/tshirt.svg | 1 - .../website-banner/website-banner.svg | 3 +-- .../publicity/wiki-banner/wiki-banner-02.svg | 2 -- .../publicity/wiki-banner/wiki-banner.svg | 2 -- .../sources/cd-dvd/cd-cover.svg | 1 - futureprototype-theme/sources/cd-dvd/cd.svg | 2 -- futureprototype-theme/sources/installer.svg | 1 - .../sources/isolinux-syslinux.svg | 1 - .../sources/plymouth/debian.svg | 1 - .../sources/plymouth/logo.svg | 2 -- .../sources/plymouth/plymouth_background.svg | 3 --- .../contents/images/1280x1024.svg | 6 +---- .../contents/images/1600x1200.svg | 6 +---- .../contents/images/1920x1080.svg | 6 +---- .../contents/images/1920x1200.svg | 6 +---- .../contents/images/2560x1080.svg | 4 +--- .../contents/images/2560x1440.svg | 4 ---- .../contents/images/3840x2160.svg | 6 +---- .../wallpaper/contents/images/1280x1024.svg | 5 +---- .../wallpaper/contents/images/1600x1200.svg | 5 +---- .../wallpaper/contents/images/1920x1080.svg | 5 +---- .../wallpaper/contents/images/1920x1200.svg | 5 +---- .../wallpaper/contents/images/2560x1080.svg | 4 +--- .../wallpaper/contents/images/2560x1440.svg | 3 --- .../wallpaper/contents/images/3840x2160.svg | 5 +---- .../plymouth/debian_bulleyes_plymouth_bg.svg | 1 - homeworld-theme/source/plymouth/logo.svg | 2 -- .../wallpaper/contents/images/1280x1024.svg | 1 - .../wallpaper/contents/images/1280x720.svg | 1 - .../wallpaper/contents/images/1600x1200.svg | 1 - .../wallpaper/contents/images/1920x1080.svg | 1 - .../wallpaper/contents/images/1920x1200.svg | 1 - .../wallpaper/contents/images/3840x2160.svg | 1 - joy-theme/grub/grub-16x9.svg | 1 - joy-theme/grub/grub-4x3.svg | 1 - .../lockscreen/contents/images/1280x1024.svg | 1 - .../lockscreen/contents/images/1280x720.svg | 1 - .../lockscreen/contents/images/1600x1200.svg | 1 - .../lockscreen/contents/images/1920x1080.svg | 1 - .../lockscreen/contents/images/1920x1200.svg | 1 - .../lockscreen/contents/images/3840x2160.svg | 1 - joy-theme/login/background.svg | 1 - .../wallpaper/contents/images/1280x1024.svg | 1 - .../wallpaper/contents/images/1280x720.svg | 1 - .../wallpaper/contents/images/1600x1200.svg | 1 - .../wallpaper/contents/images/1920x1080.svg | 1 - .../wallpaper/contents/images/1920x1200.svg | 1 - .../wallpaper/contents/images/3840x2160.svg | 1 - lines-theme/grub/grub-16x9.svg | 3 --- lines-theme/grub/grub-4x3.svg | 1 - .../lockscreen/contents/images/1280x1024.svg | 1 - .../lockscreen/contents/images/1600x1200.svg | 1 - .../lockscreen/contents/images/1920x1080.svg | 1 - .../lockscreen/contents/images/1920x1200.svg | 1 - .../lockscreen/contents/images/2560x1080.svg | 1 - .../lockscreen/contents/images/3840x2160.svg | 1 - moonlight-theme/sources/plymouth/debian.svg | 1 - .../sources/plymouth/password_field.svg | 1 - ...svg-inkscape-export-filename-attributes.sh | 7 ++++++ .../publicity/banners-formatos.svg | 22 ------------------- .../sources/plymouth/password_field.svg | 1 - softwaves-theme/sources/wiki-banner.svg | 2 -- .../wallpaper/contents/images/1280x720.svg | 1 - .../wallpaper/contents/images/1920x1080.svg | 1 - .../wallpaper/contents/images/2560x1440.svg | 1 - .../wallpaper/contents/images/3840x2160.svg | 1 - source/salsa-debian-icon.svg | 1 - spacefun-theme/grub/grub-16x9.svg | 1 - spacefun-theme/grub/grub-4x3.svg | 1 - spacefun-theme/login/background.svg | 1 - .../wallpaper/contents/images/1280x1024.svg | 1 - .../wallpaper/contents/images/1280x720.svg | 1 - .../wallpaper/contents/images/1920x1080.svg | 1 - .../wallpaper/contents/images/1920x1200.svg | 1 - .../wallpaper/contents/images/3840x2160.svg | 1 - 91 files changed, 28 insertions(+), 169 deletions(-) create mode 100755 remove-svg-inkscape-export-filename-attributes.sh diff --git a/Makefile b/Makefile index b23f328..cc25537 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,12 @@ build-logos clean-logos install-logos: install: install-grub install-emblems install-logos install-local install-local: + # Ensure SVG files don’t include inkscape:export-filename. (See #956102) + if find . -name "*.svg" -exec grep inkscape:export-filename {} + ; then \ + echo "error: please remove inkscape:export-filename attribute from SVGs, it tends to leak information about the user who did the export."; \ + exit 1; \ + fi + # debian logo in circle as default user face icon install -d $(DESTDIR)/etc/skel $(INSTALL_DATA) defaults/common/etc/skel/.face $(DESTDIR)/etc/skel @@ -54,6 +60,7 @@ install-local: mkdir -p $(DESTDIR)/usr/share/pixmaps $(INSTALL_DATA) $(PIXMAPS) $(DESTDIR)/usr/share/pixmaps/ + # Create a 'debian-theme' symlink in plymouth themes folder, pointing at the # plymouth theme for the currently active 'desktop-theme' alternative. mkdir -p $(DESTDIR)/usr/share/plymouth/themes diff --git a/ceratopsian-theme/source/plymouth/logo.svg b/ceratopsian-theme/source/plymouth/logo.svg index 5fb03a5..369e498 100644 --- a/ceratopsian-theme/source/plymouth/logo.svg +++ b/ceratopsian-theme/source/plymouth/logo.svg @@ -11,7 +11,6 @@ xml:space="preserve" sodipodi:docname="logo.svg" inkscape:version="1.4 (e7c3feb100, 2024-10-09)" - inkscape:export-filename="/tmp/logo.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" @@ -66,7 +65,6 @@ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.99998;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" /> Fri, 23 May 2025 11:34:21 +0200 diff --git a/emblems-debian/emblem-debian-symbolic.svg b/emblems-debian/emblem-debian-symbolic.svg index 45cb85f..bc86d6b 100644 --- a/emblems-debian/emblem-debian-symbolic.svg +++ b/emblems-debian/emblem-debian-symbolic.svg @@ -26,7 +26,6 @@ inkscape:version="0.92.4 (5da689c313, 2019-01-14)" sodipodi:docname="emblem-debian-symbolic.svg" style="overflow:visible" - inkscape:export-filename="/tmp/emblem-debian-white.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90"> diff --git a/futureprototype-theme/publicity/website-banner/website-banner.svg b/futureprototype-theme/publicity/website-banner/website-banner.svg index 977cca5..117dd75 100644 --- a/futureprototype-theme/publicity/website-banner/website-banner.svg +++ b/futureprototype-theme/publicity/website-banner/website-banner.svg @@ -99,8 +99,7 @@ height="31.750002" width="211.66667" id="rect1009" - style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096514;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" - inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\website-banner\png\website-banner.png" /> + style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096514;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" /> diff --git a/futureprototype-theme/publicity/wiki-banner/wiki-banner-02.svg b/futureprototype-theme/publicity/wiki-banner/wiki-banner-02.svg index 4556d07..767addd 100644 --- a/futureprototype-theme/publicity/wiki-banner/wiki-banner-02.svg +++ b/futureprototype-theme/publicity/wiki-banner/wiki-banner-02.svg @@ -22,7 +22,6 @@ id="svg124" sodipodi:docname="wiki-banner-02.svg" inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" - inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\wiki-banner\png\wiki-banner-02.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96"> + style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" /> + style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" /> + style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" /> + style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" /> + style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" /> diff --git a/futureprototype-theme/wallpaper-withlogo/contents/images/3840x2160.svg b/futureprototype-theme/wallpaper-withlogo/contents/images/3840x2160.svg index b50f2ef..21f77d1 100644 --- a/futureprototype-theme/wallpaper-withlogo/contents/images/3840x2160.svg +++ b/futureprototype-theme/wallpaper-withlogo/contents/images/3840x2160.svg @@ -18,7 +18,6 @@ id="svg8" inkscape:version="0.92.4 (5da689c313, 2019-01-14)" sodipodi:docname="3840x2160.svg" - inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype\futurePrototype-wallpaper-02-4096x2160.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96"> + style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" /> + style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" /> + style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" /> + style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" /> + style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" /> + style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" /> + style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" /> diff --git a/joy-inksplat-theme/wallpaper/contents/images/1280x720.svg b/joy-inksplat-theme/wallpaper/contents/images/1280x720.svg index ead57b9..2f99ee4 100644 --- a/joy-inksplat-theme/wallpaper/contents/images/1280x720.svg +++ b/joy-inksplat-theme/wallpaper/contents/images/1280x720.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.91 r13725" - inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_4.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="1280x720.svg"> diff --git a/joy-inksplat-theme/wallpaper/contents/images/1600x1200.svg b/joy-inksplat-theme/wallpaper/contents/images/1600x1200.svg index 475391f..9b69ef9 100644 --- a/joy-inksplat-theme/wallpaper/contents/images/1600x1200.svg +++ b/joy-inksplat-theme/wallpaper/contents/images/1600x1200.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.91 r13725" - inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_4.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="1600x1200.svg"> diff --git a/joy-inksplat-theme/wallpaper/contents/images/1920x1080.svg b/joy-inksplat-theme/wallpaper/contents/images/1920x1080.svg index 3980c8c..92d83b0 100644 --- a/joy-inksplat-theme/wallpaper/contents/images/1920x1080.svg +++ b/joy-inksplat-theme/wallpaper/contents/images/1920x1080.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.48.2 r9819" - inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_4.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="wallpaper.svg"> diff --git a/joy-inksplat-theme/wallpaper/contents/images/1920x1200.svg b/joy-inksplat-theme/wallpaper/contents/images/1920x1200.svg index 0250ea2..fce474c 100644 --- a/joy-inksplat-theme/wallpaper/contents/images/1920x1200.svg +++ b/joy-inksplat-theme/wallpaper/contents/images/1920x1200.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.91 r13725" - inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_4.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="1920x1200.svg"> diff --git a/joy-inksplat-theme/wallpaper/contents/images/3840x2160.svg b/joy-inksplat-theme/wallpaper/contents/images/3840x2160.svg index dc32b14..c0fe4d0 100644 --- a/joy-inksplat-theme/wallpaper/contents/images/3840x2160.svg +++ b/joy-inksplat-theme/wallpaper/contents/images/3840x2160.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.92.0 r15299" - inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_4.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="3840x2160.svg"> diff --git a/joy-theme/grub/grub-16x9.svg b/joy-theme/grub/grub-16x9.svg index 939e5a1..9bf8da1 100644 --- a/joy-theme/grub/grub-16x9.svg +++ b/joy-theme/grub/grub-16x9.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.91 r13725" - inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposal_1_full/grub.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="grub-16x9.svg"> diff --git a/joy-theme/grub/grub-4x3.svg b/joy-theme/grub/grub-4x3.svg index 3f8dec8..8c4ce65 100644 --- a/joy-theme/grub/grub-4x3.svg +++ b/joy-theme/grub/grub-4x3.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.91 r13725" - inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposal_1_full/grub.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="grub-4x3.svg"> diff --git a/joy-theme/lockscreen/contents/images/1280x1024.svg b/joy-theme/lockscreen/contents/images/1280x1024.svg index 1ac46ba..948aba4 100644 --- a/joy-theme/lockscreen/contents/images/1280x1024.svg +++ b/joy-theme/lockscreen/contents/images/1280x1024.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.91 r13725" - inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_1.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="1280x1024.svg"> diff --git a/joy-theme/lockscreen/contents/images/1280x720.svg b/joy-theme/lockscreen/contents/images/1280x720.svg index 20ad8fc..9705190 100644 --- a/joy-theme/lockscreen/contents/images/1280x720.svg +++ b/joy-theme/lockscreen/contents/images/1280x720.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.92.0 r15299" - inkscape:export-filename="/tmp/wallpaper_1920x1080.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="1280x720.svg"> diff --git a/joy-theme/lockscreen/contents/images/1600x1200.svg b/joy-theme/lockscreen/contents/images/1600x1200.svg index 155b9b5..fe15fc9 100644 --- a/joy-theme/lockscreen/contents/images/1600x1200.svg +++ b/joy-theme/lockscreen/contents/images/1600x1200.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.91 r13725" - inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_1.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="1600x1200.svg"> diff --git a/joy-theme/lockscreen/contents/images/1920x1080.svg b/joy-theme/lockscreen/contents/images/1920x1080.svg index b7d9aaa..83559ef 100644 --- a/joy-theme/lockscreen/contents/images/1920x1080.svg +++ b/joy-theme/lockscreen/contents/images/1920x1080.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.91 r13725" - inkscape:export-filename="/tmp/wallpaper_1920x1080.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="1920x1080.svg"> diff --git a/joy-theme/lockscreen/contents/images/1920x1200.svg b/joy-theme/lockscreen/contents/images/1920x1200.svg index 7a2d213..04774f3 100644 --- a/joy-theme/lockscreen/contents/images/1920x1200.svg +++ b/joy-theme/lockscreen/contents/images/1920x1200.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.91 r13725" - inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_1.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="1920x1200.svg"> diff --git a/joy-theme/lockscreen/contents/images/3840x2160.svg b/joy-theme/lockscreen/contents/images/3840x2160.svg index 1953923..cd710ea 100644 --- a/joy-theme/lockscreen/contents/images/3840x2160.svg +++ b/joy-theme/lockscreen/contents/images/3840x2160.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.92.0 r15299" - inkscape:export-filename="/tmp/wallpaper_1920x1080.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="3840x2160.svg"> diff --git a/joy-theme/login/background.svg b/joy-theme/login/background.svg index 548d585..0830f2d 100644 --- a/joy-theme/login/background.svg +++ b/joy-theme/login/background.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.48.3.1 r9886" - inkscape:export-filename="/tmp/wallpaper_1920x1080.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="background.svg"> diff --git a/joy-theme/wallpaper/contents/images/1280x1024.svg b/joy-theme/wallpaper/contents/images/1280x1024.svg index 3c5c06a..e9d5fb1 100644 --- a/joy-theme/wallpaper/contents/images/1280x1024.svg +++ b/joy-theme/wallpaper/contents/images/1280x1024.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.91 r13725" - inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_1.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="1280x1024.svg"> diff --git a/joy-theme/wallpaper/contents/images/1280x720.svg b/joy-theme/wallpaper/contents/images/1280x720.svg index a36de53..d6ded99 100644 --- a/joy-theme/wallpaper/contents/images/1280x720.svg +++ b/joy-theme/wallpaper/contents/images/1280x720.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.91 r13725" - inkscape:export-filename="/tmp/wallpaper_1920x1080.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="1280x720.svg"> diff --git a/joy-theme/wallpaper/contents/images/1600x1200.svg b/joy-theme/wallpaper/contents/images/1600x1200.svg index 24087db..df62268 100644 --- a/joy-theme/wallpaper/contents/images/1600x1200.svg +++ b/joy-theme/wallpaper/contents/images/1600x1200.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.48.2 r9819" - inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_1.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="wallpaper_1600x1200.svg"> diff --git a/joy-theme/wallpaper/contents/images/1920x1080.svg b/joy-theme/wallpaper/contents/images/1920x1080.svg index a34dd05..b560c59 100644 --- a/joy-theme/wallpaper/contents/images/1920x1080.svg +++ b/joy-theme/wallpaper/contents/images/1920x1080.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.92.0 r15299" - inkscape:export-filename="/tmp/wallpaper_1920x1080.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="1920x1080.svg"> diff --git a/joy-theme/wallpaper/contents/images/1920x1200.svg b/joy-theme/wallpaper/contents/images/1920x1200.svg index a267e48..72400b1 100644 --- a/joy-theme/wallpaper/contents/images/1920x1200.svg +++ b/joy-theme/wallpaper/contents/images/1920x1200.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.48.2 r9819" - inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_1.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="wallpaper_1920x1200.svg"> diff --git a/joy-theme/wallpaper/contents/images/3840x2160.svg b/joy-theme/wallpaper/contents/images/3840x2160.svg index 38321bf..390e6c4 100644 --- a/joy-theme/wallpaper/contents/images/3840x2160.svg +++ b/joy-theme/wallpaper/contents/images/3840x2160.svg @@ -16,7 +16,6 @@ id="svg2" version="1.1" inkscape:version="0.92.0 r15299" - inkscape:export-filename="/tmp/wallpaper_1920x1080.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="3840x2160.svg"> diff --git a/lines-theme/grub/grub-16x9.svg b/lines-theme/grub/grub-16x9.svg index 6741a98..5d4ef8d 100644 --- a/lines-theme/grub/grub-16x9.svg +++ b/lines-theme/grub/grub-16x9.svg @@ -18,7 +18,6 @@ xml:space="preserve" inkscape:version="0.91 r13725" sodipodi:docname="grub-16x9.svg" - inkscape:export-filename="/tmp/grub.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90">