forked from pool/gnome-control-center
Dominique Leuenberger
ab74959155
- Rebase gnome-control-center-890979-change-remote-passwd.patch on 3.21.92. - Add gnome-control-center-info-never-use-gnome-software.patch: On SLE12-SP2 and Leap42.2, never search for gnome-software as an option when checking for updates in info panel, because we use gpk-update-viewer (bsc#999336). - Changelog: + Remove duplicate addtion of gnome-control-center-890979-change-remote-passwd.patch: already in the entry "Tue Sep 23 22:32:24 UTC 2014 - dliang@suse.com" + Remove redundant entry of "Update to GNOME 3.20.x Fate#318572", just to get around IBS changelog checkers and not really informative. OBS-URL: https://build.opensuse.org/request/show/428437 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=332
26 lines
695 B
Diff
26 lines
695 B
Diff
From 0884359b9fe093f4023ee404274ed3cdf76b857e Mon Sep 17 00:00:00 2001
|
|
From: Felix Zhang <fezhang@suse.com>
|
|
Date: Sat, 17 Sep 2016 00:33:20 +0800
|
|
Subject: [PATCH] info: never use gnome-software
|
|
|
|
---
|
|
panels/info/cc-info-panel.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
|
|
index ad89d54..d904f6c 100644
|
|
--- a/panels/info/cc-info-panel.c
|
|
+++ b/panels/info/cc-info-panel.c
|
|
@@ -1512,7 +1512,7 @@ info_panel_setup_overview (CcInfoPanel *self)
|
|
static gboolean
|
|
does_gnome_software_exist (void)
|
|
{
|
|
- return g_file_test (BINDIR "/gnome-software", G_FILE_TEST_EXISTS);
|
|
+ return FALSE;
|
|
}
|
|
|
|
static gboolean
|
|
--
|
|
2.6.6
|
|
|