Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 529166 Details for
Bug 553946
gnome-extra/cinnamon-control-center: make networkmanager, modemmanager optional
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix non modemmanager build
cinnamon-control-center-3.6.5-no-modemmanager-fix.patch (text/plain), 1.19 KB, created by
Matthew Turnbull
on 2018-05-01 03:03:03 UTC
(
hide
)
Description:
Fix non modemmanager build
Filename:
MIME Type:
Creator:
Matthew Turnbull
Created:
2018-05-01 03:03:03 UTC
Size:
1.19 KB
patch
obsolete
>From 6a916057b06fda8d3ca90520e6936f3261a915ed Mon Sep 17 00:00:00 2001 >From: Leigh Scott <leigh123linux@fedoraproject.org> >Date: Tue, 23 Jan 2018 21:31:36 +0000 >Subject: [PATCH] Fix non modemmanager build (#201) > >--- > panels/network/cc-network-panel.c | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/panels/network/cc-network-panel.c b/panels/network/cc-network-panel.c >index e0c3f5d..1638732 100644 >--- a/panels/network/cc-network-panel.c >+++ b/panels/network/cc-network-panel.c >@@ -1335,6 +1335,7 @@ cc_network_panel_init (CcNetworkPanel *panel) > g_signal_connect (panel->priv->client, "device-removed", > G_CALLBACK (device_removed_cb), panel); > >+#ifdef BUILD_MODEM > /* Setup ModemManager client */ > system_bus = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, &error); > if (system_bus == NULL) { >@@ -1353,6 +1354,9 @@ cc_network_panel_init (CcNetworkPanel *panel) > } > g_object_unref (system_bus); > } >+#else >+ panel->priv->modem_manager = NULL; >+#endif > > widget = GTK_WIDGET (gtk_builder_get_object (panel->priv->builder, > "add_toolbutton"));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 553946
:
412100
|
412102
|
412118
|
412120
|
417510
|
417512
|
417514
|
442502
|
442504
|
529164
|
529166
|
541912
|
558112