[SOLVED] network-manager-applet not showing in system tray (KDE)
SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Thanks, I'll check that link.
Did you build network manager from SlackBuilds or install GSB?
When I run nm-applet, it says
Code:
** (nm-applet:28326): WARNING **: get_all_cb: couldn't retrieve system settings properties: (2) The name org.freedesktop.NetworkManagerSystemSettings was not provided by any .service files.
** (nm-applet:28326): WARNING **: fetch_connections_done: error fetching system connections: (2) The name org.freedesktop.NetworkManagerSystemSettings was not provided by any .service files.
I installed gsb, but I get that same message when I run it from a computer that I didn't enable NetworkManager on when I run nm-applet from KDE. I'm now on my laptop where I use NetworkManager and I get something else. I don't have KDE installed on this machine to test from KDE.
I would check to see if NetworkManager is running.
bash-4.1# /etc/rc.d/rc.networkmanager start
Starting NetworkManager daemon: /usr/sbin/NetworkManager
bash-4.1# pidof NetworkManager
bash-4.1# NetworkManager --no-daemon
NetworkManager: <info> starting...
NetworkManager: <info> Trying to start the modem-manager...
NetworkManager: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
NetworkManager: <ERROR> [1276458189.284936] main (): Failed to initialize the network manager: Could not load plugin 'vpn': /usr/lib/NetworkManager/libnm-settings-plugin-vpn.so: cannot open shared object file: No such file or directory
NetworkManager: traceback:
NetworkManager: NetworkManager(main+0x1228) [0x807da78]
NetworkManager: /lib/libc.so.6(__libc_start_main+0xe6) [0xb7167b86]
NetworkManager: NetworkManager() [0x805c7b1]
Trace/breakpoint trap
I tried installing all of the network manager plugins at SlackBuilds.org, but still get the same error.
Last edited by piratesmack; 06-13-2010 at 03:46 PM.
I've run NetworkManager without GSB before. I just used the SalixOS repos. They have good packages and it's their stated aim to be 100% binary compatible with Slackware. I followed these directions http://task3.cc/1434/network-manager...-and-easy-way/
I may have been incorrect, and the instructions are adapted from GSB rather than Salix. All the same it's how I did it prior to installing GSB (which I really enjoy on my laptop BTW).
bash-4.1# /etc/rc.d/rc.networkmanager start
Starting NetworkManager daemon: /usr/sbin/NetworkManager
bash-4.1# pidof NetworkManager
bash-4.1# NetworkManager --no-daemon
NetworkManager: <info> starting...
NetworkManager: <info> Trying to start the modem-manager...
NetworkManager: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
NetworkManager: <ERROR> [1276458189.284936] main (): Failed to initialize the network manager: Could not load plugin 'vpn': /usr/lib/NetworkManager/libnm-settings-plugin-vpn.so: cannot open shared object file: No such file or directory
NetworkManager: traceback:
NetworkManager: NetworkManager(main+0x1228) [0x807da78]
NetworkManager: /lib/libc.so.6(__libc_start_main+0xe6) [0xb7167b86]
NetworkManager: NetworkManager() [0x805c7b1]
Trace/breakpoint trap
I tried installing all of the network manager plugins at SlackBuilds.org, but still get the same error.
Try removing "vpn" from the plugins entry in /etc/NetworkManager/nm-system-settings.conf, that'll stop that error. I
There were a couple of local edits I'd done while testing (and succeeded in getting everything to work) but I'd forgotten to merge those local edits with the stuff I put on SlackBuilds.org. Everything is synced now, so it should all work as desired :-)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.