[opensuse-kde] KNetworkManager source
Hi, Where I can find KNetworkManager's source? It used to be in: svn.kde.org/home/kde/trunk/kdereview/networkmanagement but is not there anymore. -- Rafał -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
On Thursday 07 October 2010 14:51:10 Rafał Miłecki wrote:
Hi,
Where I can find KNetworkManager's source? It used to be in: svn.kde.org/home/kde/trunk/kdereview/networkmanagement but is not there anymore.
extragear/base/networkmanagement -- Will Stephenson, KDE Developer, openSUSE Boosters Team SUSE LINUX Products GmbH - Nürnberg - AG Nürnberg - HRB 16746 - GF: Markus Rex -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
2010/10/7 Will Stephenson <wstephenson@suse.de>:
On Thursday 07 October 2010 14:51:10 Rafał Miłecki wrote:
Hi,
Where I can find KNetworkManager's source? It used to be in: svn.kde.org/home/kde/trunk/kdereview/networkmanagement but is not there anymore.
extragear/base/networkmanagement
Thank you. I tried to understand it's architecture and it's actually little disaster :( Is there some place where I can ask for help? I try to find the place, where KNetworkManager asks NetworkManager to actually connect to some WiFI AP. According to NetworkManager's API [1] I believe there should be some ActivateConnection call performed on org.freedesktop.NetworkManager. However it does not seem to exist in code. Eventually I found Solid::Control::NetworkManager::activateConnection, but it does not seems to be called, even when KNetworkManager connects to my AP (I putted debugging message here, without result). [1] http://projects.gnome.org/NetworkManager/developers/spec-08.html -- Rafał -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
On Friday 08 October 2010 17:45:55 Rafał Miłecki wrote:
2010/10/7 Will Stephenson <wstephenson@suse.de>:
On Thursday 07 October 2010 14:51:10 Rafał Miłecki wrote:
Hi,
Where I can find KNetworkManager's source? It used to be in: svn.kde.org/home/kde/trunk/kdereview/networkmanagement but is not there anymore.
extragear/base/networkmanagement
Thank you. I tried to understand it's architecture and it's actually little disaster :(
Is there some place where I can ask for help?
#solid on freenode or the kde-networkmanager@kde.org list
I try to find the place, where KNetworkManager asks NetworkManager to actually connect to some WiFI AP.
The call to S::C::NM:activateConnection is in backends/NetworkManagement. The abstracted design is due to our original intent to support wicd and other network management stacks with one UI. So far this didn't happen. HTH Will -- Will Stephenson, openSUSE Team SUSE LINUX Products GmbH - Nürnberg - AG Nürnberg - HRB 16746 - GF: Markus Rex -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
participants (2)
-
Rafał Miłecki
-
Will Stephenson