Bug 381383

Summary: With the Breeze theme icons, Okular's vertical toolbar shows three line-art icons, and one inconsistent color folder icon
Product: [Applications] okular Reporter: Nate Graham <nate>
Component: generalAssignee: Okular developers <okular-devel>
Status: VERIFIED FIXED    
Severity: minor CC: kainz.a, nate
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Bookmarks icon is inconsistent with the other three

Description Nate Graham 2017-06-18 23:41:31 UTC
Created attachment 106162 [details]
Bookmarks icon is inconsistent with the other three

Linux distro: Kubuntu 17.04
Plasma version 5.9.4

In Okular with the Breeze icon theme, the side vertical toolbar displays four icons. Three of them (Contents, Thumbnails, Reviews) are line-art, but one of them (Bookmarks) is a color folder icon, which is visually inconsistent with the other three.

See attached screenshot.

This probably seems pretty pedantic, but honestly Plasma is so good these days that I'm starting to notice these small visual quirks. It's to all of your credit that we're at the point of dealing with polish bugs rather than major breakage or critically missing features. Kudos.
Comment 1 andreas 2017-07-09 14:58:02 UTC
I know this bug but I can't solve it without change the used icon in okular.
Comment 2 andreas 2017-07-09 15:03:55 UTC
Git commit 14982ec5d1efe35e5c06c9281ff36b21d13f085c by andreas kainz.
Committed on 09/07/2017 at 15:03.
Pushed by andreask into branch 'master'.

bookmarks is an action icon not a folder icon

A  +1    -0    icons-dark/actions/32/bookmarks.svg
D  +0    -1    icons-dark/places/16/bookmarks.svg
D  +0    -1    icons-dark/places/22/bookmarks.svg
D  +0    -1    icons-dark/places/32/bookmarks.svg
D  +0    -1    icons-dark/places/64/bookmarks.svg
A  +1    -0    icons/actions/32/bookmarks.svg
D  +0    -1    icons/places/16/bookmarks.svg
D  +0    -1    icons/places/22/bookmarks.svg
D  +0    -1    icons/places/32/bookmarks.svg
D  +0    -1    icons/places/64/bookmarks.svg

https://commits.kde.org/breeze-icons/14982ec5d1efe35e5c06c9281ff36b21d13f085c
Comment 3 Nate Graham 2017-09-04 20:19:15 UTC
Nice, thanks!