Tag Archives: kde

How to reset displays (monitors) settings for KDE Plasma and GNOME

In case your display arrangement or settings, e.g. when you have 3 screens and you are for some reason unable to reorganize them or change their settings, just reset your display settings: For KDE Plasma: rm -rf .local/share/kscreen For GNOME: … Continue reading

Posted in Linux | Tagged , , , | 6 Comments

A cute little screenshot and annotation tool on Linux

A very handy screenshot tool that works very well on my KDE plasma desktop on Ubuntu 19.10 is ksnip, which you can get from here: https://github.com/damirporobic/ksnip Just download and install the deb file and that’s it! Enjoy!

Posted in Linux | Tagged , , , | Leave a comment

Restart network manager indicator in KDE Plasma Desktop

sudo service NetworkManager restart Note: This is specifically for the network icon in the system tray and is different from the network-manager service which controls the whole Linux network manager: Tested on Ubuntu 19.10 with KDE Plasma 5.16.5 Source: https://bbs.archlinux.org/viewtopic.php?id=200935

Posted in Linux | Tagged , , | Leave a comment

Fix icon and text size for hidpi displays on login screen in KDE on Ubuntu 19.04

Just create/edit the file /etc/sddm.conf and add the following: [X11] EnableHiDPI=true ServerArguments=-nolisten tcp -dpi 192 Reboot, and you’re good to go, Enjoy! Sources: https://www.reddit.com/r/kde/comments/amybg5/login_screen_on_hidpi_4k_screen/

Posted in Linux | Tagged , , | 2 Comments