Comment 1 for bug 1005785

Revision history for this message
Lionel Le Folgoc (mrpouit) wrote :

I experimented a bit yesterday, and a partial conversion is a pain to handle at build time because of symlinks (panel/ is fine, apps/ is a nightmare), e.g.:

./elementary-xfce/stock/48/stock_new-meeting.svg -> ../../apps/48/system-users.svg
./elementary-xfce/stock/48/stock_people.svg -> ../../apps/48/system-users.svg
./elementary-xfce/actions/48/calibrate.svg -> ../../apps/48/gnome-display-properties.svg
./elementary-xfce/actions/48/system-upgrade.svg -> ../../apps/48/system-upgrade.svg
./elementary-xfce/emblems/48/emblem-people.svg -> ../../apps/48/system-users.svg
./elementary-xfce/emblems/48/emblem-shared.svg -> ../../apps/48/gnome-session-switch.svg
./elementary-xfce/emblems/48/emblem-urgent.svg -> ../../apps/48/clock.svg
./elementary-xfce/mimes/64/application-install.svg -> ../../apps/64/system-software-install.svg
./elementary-xfce/mimes/64/application-x-executable.svg -> ../../apps/64/application-default-icon.svg
./elementary-xfce/status/64/aptdaemon-download.svg -> ../../apps/64/system-software-install.svg
./elementary-xfce/status/64/aptdaemon-working.svg -> ../../apps/64/system-software-install.svg
./elementary-xfce/categories/48/applications-webbrowsers.svg -> ../../apps/48/web-browser.svg
./elementary-xfce/categories/48/preferences-desktop.svg -> ../../apps/48/gnome-desktop-config.svg

(these are examples, there are more of them actually)

These symlinks will be broken when I convert apps/ to PNGs.