The symbol on the notification which pops when you could not mount a device is wrong. It shows green correct symbol where as it should show a red "X" (or something like that). I am on: Kubuntu: 15.04 KDE Plasma Version: 5.3.0 QT version: 5.4.1 Kernel Version: 3.19.0-16-generic OS Type: 64 bit Reproducible: Always Steps to Reproduce: 1. Try to mount a device which could not be mounted or do not have permissions to mount. Expected Results: Show the correct symbol
The issue is that we use the "emblem-mounted" icon for the device notification which used to be a "plug" kind of icon in the Oxygen era but in Breeze those use a tick or cross. It is clearly wrong to use an action/emblem for such a notification.
(In reply to Kai Uwe Broulik from comment #1) > The issue is that we use the "emblem-mounted" icon for the device > notification which used to be a "plug" kind of icon in the Oxygen era but in > Breeze those use a tick or cross. It is clearly wrong to use an > action/emblem for such a notification. I wouldn't necessarily say it's wrong to use an emblem, but it's definitely wrong to use the emblem for "mounted" when in fact it is _not_ mounted. But yes, the generic icon for the feedback on failed actions (don't know what filename that is) would make most sense here.
*** Bug 355979 has been marked as a duplicate of this bug. ***
*** Bug 360326 has been marked as a duplicate of this bug. ***
Created attachment 99019 [details] screenshot of "could not unmount" with wrong icon
I think that this bug can be closed since the notification system has changed its behaviour and icons and now it tells with the right icon that was possible/impossible to mount/unmount a device.
thanks VP