protonscr

remove the NetworkManager dependency

steamclosed duplicate
ValveSoftware/steam-for-linux#2227 · opened 2013-03-27 by TheJJ · updated 2014-01-31 · 5 comments · github
TTheJJ 2013-03-27 github

On my desktop computer I have no use for NetworkManager, so I don't have installed it.

I constantly see this error in the log:

[0327/005143:ERROR:object_proxy.cc(239)] Failed to call method: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files
[0327/005143:WARNING:proxy_service.cc(646)] PAC support disabled because there is no system implementation

I propose to remove the NetworkManager stuff
OR
detect whether NetworkManager is present and disable usage accordingly

I don't know what is affected by this error, steam works regularly.

Processor Information:
Vendor: AuthenticAMD
Speed: 3200 Mhz
4 logical processors
4 physical processors
HyperThreading: Unsupported
FCMOV: Supported
SSE2: Supported
SSE3: Supported
SSSE3: Unsupported
SSE4a: Supported
SSE41: Unsupported
SSE42: Unsupported

Network Information:
Network Speed:

Operating System Version:
"JJ Funtoo GNU/Linux" (64 bit)
Kernel Name: Linux
Kernel Version: 3.8.2-JJ
X Server Vendor: The X.Org Foundation
X Server Release: 11400000
X Window Manager: i3
Steam Runtime Version:

Video Card:
Driver: NVIDIA Corporation GeForce GTX 275/PCIe/SSE2

Driver Version:  3.3.0 NVIDIA 313.26
Desktop Color Depth: 24 bits per pixel
Monitor Refresh Rate: 60 Hz
VendorID:  0x10de
DeviceID:  0x5e6
Number of Monitors:  2
Number of Logical Video Cards:  1
Primary Display Resolution:  1920 x 1080
Desktop Resolution: 3840 x 1080
Primary Display Size: 62.99" x 35.43"  (72.24" diag)
                                        160.0cm x 90.0cm  (183.5cm diag)
Primary Bus: PCI Express 16x
Primary VRAM: 1792 MB
Supported MSAA Modes:  2x 4x 8x 16x 

Sound card:
Audio device:

Memory:
RAM: 3955 Mb

Miscellaneous:
UI Language: English
LANG: en_US.utf8
Microphone: Not set
Total Hard Disk Space Available: 2851064 Mb
Largest Free Hard Disk Block: 2627081 Mb

Jjohndrinkwater 2013-03-27 github

Please see #518, NetworkManager isn’t a dependency, this is just a libcef warning.

Iinfoman 2013-10-17 github

NetworkManager isn’t a dependency, this is just a libcef warning.

This seems to be wrong, because steamclient.so is linked with libnm-glib.so.4 and libnm-util.so.2, and fails to load without them:

/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/steamUI/../common/steam/client_api.cpp (296) : Assertion Failed: ClientAPI_InitGlobalInstance: InternalAPI_Init_Internal failed, most likely because you are missing a 32-bit dependency of steamclient.so (the Steam client is a 32-bit app).

Assert( Assertion Failed: ClientAPI_InitGlobalInstance: InternalAPI_Init_Internal failed, most likely because you are missing a 32-bit dependency of steamclient.so (the Steam client is a 32-bit app).
):/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/steamUI/../common/steam/client_api.cpp:296

GGoLD-ReaVeR 2014-01-26 github

Please reopen this issue. Otherwise I will recreate it.

TTele42 2014-01-26 github

The current steam client needs those two libraries to link against, but does not need network manager to be running.

Jjohndrinkwater 2014-01-31 github

@GoLD-ReaVeR you’ll be interested in #3129 then.

Nothing extracted yet.