Kde: Difference between revisions

From DWIKI
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Bug tracking=
=Bug tracking=
*http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports
*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://bugs.kde.org/
*http://www.gentoo.org/proj/en/qa/backtraces.xml
*http://www.gentoo.org/proj/en/qa/backtraces.xml


=KDE4 and nvidia=
=HOWTO=
*http://techbase.kde.org/User:Lemma/KDE4-NVIDIA
== Change KDE theme on command line ==
lookandfeeltool --list
and then
lookandfeeltool -a pick.your.them
 
== Start KDE apps on command line ==
kcmshell5 --list
 
=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"
 
==Hotkeys/sortcuts==
===Show system activity===
crtl-esc

Latest revision as of 10:43, 23 September 2024

Bug tracking

HOWTO

Change KDE theme on command line

lookandfeeltool --list

and then

lookandfeeltool -a pick.your.them

Start KDE apps on command line

kcmshell5 --list

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"

Hotkeys/sortcuts

Show system activity

crtl-esc