nextcloud / client_theming

:computer: Nextcloud themed desktop client - Moved over to https://github.com/nextcloud/desktop
GNU General Public License v2.0
198 stars 87 forks source link

"App name" of notifications is "Owncloud" #242

Open ghost opened 6 years ago

ghost commented 6 years ago

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
    (…)
}