Kf5-config: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 10: | Zeile 10: | ||
== Installation == | == Installation == | ||
== Anwendungen == | == Anwendungen == | ||
=== 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/ | |||
=== Fehlerbehebung === | === Fehlerbehebung === | ||
== Syntax == | == Syntax == | ||
kf5-config [Option] | kf5-config [Option] | ||
=== Optionen === | === Optionen === | ||
{| class="wikitable sortable" | |||
|- | |||
! 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 || Benutzerpfade für die Typen: desktop|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. | |||
|} | |||
=== Parameter === | === Parameter === | ||
=== Umgebungsvariablen === | === Umgebungsvariablen === | ||
Zeile 25: | Zeile 101: | ||
=== Info-Pages === | === Info-Pages === | ||
== Siehe auch == | == Siehe auch == | ||
# [[kf5options]](7) | |||
# [[qtpaths]] | |||
== Links == | == Links == | ||
=== Projekt-Homepage === | === Projekt-Homepage === | ||
Zeile 53: | Zeile 131: | ||
[[Kategorie:Entwurf]] | [[Kategorie:Entwurf]] | ||
Version vom 1. Oktober 2022, 05:43 Uhr
kf5-config gibt die Installationspfade von Qt™ und Frameworks aus
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™ einhalten ist.
Installation
Anwendungen
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/
Fehlerbehebung
Syntax
kf5-config [Option]
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. |
Parameter
Umgebungsvariablen
Exit-Status
Konfiguration
Dateien
Sicherheit
Dokumentation
RFC
Man-Pages
Info-Pages
Siehe auch
Links
Projekt-Homepage
Weblinks
Einzelnachweise
Testfragen
Testfrage 1
Antwort1
Testfrage 2
Antwort2
Testfrage 3
Antwort3
Testfrage 4
Antwort4
Testfrage 5
Antwort5