I switched to manual save session since auto save/restore session is broken and saw that the menu entry save session has no icon. Reproducible: Always Steps to Reproduce: 1. Change to save manual session 2. Save session through k-menu Frameworks: 5.16 Plasma: 5.5 Beta
Screenshot please
http://imgur.com/OePEndP
didn't know that there is an icon. do you know the icon Name?
No i don't. Any way to find out? The k-menu entry doesn't really help right clicking only shows add to favourites.
Add a screenshot with Oxygen.
seems like it is missing with oxygen to http://imgur.com/e4f3s92.
If I get the icon name I can add it but I think it should be added to the plasma theme and therefore I need also the icon name. Maybe Marco Martin know the name
From https://github.com/KDE/plasma-desktop/blob/master/applets/kicker/plugin/systementry.cpp QString SystemEntry::iconName() const { switch (m_action) { case LockSession: return "system-lock-screen"; break; case LogoutSession: return "system-log-out"; break; case SaveSession: return "system-save-session"; break; case SwitchUser: return "system-switch-user"; break; case SuspendToRam: return "system-suspend"; break; case SuspendToDisk: return "system-suspend-hibernate"; break; case Reboot: return "system-reboot"; break; case Shutdown: return "system-shutdown"; break; default: break; } return QString(); } So i would be guessing system-save-session?
Git commit 56701aa3c173eda1a7d1e8d9e625316bb7f5b85b by andreas kainz. Committed on 28/05/2016 at 21:27. Pushed by andreask into branch 'master'. update audio and network icon to get a better contrast M +- -- src/desktoptheme/breeze/icons/audio.svgz M +- -- src/desktoptheme/breeze/icons/network.svgz http://commits.kde.org/plasma-framework/56701aa3c173eda1a7d1e8d9e625316bb7f5b85b
sorry wrong bug number in the commit I fixed the bug 357726 with the commit.
add system-save-session icon to master thank's for the icon naming.