Plasma/5.0 Errata: Difference between revisions

From KDE Community Wiki
No edit summary
Line 11: Line 11:
* Battery monitor tray icon does not reflect AC adapter state - that is gone from Solid Devices, Power API not yet ready
* Battery monitor tray icon does not reflect AC adapter state - that is gone from Solid Devices, Power API not yet ready
* Running a Qt5 application using libvlc crashes that application, apparently because of outdated/non-existing VLC cache. See launchpad bug https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1328466
* Running a Qt5 application using libvlc crashes that application, apparently because of outdated/non-existing VLC cache. See launchpad bug https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1328466
* Graphs in KsysGuard are broken, see https://git.reviewboard.kde.org/r/119265/


== Missing features ==
== Missing features ==

Revision as of 06:50, 14 July 2014

Known issues in the Plasma 5.0 release.

Bugs

Missing features

  • No holidays or calendar events displayed in the Plasma calendar - Awaiting KDE PIM libraries to port to KF5/Plasma5.
  • Unable to edit individual locale settings - Can change locale used for setting groups such as currency or date/time, but cannot yet modify individual settings like short date format - Awaiting support upstream in Qt.
  • Support for autostarting scripts (like ones setting ssh-agent and so on) in the user's home directory (~/.config/autostart) is missing. Support for applications using .desktop files is still working, however. A possible workaround involves creating .desktop files which launch the interested programs. Discussion is ongoing on how to handle this missing feature.

Configuration changes

  • Environment variables and shutdown scripts are now sourced from ~/.config/plasma-workspace/env and ~/.config/plasma-workspace/shutdown, respectively. Existing scripts should be moved there. The relevant System Settings control panel has been adjusted for thsi change.