Bug 541353 - don't autostart nm-applet on KDE
Summary: don't autostart nm-applet on KDE
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: NetworkManager
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Kevin Kofler
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F13blocker-KDE
TreeView+ depends on / blocked
 
Reported: 2009-11-25 16:57 UTC by Rex Dieter
Modified: 2010-02-10 18:58 UTC (History)
2 users (show)

Fixed In Version: 0.8-0.3.git20100129
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-02-09 23:35:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.