Show Video Thumbnails on KDE Dolphin
sudo apt install ffmpegthumbs
Configure Dolphin (Ctrl + Shift + ,) > Preferences > General > Previews (in a tab)
Daily Notes of a Programmer
sudo apt install ffmpegthumbs
Configure Dolphin (Ctrl + Shift + ,) > Preferences > General > Previews (in a tab)
The IntelliJ IDEA short-cut to reformat source code is Ctrl+Alt+L. This happens to lock the screen in KDE (Gnome too?). How can I disable this so IntelliJ receives the key sequence?
On KDE Plasma 5 go to System Settings | Desktop Behaviour | Screen Locking
Here you will find a “Keyboard Shortcut” option. Change it to something else or set to none
References
https://stackoverflow.com/questions/211043/disable-global-ctrl-alt-l-hotkey-in-kde
balooctl disable
balooctl status
or
nano ~/.config/baloofilerc
[Basic Settings] Indexing-Enabled=false
References
https://community.kde.org/Baloo/Configuration
https://bbs.archlinux.org/viewtopic.php?id=193169