diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-08 23:12:30 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-08 23:12:30 +0000 |
| commit | 74dcc2bb4ee9667fc9f1d90ba55a31a1b6881c6d (patch) | |
| tree | d40fd9394d2ea50d331d159f7794a90a6651db15 /share/icons/Tango | |
| parent | Move multicolor theme (diff) | |
| download | inkscape-74dcc2bb4ee9667fc9f1d90ba55a31a1b6881c6d.tar.gz inkscape-74dcc2bb4ee9667fc9f1d90ba55a31a1b6881c6d.zip | |
improve icons theming to real status
Diffstat (limited to 'share/icons/Tango')
| -rw-r--r-- | share/icons/Tango/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | share/icons/Tango/index.theme | 13 |
2 files changed, 13 insertions, 2 deletions
diff --git a/share/icons/Tango/CMakeLists.txt b/share/icons/Tango/CMakeLists.txt index 5c1796efe..201b11638 100644 --- a/share/icons/Tango/CMakeLists.txt +++ b/share/icons/Tango/CMakeLists.txt @@ -11,6 +11,8 @@ foreach(pixmap_size ${PIXMAP_SIZES}) endforeach(content) endforeach(pixmap_size) +install(FILES "../application/scalable/apps/org.inkscape.Inkscape.svg" DESTINATION ${INKSCAPE_SHARE_INSTALL}/icons/${THEME}/scalable/apps/) + if(WIN32) install(CODE "execute_process(COMMAND gtk-update-icon-cache \${CMAKE_INSTALL_PREFIX}/${INKSCAPE_SHARE_INSTALL}/icons/${THEME})") endif() diff --git a/share/icons/Tango/index.theme b/share/icons/Tango/index.theme index c07be282d..53cd9580c 100644 --- a/share/icons/Tango/index.theme +++ b/share/icons/Tango/index.theme @@ -2,11 +2,20 @@ Name=Tango Comment=Tango icon theme Hidden=true -Directories=scalable/actions +Directories=scalable/actions,scalable/apps [scalable/actions] MinSize=8 Size=16 MaxSize=512 Context=Actions -Type=Scalable
\ No newline at end of file +Type=Scalable + +[scalable/apps] +MinSize=8 +Size=16 +MaxSize=512 +Context=Applications +Type=Scalable + + |
