Bug 541353

Summary: don't autostart nm-applet on KDE
Product: [Fedora] Fedora Reporter: Rex Dieter <rdieter>
Component: NetworkManagerAssignee: Kevin Kofler <kevin>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: 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
We're planning on taking the plunge and use knetworkmanager by default for F-13, so please add
NotShowIn=KDE;
to
/etc/xdg/autostart/nm.applet.desktop

Comment 1 Rex Dieter 2009-11-25 16:58:01 UTC
Since it's relatively easy, I can offer to flex my provenpackager muscles and just do it, if that's ok with you.

Comment 2 Kevin Kofler 2010-02-09 15:02:51 UTC
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.

Comment 3 Kevin Kofler 2010-02-09 15:21:39 UTC
I'm just committing and building this as it's trivial and only affects KDE, I hope I'm not hurting any feelings. :-)

Comment 4 Kevin Kofler 2010-02-09 15:31:19 UTC
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

Comment 5 Kevin Kofler 2010-02-09 23:02:28 UTC
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

Comment 6 Kevin Kofler 2010-02-09 23:35:19 UTC
I finally got it to build now.

Comment 7 Dan Williams 2010-02-10 18:58:31 UTC
Pushed the -lm upstream in 1cc28feabf56a5a4ffb7f5cdf2881c7d06168628