Kf5-config: Unterschied zwischen den Versionen
Die Seite wurde neu angelegt: „kf5-config - Gibt die Installationspfade von Qt(TM) und Frameworks aus == ÜBERSICHT == kf5-config [--expandvars] [--prefix] [--exec-prefix] [--libsuffix] [--localprefix] [--version] [--kde-version] [--types] [--path type] [--userpath type] [--install type] [--qt-prefix] [--qt-binaries] [--qt-libraries] [--qt-plugins] == BESCHREIBUNG == kf5-config ist Befehlszeilenprogramm, mit dem Informationen über die Frameworks-Installation oder Benutzerpfade abge…“ |
|||
Zeile 51: | Zeile 51: | ||
Ausgabe des Basisordners der Frameworks-Installation: | Ausgabe des Basisordners der Frameworks-Installation: | ||
% kf5-config --prefix | % kf5-config --prefix | ||
/usr | |||
Ausgabe einer Liste aller Ressourcentypen: | Ausgabe einer Liste aller Ressourcentypen: | ||
$ '''kf5-config --types''' | |||
cache - Cached information (e.g. favicons, web-pages) | |||
config - Configuration files | |||
data - Where applications store data | |||
emoticons - Emoticons | |||
exe - Executables in $prefix/bin | |||
html - HTML documentation | |||
icon - Icons | |||
include - Includes/Headers | |||
kcfg - Configuration description files | |||
lib - Libraries | |||
locale - Translation files for KLocale | |||
module - Loadable modules | |||
pixmap - Legacy pixmaps | |||
qtplugins - Qt plugins | |||
services - Services | |||
servicetypes - Service types | |||
socket - UNIX Sockets (specific for both current host and current user) | |||
sound - Application sounds | |||
templates - Templates | |||
tmp - Temporary files (specific for both current host and current user) | |||
wallpaper - Wallpapers | |||
xdgconf - XDG Configuration Files | |||
xdgconf-autostart - XDG autostart directory | |||
xdgconf-menu - XDG Menu layout (.menu files) | |||
xdgdata - XDG Shared Data | |||
xdgdata-apps - XDG Application menu (.desktop files) | |||
xdgdata-dirs - XDG Menu descriptions (.directory files) | |||
xdgdata-icon - XDG Icons | |||
xdgdata-mime - XDG Mime Types | |||
xdgdata-pixmap - Legacy pixmaps | |||
Ausgabe des Pfades des installierten Arbeitsflächenhintergrunds: | Ausgabe des Pfades des installierten Arbeitsflächenhintergrunds: | ||
$ '''kf5-config --path wallpaper''' | |||
/home/user/.local/share/wallpapers/:/usr/share/wallpapers/ | |||
== SIEHE AUCH == | == SIEHE AUCH == | ||
# kf5options(7) | # kf5options(7) | ||
# qtpaths | # qtpaths |
Version vom 1. Oktober 2022, 05:34 Uhr
kf5-config - Gibt die Installationspfade von Qt(TM) und Frameworks aus
ÜBERSICHT
kf5-config [--expandvars] [--prefix] [--exec-prefix] [--libsuffix] [--localprefix] [--version] [--kde-version] [--types] [--path type] [--userpath type] [--install type] [--qt-prefix] [--qt-binaries] [--qt-libraries] [--qt-plugins]
BESCHREIBUNG
kf5-config ist Befehlszeilenprogramm, mit dem Informationen über die Frameworks-Installation oder Benutzerpfade abgerufen werden können.
Verwenden Sie dieses Programm zur Abfrage der verschiedenen Aspekte der auf Ihrem System vorliegenden Frameworks-Installation.
Anmerkung kf5-config ist ein veralteter Ersatz für kde4-config. Es wird empfohlen stattdessen qtpaths zu benutzen, das in Qt(TM) einhalten ist.
OPTIONEN
Option | Beschreibung |
---|---|
--expandvars | ${prefix} und ${exec_prefix} bei der Ausgabe expandieren. |
--prefix | Einkompiliertes prefix für Frameworks-Bibliotheken. |
--exec-prefix | Einkompiliertes exec_prefix für Frameworks-Bibliotheken. |
--libsuffix | Bei der Kompilierung gesetztes „library path suffix“. |
--localprefix | Präfix für das Schreiben von Dateien in $HOME. |
--version | Version von Qt(TM) und einkompilierte Versionszeichenfolge für Frameworks-Bibliotheken und kf5-config. |
--kde-version | Einkompilierte Versionszeichenfolge für Frameworks-Bibliotheken. |
--types | Ausgabe der Liste aller verfügbaren KDE-Ressourcetypen. |
--path Typ | Suchpfad für den angegebenen Typ. |
--userpath Typ | document |
--install Typ | Präfix, in dem Ressourcen-Dateien abgelegt werden. |
--qt-prefix | Installations-Präfix für Qt(TM). |
--qt-binaries | Ort der installierten Qt(TM)-Programmdateien. |
--qt-libraries | Ort der installierten Qt(TM)-Bibliotheken. |
--qt-plugins | Ort der installierten Qt(TM)-Module. |
BEISPIELE
Ausgabe des Basisordners der Frameworks-Installation:
% kf5-config --prefix /usr
Ausgabe einer Liste aller Ressourcentypen:
$ kf5-config --types cache - Cached information (e.g. favicons, web-pages) config - Configuration files data - Where applications store data emoticons - Emoticons exe - Executables in $prefix/bin html - HTML documentation icon - Icons include - Includes/Headers kcfg - Configuration description files lib - Libraries locale - Translation files for KLocale module - Loadable modules pixmap - Legacy pixmaps qtplugins - Qt plugins services - Services servicetypes - Service types socket - UNIX Sockets (specific for both current host and current user) sound - Application sounds templates - Templates tmp - Temporary files (specific for both current host and current user) wallpaper - Wallpapers xdgconf - XDG Configuration Files xdgconf-autostart - XDG autostart directory xdgconf-menu - XDG Menu layout (.menu files) xdgdata - XDG Shared Data xdgdata-apps - XDG Application menu (.desktop files) xdgdata-dirs - XDG Menu descriptions (.directory files) xdgdata-icon - XDG Icons xdgdata-mime - XDG Mime Types xdgdata-pixmap - Legacy pixmaps
Ausgabe des Pfades des installierten Arbeitsflächenhintergrunds:
$ kf5-config --path wallpaper /home/user/.local/share/wallpapers/:/usr/share/wallpapers/
SIEHE AUCH
- kf5options(7)
- qtpaths