This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oct 05 15:39:07 jarmano kactivitymanagerd[3122]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 170, resource id: 4194539, major code: 20 (GetProperty), minor code: 0 | |
Oct 05 15:39:07 jarmano kactivitymanagerd[3122]: Setting the name: "org.kde.ActivityManager.Resources.Scoring" | |
Oct 05 15:39:07 jarmano kactivitymanagerd[3122]: Creating directory: "/home/kf4btg/.local/share/kactivitymanagerd/resources/" | |
Oct 05 15:39:07 jarmano kactivitymanagerd[3122]: KActivities: Database connection: "kactivities_db_resources_140124884838400_readwrite" | |
query_only: QVariant(qlonglong, 0) | |
journal_mode: QVariant(QString, "wal") | |
wal_autocheckpoint: QVariant(qlonglong, 100) | |
synchronous: QVariant(qlonglong, 1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo coredumpctl gdb | |
PID: 3122 (kactivitymanage) | |
UID: 1000 (kf4btg) | |
GID: 100 (users) | |
Signal: 6 (ABRT) | |
Timestamp: Mon 2015-10-05 15:47:25 EDT (42s ago) | |
Command Line: /usr/bin/kactivitymanagerd start-daemon | |
Executable: /usr/bin/kactivitymanagerd | |
Control Group: /user.slice/user-1000.slice/session-c1.scope | |
Unit: session-c1.scope |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
from PyQt5 import QtWidgets | |
from PyQt5.QtWidgets import QAction | |
from PyQt5.QtGui import QIcon, QKeySequence | |
class MainWindow(QtWidgets.QMainWindow): | |
def __init__(self, *args, **kwargs): |