When error during opening a folder occurs, the error message is shown at the top of the window. In this moment, there are shown THREE (!) "X" icons, each with different look, two of them having same meaning (buttons to close or cancel something) and one is just design icon - but is not recognizable from the buttons. Reproducible: Always
Created attachment 73043 [details] Screenshot showing the three icons
Thanks for the bug report! I do not get the "X" in the status bar, but I agree that showing just two in the message widget is not optimal either. We should probably use a different icon in the top-left corner.
That message under the address bar is provided by KMessageWidget (the KMessageWidget::Error variant). Not sure whether that can be improved from the dolphin side.
Resetting assignee to default as per bug #305719
*** Bug 312991 has been marked as a duplicate of this bug. ***
Git commit c8264896312e244e028be291dc390363d3aad843 by Aurélien Gâteau. Committed on 06/05/2013 at 17:40. Pushed by gateau into branch 'master'. KMessageWidget: Hide decoration icon by default, add an "icon" property This avoids confusion between the decoration icon and the close button, especially when type is KMessageWidget::Error. This happens for example with Dolphin when it fails to connect to a remote host. This change also has the nice side-effect of leaving more space for the widget text by default, but makes it possible for developers to provide more meaningful icons when necessary. REVIEW: 110327 FIXED-IN: 4.11.0 M +20 -9 kdeui/widgets/kmessagewidget.cpp M +13 -0 kdeui/widgets/kmessagewidget.h http://commits.kde.org/kdelibs/c8264896312e244e028be291dc390363d3aad843
*** Bug 321653 has been marked as a duplicate of this bug. ***