diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-10-16 09:54:56 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-10-16 09:54:56 +0000 |
commit | fb8cf9c78fb239be1b33be2a8c8b49fb93bb590c (patch) | |
tree | 0f724f25db6057a6c84b759687d7b13e3d18e1c4 /UPDATING | |
parent | 29a2663a6d254e1ed42bad7184cfb305a8506f19 (diff) |
Update KDE's Plasma Desktop to 5.17
Plasma 5.17 is the version where the desktop anticipates your needs. Night
Color, the color-grading system that relaxes your eyes when the sun sets, has
landed for X11. Your Plasma desktop also recognizes when you are giving a
presentation, and stops messages popping up in the middle of your slideshow. If
you are using Wayland, Plasma now comes with fractional scaling, which means
that you can adjust the size of all your desktop elements, windows, fonts and
panels perfectly to your HiDPI monitor.
The best part? All these improvements do not tax your hardware! Plasma 5.17 is
as lightweight and thrifty with resources as ever.
Important startup change:
With Plasma 5.17 the startup script has been renamed. People who use the
.xinitrc method to start Plasma have to call the new binary.
Previously:
exec ck-launch-session startkde
Change to:
exec ck-launch-session startplasma-x11
Announcement:
https://kde.org/announcements/plasma-5.17.0.php
Notes
Notes:
svn path=/head/; revision=514577
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20191016: + AFFECTS: users of KDE Plasma Desktop + AUTHOR: kde@FreeBSD.org + + With Plasma 5.17 the startup script has been renamed. People who use the + .xinitrc method to start Plasma have to call the new binary. + + Previously: + exec ck-launch-session startkde + Change to: + exec ck-launch-session startplasma-x11 + 20191014: AFFECTS: users of mail/rspamd, mail/rspamd-devel AUTHOR: vsevolod@FreeBSD.org |