My contributions to KDE

Here is a list of my merge requests that made it into KDE software, compiled from Nate Graham’s weekly blog. Opened issues and reports on Bugzilla are not mentioned.As you can see, my changes are neither big nor complicated, but it goes to show how easy making a first contribution Weiterlesen…

Von Nicolai, vor

Manjaro Linux: Waking up from suspend sporadically shows the frozen lock screen image without UI / black screen with movable cursor

Just dumping my solution here, in case I ever forget. Who knows, maybe it will help someone else, too. System info: Manjaro Linux 21.3.7 KDE Plasma 5.24.6 NVIDIA graphics card, proprietary driver Symptoms: 100% CPU utilization by kscreenlocker_greet loginctl unlock-sessions does not work Solution: Switch to another tty (using Ctrl+Alt+F2, Weiterlesen…

myip-Skript für Linux

Dieses winzige Skript vereinfacht die Suche nach der lokalen und globalen IP. Leicht zu merkender Name, super-simple Funktion. (Dafür natürlich nicht 100 % zuverlässig.) Aus den folgenden drei Zeilen besteht das Skript: echo Netzwerk-Name: $(iwgetid -r)echo lokale IP: $(hostname -I | grep -o ‚^\S*‘)echo globale IP: $(dig @resolver1.opendns.com A myip.opendns.com Weiterlesen…