[Breeze] [Bug 356082] Icon for save session is missing
Ömer via KDE Bugzilla
bugzilla_noreply at kde.org
Sat May 28 10:30:37 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=356082
--- Comment #8 from Ömer <oecetinel at posteo.net> ---
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?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Visual-design
mailing list