Announcement

Collapse
No announcement yet.

Global Shortcuts

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Global Shortcuts

    I recently set up global shortcuts for a few things, and each time I boot up I get a program crash. The following image shows the error, and the following text shows the developer bug repoting info.

    Thread 1 (Thread 0x7fd23f862c80 (LWP 3224)):

    [KCrash Handler]
    #6 0x00007fd243fed770 in ?? () from /usr/lib/x86_64-linux-gnu/libKF5GlobalAccelPrivate.so.5
    #7 0x00007fd243fea4f0 in ?? () from /usr/lib/x86_64-linux-gnu/libKF5GlobalAccelPrivate.so.5
    #8 0x00007fd243ff328e in ?? () from /usr/lib/x86_64-linux-gnu/libKF5GlobalAccelPrivate.so.5
    #9 0x00007fd243ff36bb in ?? () from /usr/lib/x86_64-linux-gnu/libKF5GlobalAccelPrivate.so.5
    #10 0x00007fd242f70dba in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
    #11 0x00007fd242f74985 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
    #12 0x00007fd242f7503e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
    #13 0x00007fd242f7790e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
    #14 0x00007fd2436e1ca2 in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
    #15 0x00007fd2436b78e9 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
    #16 0x00007fd2436ba927 in QCoreApplicationPrivate::sendPostedEvents(QObject* , int, QThreadData*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
    #17 0x00007fd24370ba43 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
    #18 0x00007fd24243caae in g_main_context_dispatch () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
    #19 0x00007fd24243cd48 in ??

    () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
    #20 0x00007fd24243cddc in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
    #21 0x00007fd24370b047 in QEventDispatcherGlib:rocessEvents(QFlags<QEventLoop::ProcessEventsFlag> ) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
    #22 0x00007fd2436b65bb in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsF lag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
    #23 0x00007fd2436be5e2 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5

    #24 0x000055c3ec146555 in ?? ()
    #25 0x00007fd24309cb6b in __libc_start_main (main=0x55c3ec146220, argc=1, argv=0x7ffe2458de48, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffe2458de38) at ../csu/libc-start.c:308
    #26 0x000055c3ec1465da in ?? ()
    [Inferior 1 (process 3224) detached]
    Attached Files

    #2
    As it turns out, I was using version 5.57 from kubuntu backports, which is know to have this problem and is fixed in version 5.58. However, 5.58 was not in the repositories i had installed so i just forced version 5.56 that "shipped" with ubuntu, and all is well. The package is libkf5globalaccel5. Some other packages related to this also needed to be downgraded from their backports install, but apt let me know, and I successfully downgraded, set it to not update from 5.56, and it is working like a charm.

    Comment

    Working...
    X