Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notification icon for package-update-indicator. #1387

Open
darkshram opened this issue Nov 18, 2020 · 2 comments
Open

Notification icon for package-update-indicator. #1387

darkshram opened this issue Nov 18, 2020 · 2 comments
Labels

Comments

@darkshram
Copy link

Using Numix icon theme the notification icon for package-update-indicator looks like this:

Captura de pantalla_2020-11-18_13-13-15

The icon used is 'system-software-update':

static const gchar *icon_names[PUI_STATE_LAST] = {
    [PUI_STATE_INITIAL] = "system-software-update",
    [PUI_STATE_UP_TO_DATE] = "system-software-update",
    [PUI_STATE_NORMAL_UPDATES_AVAILABLE] = "software-update-available",
    [PUI_STATE_IMPORTANT_UPDATES_AVAILABLE] = "software-update-urgent",
    [PUI_STATE_SESSION_RESTART_REQUIRED] = "system-log-out",
    [PUI_STATE_SYSTEM_RESTART_REQUIRED] = "system-reboot",
    [PUI_STATE_ERROR] = "dialog-warning"
};

My suggestion is to symlink 'update-none' to 'system-software-update-symbolic', So, it will look like this:

Captura de pantalla_2020-11-18_13-24-44

@palob palob added the request label Nov 20, 2020
@palob
Copy link
Member

palob commented Feb 15, 2023

@darkshram If you still use Numix, will installing the Adwaita icon theme fix/alleviate this?

@darkshram
Copy link
Author

@palob I solved it creating a symlink as described in my comment 2½ years ago. The rpm package used in my Linux distribution includes the following modifications (along with other fixes):

ln -sfr \
    %{buildroot}%{_datadir}/icons/Numix/16/status/update-none.svg \
    %{buildroot}%{_datadir}/icons/Numix/scalable/status/system-software-update-symbolic.svg

ln -sfr \
    %{buildroot}%{_datadir}/icons/Numix-Light/16/status/update-none.svg \
    %{buildroot}%{_datadir}/icons/Numix-Light/scalable/status/system-software-update-symbolic.svg
    ```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants