D12034: Use the more appropriate "two sliders" icon for "configure"

Nathaniel Graham noreply at phabricator.kde.org
Sat Apr 7 23:26:14 UTC 2018


ngraham added a comment.


  Phabricator is //really// bad at showing file changes that involve symlinks (specifically, turning a file into a symlink), so for code-oriented people, here's the little shell script I used to produce these changes:
  
    cd repos/breeze-icons
    
    for DIR in icons/actions/16 icons/actions/22 icons-dark/actions/16 icons-dark/actions/22; do
        ln -fsn configure.svg $DIR/configure_kile.svg
        ln -fsn configure.svg $DIR/configure_project.svg
    done
    
    for DIR in icons/actions/16 icons/actions/22 icons/actions/24 icons/actions/32 icons-dark/actions/16 icons-dark/actions/22 icons-dark/actions/24 icons-dark/actions/32; do
        mv $DIR/configure.svg $DIR/document-properties.svg
        mv $DIR/configure-shortcuts.svg $DIR/configure.svg
        ln -s ../../devices/22/input-keyboard.svg $DIR/configure-shortcuts.svg
        ln -fsn configure.svg $DIR/settings-configure.svg
        ln -fsn configure.svg $DIR/games-config-options.svg
        ln -fsn configure.svg $DIR/games-config-custom.svg
        ln -fsn configure.svg $DIR/gtk-preferences.svg
        ln -fsn configure.svg $DIR/step_object_Controller.svg
    done
    
    for DIR in icons/actions/16 icons/actions/22 icons/actions/24 icons-dark/actions/16 icons-dark/actions/22 icons-dark/actions/24; do
        ln -fsn configure.svg $DIR/configure-toolbars.svg
    done

REPOSITORY
  R266 Breeze Icons

REVISION DETAIL
  https://phabricator.kde.org/D12034

To: ngraham, #vdg, #plasma
Cc: sharvey, #frameworks, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180407/c9785727/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list