raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=943d919db5804a273955e6453affb83e1c9cdf9d

commit 943d919db5804a273955e6453affb83e1c9cdf9d
Author: Simon Lees <si...@simotek.net>
Date:   Mon Apr 20 13:53:00 2015 +0900

    Wizard: Update icon theme search list
    
    Summary:
    @fix The list of icon themes in the search list is quite out of date
    it doesn't include the icon themes used by gnome3 or kde4/5 this means
    for a lot of users at first boot e has alot of missing icons.
    
    The Icon sets that have been added are as follows
          "Oxygen",            /* KDE 4 */
          "Adwaita",           /* Gnome 3 */
          "Breeze",            /* KDE 5 */
          "HighContrast"
    
    This change will cause T1732 and T1923 to not occur for almost all users
    but it does not fix them properly the code should be modified to fall back
    to pick up icons from fallback locations such as the hicolor theme if no
    icon theme is set.
    
    It would be nice if someone could backport this to e19 I don't know how to
    
    Reviewers: bu5hm4n, zmike, raster
    
    Reviewed By: raster
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D2377
---
 src/modules/wizard/page_070.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/modules/wizard/page_070.c b/src/modules/wizard/page_070.c
index 02a6a63..630101b 100644
--- a/src/modules/wizard/page_070.c
+++ b/src/modules/wizard/page_070.c
@@ -30,6 +30,10 @@ wizard_page_show(E_Wizard_Page *pg EINA_UNUSED)
       "ubuntu-mono-dark",
       "ubuntu-mono-light",
       "unity-icon-theme",
+      "Oxygen",            /* KDE 4 */
+      "Adwaita",           /* Gnome 3 */
+      "Breeze",            /* KDE 5 */
+      "HighContrast",
       NULL
    };
 

-- 


Reply via email to