startup-notification
Install it by running either;
kpkg install startup-notification
or
kpkg build startup-notification
To see the difference, see The handbook
graph TD
N0["startup-notification"]
style N0 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N1["libxau"]
N2["libxdmcp"]
N3["libxcb"]
N4["xorgproto"]
N5["xcb-proto"]
N6["libx11"]
N7["xcb-util"]
N1 --> N3
N2 --> N3
N3 --> N0
N3 --> N7
N3 --> N6
N4 --> N1
N4 --> N2
N4 --> N6
N5 --> N3
N6 --> N0
N7 --> N0