You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.2 KiB
29 lines
1.2 KiB
2 years ago
|
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
|
||
|
|