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

Gnome notification shows OC icon #193

Closed LennartRoeder closed 7 years ago

LennartRoeder commented 7 years ago

Hi, the gnome notifications still show the ownCloud icon.

juliusknorr commented 7 years ago

duplicate of #86

LennartRoeder commented 7 years ago

@juliushaertl I do not see what my ticket has to do with the lock screen. My gnome lockscreen does not have notifications of any kind. I am logged in and the notifications on the top of the screen shows the OC logo, like in the screenshot. screenshot from 2017-08-03 07-59-58

juliusknorr commented 7 years ago

@thinking-aloud The lockscreen issue was just about the shown notifications by the nextcloud client. The values were hardcoded and have been changed to use the Nextcloud icon and name provided by the client theme with https://github.com/owncloud/client/pull/5677 and https://github.com/nextcloud/client_theming/issues/170.

So this should be fixed in the next release, I guess.

LennartRoeder commented 7 years ago

Thank you