Anyways, one major feature I missed badly was the network-manager for KDE which apparently was missing in the default KDE4 setup. Here, let me show you how to install and get the network manager running.
1. Fire up your terminal and install kmix and network-manager for kde via apt.
Note, the network-manager package is a kde3 release which still works well in KDE4.
$ apt-get intall network-manager-kde
2.To run network-manager-kde, simply run this via terminal or using Alt + F2
3. To make sure kmix and knetworkmanager launch at startup, simply create a new Autorun file as follows (use your favorite text editor)
4. Add these following lines into it and save the file.
#!/bin/bash
kmix; dcop kmix kmix-mainwindow;#1 hide
knetworkmanager;
5. Setup the required permissions
6. Great you are done now. knetworkmanager should appear in your taskbar on startup.
3 comments:
Session-restore is activated automatically in KDE 4.1. So to autostart KMix and KNetworkManager you only need to have them running when you log out, reboot or shutdown.
Also I would change
$ gedit ~/.kde4/Autostart/kmix
to
$ kwrite ~/.kde4/Autostart/kmix
Not many who try KDE 4.1 have GNOME installed. ;)
Also I see a typo:
$ apt-get intall network-manakger-kde
should be
$ apt-get intall network-manager-kde
Thanks for this post.
--Sokraates
Thanks for the comment. Corrected the typo. I do envy KDE 4.1 now. Donno why they stopped support for Gutsy. We are stuck with KDe 4.0 but it's still good :)
Anoj, It's really a nice blog. I like it. It's really informative blog. Keep it up nice blogging.
Regards,
Jeff Kent
Yahoo Store Design
Post a Comment