https://github.com/kde/kservice
KService
https://github.com/kde/kservice
Last synced: 2 months ago
JSON representation
KService
- Host: GitHub
- URL: https://github.com/kde/kservice
- Owner: KDE
- Created: 2015-09-18T12:21:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T09:58:09.000Z (3 months ago)
- Last Synced: 2025-04-04T10:36:33.927Z (3 months ago)
- Language: C++
- Homepage: https://invent.kde.org/frameworks/kservice
- Size: 48.4 MB
- Stars: 14
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/CC0-1.0.txt
Awesome Lists containing this project
README
# KService
## Introduction
KService allows to query information about installed applications and their associated file types.
The two relevant classes are:
- KService: This models an installed application and allows to query various properties about it
- KApplicationTrader: This is used to list available applications as well as applications associated with a given file type## KSycoca
KSycoca caches the information about available applications and file associations for faster access.
## Usage
If you are using CMake, you need to have
find_package(KF6Service)
(or similar) in your CMakeLists.txt file, and you need to link to KF6::Service.