| Summary: | Application-specific action "start_new_session" does not appear in menu in a Plasma session | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kxmlgui | Reporter: | Alexander Potashev <aspotashev> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.90.0 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alexander Potashev
2022-02-13 23:55:19 UTC
Looks like it's caused by the following section in /usr/share/kde-settings/kde-profile/default/xdg/kdeglobals on Fedora: ``` # HOW: https://develop.kde.org/deploy/kiosk/introduction/ # WHY: https://bugzilla.redhat.com/show_bug.cgi?id=1929643 [KDE Action Restrictions] action/start_new_session=false action/switch_user=false ``` Git commit f8ed5ac856934ef8008680bdf97bfa0e6d316cfc by Alexander Potashev. Committed on 15/04/2022 at 23:09. Pushed by aspotashev into branch 'master'. Fix action "Start New Session". Looks like the problem was caused by the following section in /usr/share/kde-settings/kde-profile/default/xdg/kdeglobals on Fedora: ``` [KDE Action Restrictions] action/start_new_session=false action/switch_user=false ``` M +1 -1 src/ktimetrackerui.rc M +2 -2 src/timetrackerwidget.cpp https://invent.kde.org/pim/ktimetracker/commit/f8ed5ac856934ef8008680bdf97bfa0e6d316cfc |