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

Several app Icons missing #15

Open
torikulhabib opened this issue Mar 14, 2018 · 1 comment
Open

Several app Icons missing #15

torikulhabib opened this issue Mar 14, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@torikulhabib
Copy link

I hope all media player icons are displayed in suka-hottoe

screenshot from 2018-03-14 08-13-53

@gandalfn gandalfn self-assigned this Mar 23, 2018
@gandalfn gandalfn added the bug Something isn't working label Mar 23, 2018
@robertsanseries
Copy link

robertsanseries commented Jun 6, 2018

Describe
Even after restarting the system, other icons are shown.

**Distro:

  • OS: elementary OS
  • Version Loki 4.1

** Info do app:

  • Version Release 0.2.1

captura de tela de 2018-06-06 19 25 46

The icons should have in the other sizes:

icon_sizes = ['16','24','32', '48', '64', '128']

foreach i : icon_sizes
    install_data(
        join_paths('images', 'icons', i, meson.project_name() + '.svg'), #' path + com.github.gandalfn.suka-hottoe.svg'
        install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', i + 'x' + i, 'apps')
    )
endforeach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants