parent
b66871ee15
commit
8c7217895a
26
gnome-system-monitor-40.1-help-shortcut.patch
Normal file
26
gnome-system-monitor-40.1-help-shortcut.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From f3866651321e0bc4ba79dc62a44ef7caea785e70 Mon Sep 17 00:00:00 2001
|
||||
From: David King <amigadave@amigadave.com>
|
||||
Date: Mon, 25 Apr 2022 14:17:43 +0100
|
||||
Subject: [PATCH] application: Fix help overlay shortcut
|
||||
|
||||
https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/issues/202
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=2073741
|
||||
---
|
||||
src/application.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/application.cpp b/src/application.cpp
|
||||
index e66408a1..196b87ee 100644
|
||||
--- a/src/application.cpp
|
||||
+++ b/src/application.cpp
|
||||
@@ -511,6 +511,7 @@ void GsmApplication::on_startup()
|
||||
add_accelerator("<Alt>Return", "win.process-properties", NULL);
|
||||
add_accelerator("<Primary>f", "win.search", g_variant_new_boolean (TRUE));
|
||||
add_accelerator("F1", "app.help", NULL);
|
||||
+ add_accelerator("<Primary>question", "win.show-help-overlay", NULL);
|
||||
|
||||
Gtk::Window::set_default_icon_name ("org.gnome.SystemMonitor");
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
@ -4,12 +4,14 @@
|
||||
|
||||
Name: gnome-system-monitor
|
||||
Version: 40.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Process and resource monitor
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/SystemMonitor
|
||||
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2073741
|
||||
Patch0: gnome-system-monitor-40.1-help-shortcut.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
@ -66,6 +68,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-system-monit
|
||||
%{_libexecdir}/gnome-system-monitor/
|
||||
|
||||
%changelog
|
||||
* Wed May 11 2022 David King <amigadave@amigadave.com> - 40.1-3
|
||||
- Fix help overlay shortcut (#2073741)
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.1-2
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
Loading…
Reference in New Issue
Block a user