- Enable "Open Terminal" action - Enable "Lock" and "Logout" actionsepel9
parent
a47c35fd23
commit
fb8ce443c9
@ -0,0 +1,29 @@
|
|||||||
|
From 6f6a8771afdaa27208d3aea63525f62cafe787cf Mon Sep 17 00:00:00 2001
|
||||||
|
From: Neal Gompa <ngompa@fedoraproject.org>
|
||||||
|
Date: Sun, 25 Sep 2022 16:46:47 -0400
|
||||||
|
Subject: [PATCH] containmentactions/contextmenu: Enable lock/logout
|
||||||
|
actions by default
|
||||||
|
|
||||||
|
Fedora users expect these items to exist in the desktop context menu
|
||||||
|
by default unless they've been manually disabled or removed via the
|
||||||
|
Kiosk mode.
|
||||||
|
---
|
||||||
|
containmentactions/contextmenu/menu.cpp | 2 --
|
||||||
|
1 file changed, 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/containmentactions/contextmenu/menu.cpp b/containmentactions/contextmenu/menu.cpp
|
||||||
|
index 4392d50f5..80769e615 100644
|
||||||
|
--- a/containmentactions/contextmenu/menu.cpp
|
||||||
|
+++ b/containmentactions/contextmenu/menu.cpp
|
||||||
|
@@ -78,8 +78,6 @@ void ContextMenu::restore(const KConfigGroup &config)
|
||||||
|
disabled.insert(QStringLiteral("configure shortcuts"));
|
||||||
|
disabled.insert(QStringLiteral("_run_command"));
|
||||||
|
disabled.insert(QStringLiteral("run associated application"));
|
||||||
|
- disabled.insert(QStringLiteral("_lock_screen"));
|
||||||
|
- disabled.insert(QStringLiteral("_logout"));
|
||||||
|
}
|
||||||
|
// clang-format on
|
||||||
|
|
||||||
|
--
|
||||||
|
2.36.1
|
||||||
|
|
@ -0,0 +1,28 @@
|
|||||||
|
From 9788427b7f4f8802ccc2d4de7fad02b19488c2c8 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Neal Gompa <ngompa@fedoraproject.org>
|
||||||
|
Date: Sun, 25 Sep 2022 16:45:07 -0400
|
||||||
|
Subject: [PATCH] containmentactions/contextmenu: Enable "Open Terminal" by
|
||||||
|
default
|
||||||
|
|
||||||
|
Fedora users expect this item to exist in the desktop context menu
|
||||||
|
by default unless it has been manually disabled or removed via the
|
||||||
|
Kiosk mode.
|
||||||
|
---
|
||||||
|
containmentactions/contextmenu/menu.cpp | 1 -
|
||||||
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/containmentactions/contextmenu/menu.cpp b/containmentactions/contextmenu/menu.cpp
|
||||||
|
index 6bad29751..4392d50f5 100644
|
||||||
|
--- a/containmentactions/contextmenu/menu.cpp
|
||||||
|
+++ b/containmentactions/contextmenu/menu.cpp
|
||||||
|
@@ -76,7 +76,6 @@ void ContextMenu::restore(const KConfigGroup &config)
|
||||||
|
<< QStringLiteral("_sep3")
|
||||||
|
<< QStringLiteral("_wallpaper");
|
||||||
|
disabled.insert(QStringLiteral("configure shortcuts"));
|
||||||
|
- disabled.insert(QStringLiteral("_open_terminal"));
|
||||||
|
disabled.insert(QStringLiteral("_run_command"));
|
||||||
|
disabled.insert(QStringLiteral("run associated application"));
|
||||||
|
disabled.insert(QStringLiteral("_lock_screen"));
|
||||||
|
--
|
||||||
|
2.36.1
|
||||||
|
|
Loading…
Reference in new issue