| Summary: | Rename Show Logout Prompt to something more accurate | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Marc Deop <kde> |
| Component: | Session Management | Assignee: | Nate Graham <nate> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | natalie_clarius, nate |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | Fedora RPMs | ||
| OS: | All | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=489519 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Marc Deop
2024-07-19 16:34:06 UTC
Git commit 8cb7eebc6f4a64bb0d0e4ffb4757319d59d97841 by Nate Graham. Committed on 19/07/2024 at 19:04. Pushed by ngraham into branch 'master'. Use consistent "logout screen" terminology In most places we call it the "logout screen", so do the same here, which is the last place the old "logout prompt" terminology was used. M +1 -1 libkworkspace/sessionmanagement.cpp M +1 -1 startkde/session-shortcuts/main.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/8cb7eebc6f4a64bb0d0e4ffb4757319d59d97841 Everything now calls it the "Logout Screen". If we want to change it to something else, we'll need to change it in the following places: Shown in UI strings: - kwin/src/plugins/logout/package/metadata.json - plasma-workspace/containmentactions/contextmenu/menu.cpp - plasma-workspace/startkde/session-shortcuts/main.cpp - plasma-workspace/applets/lock_logout/contents/ui/data.js - plasma-workspace/applets/lock_logout/contents/ui/ConfigGeneral.qml - powerdevil/doc/kcm/index.docbook - powerdevil/kcmodule/common/PowerButtonActionModel.cpp Mentioned in code comments or debug logging: - kwin/src/plugins/fade/package/contents/code/main.js - kwin/src/plugins/fadingpopups/package/contents/code/main.js - kwin/src/plugins/scale/package/contents/code/main.js - plasma-workspace/libkworkspace/sessionmanagement.cpp - plasma-workspace/applets/lock_logout/contents/config/main.xml - kirigami/CMakeLists.txt This is enough files in enough different repos that before we proceed, I'd like to have some agreement that 1) we should change it further and 2) what we should change it to. No response or further consensus; assuming the current status quo with that change is fine now! |