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

Can't change icon size with enable_recursive_icon_lookup #1086

Open
victorbnl opened this issue Jun 28, 2022 · 4 comments
Open

Can't change icon size with enable_recursive_icon_lookup #1086

victorbnl opened this issue Jun 28, 2022 · 4 comments
Labels

Comments

@victorbnl
Copy link

Issue description

When enable_recursive_icon_lookup is enabled, the icon size is blocked at 40x40, it's impossible to scale it up (didn't try scaling it down), however when I disable it, it does scale up to 64 (the max icon size) as expected.

Installation info

  • Version: 1.8.1 (2022-03-02)
  • Install type: pacman -S dunst
  • Window manager / Desktop environment: i3

With enable_recursive_icon_lookup

[global]
    enable_recursive_icon_lookup = true
    max_icon_size = 64

image

Without (expected behaviour)

[global]
    max_icon_size = 64

image

Note for reproducing: the two configurations below are a whole dunstrc, not just a part of it

@fwsmit
Copy link
Member

fwsmit commented Jun 29, 2022

Is the icon passed via a whole path or is it part of an icon theme?

@victorbnl
Copy link
Author

The icon is a 600x600 png passed as a full path

notify-send "John Doe" "Lorem ipsum..." -i ~/.face.icon

@fwsmit
Copy link
Member

fwsmit commented Jun 29, 2022

Can you attach the file for testing?

@victorbnl
Copy link
Author

victorbnl commented Jun 29, 2022

Of course! Here you go

icon.png

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

No branches or pull requests

2 participants