[BACK]Return to DESCR CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / kded

File: [cvs.NetBSD.org] / pkgsrc / x11 / kded / DESCR (download)

Revision 1.1, Thu May 26 09:49:48 2016 UTC (7 years, 10 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, HEAD

Add KDE Frameworks 5.21.0 packages:
frameworkintegration - provide components to allow applications to integrate
    with a KDE Workspace
kactivities-stats - Core components for the KDE's Activities
kactivities5 - Core components for the KDE's Activities
kconfigwidgets - Widgets for KConfig
kded - Extensible deamon for providing system level services
kdesignerplugin - Integration of Frameworks widgets in Qt Designer/Creator
kglobalaccel - Add support for global workspace shortcuts
kguiaddons - Addons to QtGui
kinit - Process launcher to speed up launching KDE applications
kitemviews - Widget addons for Qt Model/View
kjobwidgets - Widgets for tracking KJob instances
ktextwidgets - Advanced text editing widgets
kwidgetsaddons - Addons to QtWidgets
kwindowsystem - Access to the windowing system
kxmlgui - User configurable main windows
plasma-framework - Plasma library and runtime components based upon KF5 and
    Qt5

KDED stands for KDE Daemon which isn't very descriptive.
KDED runs in the background and performs a number of small tasks.
Some of these tasks are built in, others are started on demand.

### Built in tasks

* Checking for newly installed software and updating ksycoca when new
  software is detected. Updating of ksycoca is done by the program kbuildsycoca
  which gets started by kded. When kded is first started it always runs
  kbuildsycoca to ensure that ksycoca is up to date.

* Checking for newly installed update files. Applications can install
  *.upd update files. These *.upd files are used to update configuration files
  of users, primarily when new versions of applications are installed with
  (slightly) different configuration file formats. Updating of configuration
  files is done by kconf_update. kded starts kconf_update when it detects a
  new update file. When kded is first started it always runs kconf_update to
  ensure that it has not missed any update files. kconf_update keeps track
  of which update files have been processed already in the config-file
  kconf_updaterc. It only performs a certain update once.