Kde: Difference between revisions
From DWIKI
mNo edit summary |
m (→FAQ) |
||
Line 12: | Line 12: | ||
==Could not start certificate manager; please check your installation.== | ==Could not start certificate manager; please check your installation.== | ||
Install kleopatra, kgpg | Install kleopatra, kgpg | ||
==QSocketNotifier: Can only be used with threads started with QThread== | |||
Seems to be a wayland thing, try | |||
kate --platform xcb somefile.txt | |||
and if that works | |||
export QT_QPA_PLATFORM="xcb" |
Revision as of 11:48, 24 January 2024
Bug tracking
- http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports
- http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob;f=Documentation/env/README
- http://bugs.kde.org/
- http://www.gentoo.org/proj/en/qa/backtraces.xml
KDE4 and nvidia
FAQ
Could not start certificate manager; please check your installation.
Install kleopatra, kgpg
QSocketNotifier: Can only be used with threads started with QThread
Seems to be a wayland thing, try
kate --platform xcb somefile.txt
and if that works
export QT_QPA_PLATFORM="xcb"