Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
kde_plasma [12/08/2021 - 14:33] – [Tastenkürzel] thommie4 | kde_plasma [26/06/2025 - 12:30] (aktuell) – thommie_netzwissen.de | ||
---|---|---|---|
Zeile 3: | Zeile 3: | ||
===== Tastenkürzel ===== | ===== Tastenkürzel ===== | ||
- | ^Was ^Programm ^Funktion ^Ist default | | + | ^Was^Programm^Funktion^Ist default| |
- | |Alt + F2 |krunner |anzeigen |ja | | + | |Alt + F2|krunner|anzeigen|ja| |
- | |Alt + Leertaste |krunner |anzeigen |ja | | + | |Alt + Leertaste|krunner|anzeigen|ja| |
- | |Meta |latte dock |anzeigen |ja | | + | |Meta + K|kontrolLeiste|anzeigen|nein| |
- | |Meta Pfeil links/ | + | |Meta Pfeil links/ |
- | |Alt Umsch. P |atom |Projekte auflisten | + | | |
- | | | + | |
+ | ==== Gecrashte Kontrolleiste oder Plasma GUI ==== | ||
+ | < | ||
+ | '' | ||
+ | |||
+ | </ | ||
==== Starting and stopping ==== | ==== Starting and stopping ==== | ||
- | ^ \\ Shortcut ^ \\ Description | | + | ^ Shortcut^ |
- | | \\ **Ctrl** **Q** | + | | \\ **Ctrl** **Q** | \\ Quit| |
- | | \\ **Ctrl** **Esc** | + | | \\ **Ctrl** **Esc** |
- | | \\ **Ctrl** **Alt** **Esc** | + | | \\ **Ctrl** **Alt** **Esc** |
- | | \\ **Alt** **Space** / **Alt** **F2** | + | | \\ **Alt** **Space** / **Alt** **F2** |
- | | \\ **Alt** **F4** | + | | \\ **Alt** **F4** |
==== Panning and zooming ==== | ==== Panning and zooming ==== | ||
- | ^ \\ Shortcut ^ \\ Description | | + | ^ \\ Shortcut^ \\ Description| |
- | | \\ Meta **=** | + | | \\ Meta **=** | \\ Zoom In| |
- | | \\ Meta **-** | + | | \\ Meta **-** | \\ Zoom Out| |
- | | \\ Meta **0** | \\ Zoom Normal | | + | | \\ Meta **0** | \\ Zoom Normal| |
- | | \\ Meta Up | \\ Pan Up | | + | | \\ Meta Up| \\ Pan Up| |
- | | \\ Meta Down | \\ Pan Down | | + | | \\ Meta Down| \\ Pan Down| |
- | | \\ Meta Left | \\ Pan left | | + | | \\ Meta Left| \\ Pan left| |
- | | \\ Meta Right | \\ Pan Right | | + | | \\ Meta Right| \\ Pan Right| |
==== Leaving your computer ==== | ==== Leaving your computer ==== | ||
- | ^ \\ Shortcut ^ \\ Description | | + | ^ \\ Shortcut^ \\ Description| |
- | | \\ **Ctrl** +**Alt** +**L** | + | | \\ **Ctrl** +**Alt** +**L** |
- | | \\ **Ctrl** +**Alt** +**Del** | + | | \\ **Ctrl** +**Alt** +**Del** |
- | | \\ **Ctrl** +**Alt** +**Shift** +**Del** | + | | \\ **Ctrl** +**Alt** +**Shift** +**Del** |
- | | \\ **Ctrl** +**Alt** +**Shift** +**Page Down** | + | | \\ **Ctrl** +**Alt** +**Shift** +**Page Down** |
- | | \\ **Ctrl** +**Alt** +**Shift** +**Page Up** | + | | \\ **Ctrl** +**Alt** +**Shift** +**Page Up** | \\ Reboot without confirmation| |
===== KWallet: Automatisch öffnen bei Login (pam_kwallet) ===== | ===== KWallet: Automatisch öffnen bei Login (pam_kwallet) ===== | ||
Zeile 56: | Zeile 61: | ||
</ | </ | ||
- | |||
- | . | ||
- | |||
- | ===== ===== | ||
====== Plasma ====== | ====== Plasma ====== | ||
Zeile 83: | Zeile 84: | ||
Doku siehe [[http:// | Doku siehe [[http:// | ||
- | ====== Compositing ====== | + | ===== Debugging |
- | compositing an und ausschalten | + | ==== dbus ==== |
+ | |||
+ | dbus-monitor: | ||
+ | |||
+ | Es gibt den System-Bus | ||
< | < | ||
- | qdbus-qt5 org.kde.KWin /Compositor suspend | + | dbus-monitor " |
- | qdbus-qt5 | + | |
</ | </ | ||
- | ====== KWIN ====== | + | ==== qt ==== |
- | ===== Reload ===== | + | < |
+ | QT_LOGGING_RULES=*.debug=true keepassxc | ||
- | Krunner starten: Alt + F2 oder Alt + Leertaste | ||
- | |||
- | < | ||
- | kquitapp5 plasmashell && kstart plasmashell | ||
</ | </ | ||
- | |||
- | ===== Debugging ===== | ||
- | |||
- | |||
- | 1) In the graphical session, find the value of DISPLAY and XAUTHORITY variables: echo $DISPLAY :0 echo $XAUTHORITY / | ||
- | |||
- | 2) SSH into the computer from another machine using the same user as in the graphical session. | ||
- | |||
- | 3) Set the DISPLAY and XAUTHORITY variables to the same values as above: export DISPLAY=:0 export XAUTHORITY=/ | ||
- | |||
- | 4) Start kwin in gdb in the ssh session: gdb –args kwin_x11 –replace 5) Reproduce the issue. 6) The gdb is now hopefully showing segfault, abort or something. If not, hit CTRL C to get gdb prompt. Then run the " | ||
- | |||
- | Saved corefile core.25218 | ||
- | |||
- | ====== KDE Applikationen ====== | ||
===== kdeconnect ===== | ===== kdeconnect ===== | ||
Zeile 126: | Zeile 112: | ||
sudo firewall-cmd --zone=public --permanent --add-port=1714-1764/ | sudo firewall-cmd --zone=public --permanent --add-port=1714-1764/ | ||
sudo systemctl restart firewalld.service | sudo systemctl restart firewalld.service | ||
+ | |||
</ | </ | ||
Zeile 134: | Zeile 121: | ||
</ | </ | ||
+ | |||