Bug 541353
Summary: | don't autostart nm-applet on KDE | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Rex Dieter <rdieter> |
Component: | NetworkManager | Assignee: | Kevin Kofler <kevin> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | dcbw, kevin |
Target Milestone: | --- | Keywords: | EasyFix |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 0.8-0.3.git20100129 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-02-09 23:35:19 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 539278 |
Description
Rex Dieter
2009-11-25 16:57:02 UTC
Since it's relatively easy, I can offer to flex my provenpackager muscles and just do it, if that's ok with you. So this still hasn't been implemented, it seems. We agreed again in today's KDE SIG meeting that this was the way forward for F13 and higher. I'm just committing and building this as it's trivial and only affects KDE, I hope I'm not hurting any feelings. :-) Oh joy, the build failed due to the DSO linking changes: /usr/bin/ld: CMakeFiles/nmcli.dir/connections.c.o: undefined reference to symbol 'dbus_g_bus_get' /usr/bin/ld: note: 'dbus_g_bus_get' is defined in DSO /usr/lib64/libdbus-glib-1.so.2 so try adding it to the linker command line /usr/lib64/libdbus-glib-1.so.2: could not read symbols: Invalid operation I fixed that, now it fails in nm-connection-editor: /usr/bin/ld: nm_connection_editor-page-wireless.o: undefined reference to symbol 'ceil@@GLIBC_2.2.5' /usr/bin/ld: note: 'ceil@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line /lib64/libm.so.6: could not read symbols: Invalid operation I finally got it to build now. Pushed the -lm upstream in 1cc28feabf56a5a4ffb7f5cdf2881c7d06168628 |