client_theming icon indicating copy to clipboard operation
client_theming copied to clipboard

"App name" of notifications is "Owncloud"

Open ghost opened this issue 7 years ago • 0 comments

I configured my notification daemon, Dunst, to show application names. It shows "owncloud" for Nextcloud notifications.

This should be "Nextcloud" (with a capital). Also the icon name is "owncloud" which should be "nextcloud".

Information logged by my notification daemon:

{
	appname: 'owncloud'
	summary: 'Sync Activity'
	body: '(…) has been updated.'
	icon: 'owncloud'
	raw_icon set: false
	category: 
	timeout: 10000
	urgency: LOW
	transient: 0
	(…)
}

ghost avatar Apr 04 '18 17:04 ghost