[gnome-packagekit] Update some group icons



commit 86ed675e11a9bf6379e5ee806eca6f2a652a67bf
Author: Matthias Klumpp <matthias tenstral net>
Date:   Wed Jul 27 02:05:44 2022 +0200

    Update some group icons
    
    This is still pretty bad, but at least some icons are shown correctly
    again or have a more sensible symbol, as the icon had changed over time.
    
    Ideally GPK would need to ship purpose-built icons, instead of using
    some that were designed for other purposes, but this is good enough for
    now.

 src/gpk-enum.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/gpk-enum.c b/src/gpk-enum.c
index 4a154742..e349e0b0 100644
--- a/src/gpk-enum.c
+++ b/src/gpk-enum.c
@@ -148,17 +148,17 @@ static const PkEnumMatch enum_role_icon_name[] = {
 static const PkEnumMatch enum_group_icon_name[] = {
        {PK_GROUP_ENUM_UNKNOWN,                 "help-browser"},        /* fall though value */
        {PK_GROUP_ENUM_ACCESSIBILITY,           "preferences-desktop-accessibility"},
-       {PK_GROUP_ENUM_ACCESSORIES,             "applications-accessories"},
+       {PK_GROUP_ENUM_ACCESSORIES,             "applications-utilities"},
        {PK_GROUP_ENUM_ADMIN_TOOLS,             "system-lock-screen"},
        {PK_GROUP_ENUM_COLLECTIONS,             "pk-collection-installed"},
-       {PK_GROUP_ENUM_COMMUNICATION,           "folder-remote"},
+       {PK_GROUP_ENUM_COMMUNICATION,           "network-workgroup"},
        {PK_GROUP_ENUM_DESKTOP_GNOME,           "pk-desktop-gnome"},
        {PK_GROUP_ENUM_DESKTOP_KDE,             "pk-desktop-kde"},
-       {PK_GROUP_ENUM_DESKTOP_OTHER,           "user-desktop"},
+       {PK_GROUP_ENUM_DESKTOP_OTHER,           "preferences-desktop-wallpaper"},
        {PK_GROUP_ENUM_DESKTOP_XFCE,            "pk-desktop-xfce"},
-       {PK_GROUP_ENUM_DOCUMENTATION,           "x-office-address-book"},
+       {PK_GROUP_ENUM_DOCUMENTATION,           "system-help"},
        {PK_GROUP_ENUM_EDUCATION,               "utilities-system-monitor"},
-       {PK_GROUP_ENUM_ELECTRONICS,             "video-display"},
+       {PK_GROUP_ENUM_ELECTRONICS,             "applications-engineering"},
        {PK_GROUP_ENUM_FONTS,                   "preferences-desktop-font"},
        {PK_GROUP_ENUM_GAMES,                   "applications-games"},
        {PK_GROUP_ENUM_GRAPHICS,                "applications-graphics"},
@@ -173,8 +173,8 @@ static const PkEnumMatch enum_group_icon_name[] = {
        {PK_GROUP_ENUM_POWER_MANAGEMENT,        "battery"},
        {PK_GROUP_ENUM_PROGRAMMING,             "applications-development"},
        {PK_GROUP_ENUM_PUBLISHING,              "accessories-dictionary"},
-       {PK_GROUP_ENUM_REPOS,                   "system-file-manager"},
-       {PK_GROUP_ENUM_SCIENCE,                 "application-certificate"},
+       {PK_GROUP_ENUM_REPOS,                   "x-package-repository"},
+       {PK_GROUP_ENUM_SCIENCE,                 "applications-science"},
        {PK_GROUP_ENUM_SECURITY,                "network-wireless-encrypted"},
        {PK_GROUP_ENUM_SERVERS,                 "network-server"},
        {PK_GROUP_ENUM_SYSTEM,                  "applications-system"},


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]