kde_plasma

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
kde_plasma [18/08/2024 - 16:25] – [Debugging] adminkde_plasma [26/06/2025 - 12:30] (aktuell) thommie_netzwissen.de
Zeile 6: Zeile 6:
 |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/rechts|kwin|Arbeitsfläche wechseln|nein| |Meta Pfeil links/rechts|kwin|Arbeitsfläche wechseln|nein|
-|Alt Umsch. P|atom|Projekte auflisten|ja| 
 |         | |         |
  
-==== Gecrashte Kontrolleiste ====+==== Gecrashte Kontrolleiste oder Plasma GUI ====
 <code> <code>
- +''kquitapp5 plasmashell || killall plasmashell && kstart5 plasmashell''
-kquitapp5 plasmashell || killall plasmashell && kstart5 plasmashell+
  
 </code> </code>
Zeile 21: Zeile 19:
  
 ^  Shortcut^  Description| ^  Shortcut^  Description|
-| \\ **Ctrl** **Q**   | \\ Quit| +| \\ **Ctrl** **Q**  | \\ Quit| 
-| \\ **Ctrl** **Esc**   | \\ System Activity| +| \\ **Ctrl** **Esc**  | \\ System Activity| 
-| \\ **Ctrl** **Alt** **Esc**   | \\ Force Quit| +| \\ **Ctrl** **Alt** **Esc**  | \\ Force Quit| 
-| \\ **Alt** **Space** / **Alt** **F2**   | \\ [[https://docs.kde.org/?branch=trunk5&language=en&application=plasma-desktop&path=krunner.html|Run Command Interface]]| +| \\ **Alt** **Space** / **Alt** **F2**  | \\ [[https://docs.kde.org/?branch=trunk5&language=en&application=plasma-desktop&path=krunner.html|Run Command Interface]]| 
-| \\ **Alt** **F4**   | \\ Close|+| \\ **Alt** **F4**  | \\ Close|
  
 ==== Panning and zooming ==== ==== Panning and zooming ====
  
 ^ \\ Shortcut^ \\ Description| ^ \\ Shortcut^ \\ Description|
-| \\ Meta **=**   | \\ Zoom In| +| \\ Meta **=**  | \\ Zoom In| 
-| \\ Meta **-**   | \\ Zoom Out|+| \\ Meta **-**  | \\ Zoom Out|
 | \\ Meta **0**   | \\ Zoom Normal| | \\ Meta **0**   | \\ Zoom Normal|
 | \\ Meta Up| \\ Pan Up| | \\ Meta Up| \\ Pan Up|
Zeile 41: Zeile 39:
  
 ^ \\ Shortcut^ \\ Description| ^ \\ Shortcut^ \\ Description|
-| \\ **Ctrl** +**Alt** +**L**   | \\ Lock Screen| +| \\ **Ctrl** +**Alt** +**L**  | \\ Lock Screen| 
-| \\ **Ctrl** +**Alt** +**Del**   | \\ Leave| +| \\ **Ctrl** +**Alt** +**Del**  | \\ Leave| 
-| \\ **Ctrl** +**Alt** +**Shift** +**Del**   | \\ Logout without confirmation| +| \\ **Ctrl** +**Alt** +**Shift** +**Del**  | \\ Logout without confirmation| 
-| \\ **Ctrl** +**Alt** +**Shift** +**Page Down**   | \\ Shut Down without confirmation| +| \\ **Ctrl** +**Alt** +**Shift** +**Page Down**  | \\ Shut Down without confirmation| 
-| \\ **Ctrl** +**Alt** +**Shift** +**Page Up**   | \\ Reboot without confirmation|+| \\ **Ctrl** +**Alt** +**Shift** +**Page Up**  | \\ Reboot without confirmation|
  
 ===== KWallet: Automatisch öffnen bei Login (pam_kwallet) ===== ===== KWallet: Automatisch öffnen bei Login (pam_kwallet) =====
Zeile 61: Zeile 59:
 cp common-session-pc kwallet-session-pc cp common-session-pc kwallet-session-pc
 '' ''
 +
 </code> </code>
  
Zeile 85: Zeile 84:
 Doku siehe [[http://doc.qt.io/qt-5/qtqml-index.html|http://doc.qt.io/qt-5/qtqml-index.html]] Doku siehe [[http://doc.qt.io/qt-5/qtqml-index.html|http://doc.qt.io/qt-5/qtqml-index.html]]
  
-====== Compositing ======+===== Debugging =====
  
-compositing an und ausschalten+==== dbus ==== 
 + 
 +dbus-monitor: [[https://wiki.ubuntu.com/DebuggingDBus|https://wiki.ubuntu.com/DebuggingDBus]] 
 + 
 +Es gibt den System-Bus und den session Bus. Der session Bus existiert in der user Session. Man kann die Nachrichten auf dem Bus nach Applikation und Ziel filtern:
 <code> <code>
  
-qdbus-qt5 org.kde.KWin /Compositor suspend +dbus-monitor "type=signal,sender='org.gnome.TypingMonitor',interface='org.gnome.TypingMonitor'"
-qdbus-qt5 org.kde.KWin /Compositor resume+
  
 </code> </code>
  
-===== Reload ===== +==== qt ====
- +
-Krunner starten: Alt + F2 oder Alt + Leertaste+
  
 <code> <code>
-kquitapp5 plasmashell && kstart plasmashell+QT_LOGGING_RULES=*.debug=true keepassxc
  
-</code> 
- 
-===== Debugging ===== 
- 
-dbus-monitor: https://wiki.ubuntu.com/DebuggingDBus 
- 
-Es gibt den System-Bus und den session Bus. Der session Bus existiert in der user Session. Man kann die NAchrichten auf dem Bus nach Applikation und Ziel filtern: 
- 
-<code> 
-dbus-monitor "type=signal,sender='org.gnome.TypingMonitor',interface='org.gnome.TypingMonitor'" 
 </code> </code>
  
Zeile 122: Zeile 112:
 sudo firewall-cmd --zone=public --permanent --add-port=1714-1764/udp sudo firewall-cmd --zone=public --permanent --add-port=1714-1764/udp
 sudo systemctl restart firewalld.service sudo systemctl restart firewalld.service
 +
 </code> </code>
  
Zeile 128: Zeile 119:
 <code> <code>
 kdeconnect-cli -d 67b46763bed13456 --destination +491727141952 --send-sms "Mobilnummer Marianne: +4917623891738" kdeconnect-cli -d 67b46763bed13456 --destination +491727141952 --send-sms "Mobilnummer Marianne: +4917623891738"
 +
 </code> </code>
  
  • kde_plasma.1723998357.txt.gz
  • Zuletzt geändert: 18/08/2024 - 16:25
  • von admin