Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kde-4.6.5 and knetworkmanager
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Sun Oct 23, 2011 7:06 am    Post subject: kde-4.6.5 and knetworkmanager Reply with quote

Hi,

I have installed:
kde-base/kdelibs-4.6.5-r2
net-misc/networkmanager-0.9.0
kde-misc/knetworkmanager-0.8.80

adding the plasmoid while NM is stopped works, but adding it while NM is active gives me a segmentation fault:
Code:
$plasmoidviewer org.kde.networkmanagement
plasmoidviewer(29564)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
plasmoidviewer(29564)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
plasmoidviewer(29564)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(127, 0)
plasmoidviewer(29564)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(127, 0)
QGridLayoutEngine::addItem: Cell (1, 1) already taken
plasmoidviewer(29564)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(127, 0)
QGraphicsLinearLayout::removeAt: invalid index 0
KCrash: Application 'plasmoidviewer' crashing...
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
sock_file=/home/tobi/.kde4/socket-laptop/kdeinit4__0
QSocketNotifier: Invalid socket 17 and type 'Read', disabling...

[2]+  Stopped                 plasmoidviewer org.kde.networkmanagement


Code:
Application: Plasma Widget Viewer (plasmoidviewer), signal: Segmentation fault
[Current thread is 1 (Thread 0x7fa901de2780 (LWP 6681))]

Thread 2 (Thread 0x7fa8e5784700 (LWP 6684)):
#0  0x00007fa8ff444233 in poll () from /lib64/libc.so.6
#1  0x00007fa8f8d58fb9 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x00007fa8f8d5940c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#3  0x00007fa8ffb8ddd6 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#4  0x00007fa8ffb609f2 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#5  0x00007fa8ffb60dd4 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#6  0x00007fa8ffa6d48d in QThread::exec() () from /usr/lib64/qt4/libQtCore.so.4
#7  0x00007fa8ffb40a18 in ?? () from /usr/lib64/qt4/libQtCore.so.4
#8  0x00007fa8ffa704b5 in ?? () from /usr/lib64/qt4/libQtCore.so.4
#9  0x00007fa8fd2a0c1a in start_thread () from /lib64/libpthread.so.0
#10 0x00007fa8ff44cebd in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7fa901de2780 (LWP 6681)):
[KCrash Handler]
#6  0x00007fa8ffb82549 in QVariant::QVariant(QVariant const&) () from /usr/lib64/qt4/libQtCore.so.4
#7  0x00007fa8fd516347 in QDBusPendingReplyData::argumentAt(int) const () from /usr/lib64/qt4/libQtDBus.so.4
#8  0x00007fa8ecd57a2a in RemoteInterfaceConnection::activationState() const () from /usr/lib64/libknmclient.so.4
#9  0x00007fa8ecf837cc in ?? () from /usr/lib64/kde4/plasma_applet_networkmanagement.so
#10 0x00007fa8ecf8a945 in ?? () from /usr/lib64/kde4/plasma_applet_networkmanagement.so
#11 0x00007fa8ffb7997f in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib64/qt4/libQtCore.so.4
#12 0x00007fa8ecd54e6d in RemoteActivatableList::activatableAdded(RemoteActivatable*, int) () from /usr/lib64/libknmclient.so.4
#13 0x00007fa8ecd5b240 in RemoteActivatableList::handleActivatableAdded(QString const&, unsigned int, int) () from /usr/lib64/libknmclient.so.4
#14 0x00007fa8ecd5c4cb in RemoteActivatableList::init() () from /usr/lib64/libknmclient.so.4
#15 0x00007fa8ecf87ba9 in ?? () from /usr/lib64/kde4/plasma_applet_networkmanagement.so
#16 0x00007fa90117239c in Plasma::Containment::addApplet(Plasma::Applet*, QPointF const&, bool) () from /usr/lib64/libplasma.so.3
#17 0x00007fa901172692 in ?? () from /usr/lib64/libplasma.so.3
#18 0x0000000000408bc4 in _start ()


When I start NM after adding the plasmoid I cannot get any connection and it keeps saying, that NM is not active and I have to start it...

I have deleted all config files in /etc and did a fresh emerge.

Code:
uid=1000(tobi) gid=100(users) groups=100(users),6(disk),7(lp),10(wheel),18(audio),19(cdrom),27(video),35(games),80(cdrw),85(usb),104(svnusers),250(portage),1002(plugdev),1005(vboxusers),1010(scanner)


What could be the problem?

Thank you
Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
lamarque
n00b
n00b


Joined: 11 Jan 2006
Posts: 49
Location: Rio de Janeiro / Brasil

PostPosted: Mon Oct 24, 2011 6:13 am    Post subject: Reply with quote

I cannot reproduce this problem using Plasma NM from my git repository, so probably this problem has already been fixed. You can poke the Gentoo keys to update the ebuild to 0.8.90 that I released yesterday or wait for the 0.9.0 final that I plan to release next week.
_________________
Lamarque V. Souza
http://www.geographicguide.com/brazil.htm
Linux User #57137 - http://counter.li.org
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Mon Oct 24, 2011 12:41 pm    Post subject: Reply with quote

Hi,

after upgrading to 0.8.90 and restarting my KDE session it works.

Thank you!
Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum