Bug 398901 - Add monochrome icon for Sticky Notes widget named `knotes-symbolic` for its System Tray icon
Summary: Add monochrome icon for Sticky Notes widget named `knotes-symbolic` for its S...
Status: RESOLVED FIXED
Alias: None
Product: Breeze
Classification: Plasma
Component: Icons (show other bugs)
Version: unspecified
Platform: Manjaro Linux
: NOR wishlist
Target Milestone: ---
Assignee: visual-design
URL:
Keywords:
Depends on:
Blocks: 473215
  Show dependency treegraph
 
Reported: 2018-09-21 08:17 UTC by Michael D
Modified: 2024-09-24 13:27 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 6.7
Sentry Crash Report:


Attachments
Notes is the third icon from the left (42.90 KB, image/png)
2018-09-21 08:17 UTC, Michael D
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael D 2018-09-21 08:17:53 UTC
Created attachment 115136 [details]
Notes is the third icon from the left

When the widget is in a panel that has a low height where monochrome icons are used (assuming default breeze icon theme), it would look better if the notes widget also used a monochrome icon. E.g. the action icon "note" would look better in the panel than the application icon "knotes".
Comment 1 Nate Graham 2023-08-09 15:18:39 UTC
Git commit 920a85ba9d53258c7ac3829d418838f80be52c78 by Nate Graham.
Committed on 09/08/2023 at 17:18.
Pushed by ngraham into branch 'master'.

applet/notes: ask for symbolic version of `knotes` for CompactRep icon

We want this version if it exists. Otherwise fall back to `knotes`.

M  +1    -1    applets/notes/package/contents/ui/main.qml

https://invent.kde.org/plasma/kdeplasma-addons/-/commit/920a85ba9d53258c7ac3829d418838f80be52c78
Comment 2 Bug Janitor Service 2024-09-24 12:31:05 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/breeze-icons/-/merge_requests/405
Comment 3 Nate Graham 2024-09-24 13:27:22 UTC
Git commit df07ec7f1c27c1e4dac773a57c2736f230e2aca4 by Nate Graham, on behalf of Martin Frueh.
Committed on 24/09/2024 at 13:27.
Pushed by ngraham into branch 'master'.

Add new knotes-symbolic.svg icon (22/32/48)

Currently, the notes plasmoid asks for a symbolic version of `knotes`
for its CompactRep icon, which does not exist yet. Instead, the
colorful icon `knotes.svg` (48) is used and scaled.

This commit adds three new symbolic icons at different sizes to cover
common panel thicknesses and avoid scaling issues:

- 22: simple sticky note combined with a scaled version of
      document-edit.svg (16)
- 32: simple sticky note combined with document-edit.svg (16)
- 48: simple sticky note based on knotes.svg (same pencil and line)
FIXED-IN: 6.7

A  +8    -0    icons/apps/22/knotes-symbolic.svg
A  +8    -0    icons/apps/32/knotes-symbolic.svg
A  +7    -0    icons/apps/48/knotes-symbolic.svg

https://invent.kde.org/frameworks/breeze-icons/-/commit/df07ec7f1c27c1e4dac773a57c2736f230e2aca4