After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 587594 - svg icons should be preconverted to png
svg icons should be preconverted to png
Status: RESOLVED WONTFIX
Product: pitivi
Classification: Other
Component: Build and packaging
Git
Other Linux
: Low enhancement
: 0.91
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks: 335805
 
 
Reported: 2009-07-02 11:09 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2013-11-23 21:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2009-07-02 11:09:19 UTC
pitivi is using 3 svgs in the ui. Please note that the svg pixbuf loader i optional and e.g. maemo does not have it.

pitivi/ui/mainwindow.py
    pixmaps = {
        "pitivi-render" : "pitivi-render-24.svg",
        "pitivi-split" : "pitivi-split-24.svg",
        "pitivi-unlink" : "pitivi-unlink-24.svg",
        "pitivi-link" : "pitivi-relink-24.svg",
        "pitivi-ungroup" : "pitivi-unlink-24.svg",
        "pitivi-group" : "pitivi-relink-24.svg",
    }

its easy to preconvert the svg-icons in pitivi/pixmaps
rsvg-convert -w24 -h24 -o pitivi-relink-24.png pitivi-relink-24.svg
rsvg-convert -w 24 -h 24 -o pitivi-unlink-24.png pitivi-unlink-24.svg
rsvg-convert -w 24 -h 24 -o  pitivi-split-24.png  pitivi-split-24.svg
Comment 1 Stephen Griffiths 2010-02-17 11:07:30 UTC
Confirming, this is optional. Adding to blockers for #335805 [Tracker] Make PiTiVi work on non-gnome systems
Comment 2 Jean-François Fortin Tam 2013-11-23 21:45:05 UTC
Alright, it's been a while, Maemo is dead, Pitivi is pretty much focused on the Linux desktop, so in all honesty this is not going to happen unless someone shows up with a patch for it, so closing until that happens.