Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
f7543119
Commit
f7543119
authored
1 year ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
mate-system-monitor: fix information fields not being saved on aramo
parent
11a7c339
No related branches found
Branches containing commit
No related tags found
1 merge request
!1200
mate-system-monitor: fix information fields not being saved on aramo
Pipeline
#1097
passed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-mate-system-monitor
+56
-0
56 additions, 0 deletions
helpers/make-mate-system-monitor
with
56 additions
and
0 deletions
helpers/make-mate-system-monitor
0 → 100644
+
56
−
0
View file @
f7543119
#!/bin/sh
#
# Copyright (C) 2023 Luis Guzmán <ark@switnet.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
BUILD_UNTIL=11.0
. ./config
# Fix Information Fields not being saved - https://github.com/mate-desktop/mate-system-monitor/pull/224
cat << PATCH | patch --no-backup-if-mismatch -p1
From ddeb66b5af61a5367c8b72a5e5845317e82b62a4 Mon Sep 17 00:00:00 2001
From: mbkma <johannes.unruh@fau.de>
Date: Wed, 8 Sep 2021 21:28:55 +0200
Subject: [PATCH] Fix Information Fields not being saved
---
src/procman.cpp | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/procman.cpp b/src/procman.cpp
index b8a084dc..12d3d347 100644
--- a/src/procman.cpp
+++ b/src/procman.cpp
@@ -97,10 +97,6 @@
procman_get_tree_state (GSettings *settings, GtkWidget *tree, const gchar *child
visible = g_settings_get_boolean (pt_settings, key);
g_free (key);
- column = gtk_tree_view_get_column (GTK_TREE_VIEW (tree), id);
- if (column == NULL)
- continue;
-
gtk_tree_view_column_set_visible (column, visible);
if (visible) {
/* ensure column is really visible */
PATCH
changelog "Fix mate-system-monitor bug(s) for Trisquel"
compile
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment