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

dunst do not resize icon coming from mpdris2 #859

Closed
nicoe opened this issue May 3, 2021 · 4 comments
Closed

dunst do not resize icon coming from mpdris2 #859

nicoe opened this issue May 3, 2021 · 4 comments

Comments

@nicoe
Copy link

nicoe commented May 3, 2021

dunst do not resize the icon set by mpdris2 (I did not notice this behaviour before it might be more generic).

Here's the ouput of dunst -print

{
	appname: 'Music Player Daemon'
	summary: 'The Funny Bird'
	body: 'by Mercury Rev'
	icon: 'file:///media/Passport/music/Mercury Rev/1998 - Deserter's Songs/cover.jpg'
	raw_icon set: false
	icon_id: 'file:///media/Passport/music/Mercury Rev/1998 - Deserter's Songs/cover.jpg'
	desktop_entry: 'mpdris2'
	category:
	timeout: 10000
	urgency: LOW
	transient: 1
	formatted: 'The Funny Bird by Mercury Rev'
	fg: #000000
	bg: #f6fc7b
	frame: #aaaaaa
	fullscreen: show
	progress: -1
	stack_tag:
	id: 8
	actions: {}
	script_count: 0
}

Installation info

  • Version: 1.5.0 (2020-07-23)
  • Install type: debian package
  • Distro and version: debian package 1.5.0-1
@fwsmit
Copy link
Member

fwsmit commented May 3, 2021

What do you mean by not resizing? Can you send a screenshot?
Also, does it happen as well with dunstify -i "file:///media/Passport/music/Mercury Rev/1998 - Deserter's Songs/cover.jpg" 'Notification'.
Please send your dunstrc as well (upload it to gist.github.com).

@nicoe
Copy link
Author

nicoe commented May 3, 2021

By not resizing I mean that the image is the size of the original image as you can see:

screenshot

(the notification was generated by the dunstify command you gave).

Here's the dunstrc: https://gist.github.com/nicoe/6aa23ee75b88cd62ec8c633e7415eb6a

@fwsmit
Copy link
Member

fwsmit commented May 3, 2021

Max_size is not an config option. Use max_icon_size instead. Dunst currently doesn't warn you when you use non-existing options, but that's fixed in #803.

@nicoe
Copy link
Author

nicoe commented May 3, 2021 via email

@nicoe nicoe closed this as completed May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants