User Tools

Site Tools


kubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
kubuntu [2016/08/05 14:11]
mstraub [KDE 4 freezes in Debugging GUIs]
kubuntu [2018/10/16 21:24]
mstraub
Line 1: Line 1:
-====== ​KDE 5 / Kubuntu ​Tipps & Tricks ​======+====== Kubuntu ​Wrestling ​====== 
 + 
 + 
 +===== Kubuntu 18.04 Troubleshooting ===== 
 + 
 +Solving my problems with a Lenovo Thinkpad T450s:  
 + 
 +I ended up putting the following scripts in ''/​lib/​systemd/​system-sleep''​. 
 + 
 +This script fixes that touchpad scrolling with a two finger gesture does not work anymore after resume: 
 + 
 +<file bash fix-touchpad.sh>​ 
 +case "​$1"​ in 
 +    post) 
 +        modprobe -r psmouse 
 +        modprobe psmouse 
 +        echo "​modprobe script finished @ `date`"​ >> /​tmp/​modprobescript 
 +        ;; 
 +esac 
 +</​file>​ 
 + 
 +And this script is an ugly workaround for notifications and global shortcuts not working anymore after resume (see also https://​bugs.kde.org/​show_bug.cgi?​id=396682) 
 + 
 + 
 +<file bash fix-global-shortcuts-and-notifications.sh>​  
 +#​!/​bin/​bash 
 +sleep 6 
 +export DISPLAY=:​0 
 +sudo -u markus kcmshell5 khotkeys & 
 +sleep 1 
 +killall kcmshell5 
 +</​file>​ 
 + 
  
 ===== File Associations / Default Applications ===== ===== File Associations / Default Applications =====
kubuntu.txt · Last modified: 2019/11/07 09:54 by mstraub