systeminfo: log system package versions (#11946)

This commit is contained in:
Vaxry 2025-10-06 23:20:21 +02:00 committed by GitHub
parent 73f06434a4
commit 02cda6bebf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 60 additions and 5 deletions

View file

@ -43,6 +43,8 @@ bool isNvidiaDriverVersionAtLeast(int thresho
std::expected<std::string, std::string> binaryNameForWlClient(wl_client* client);
std::expected<std::string, std::string> binaryNameForPid(pid_t pid);
std::string deviceNameToInternalString(std::string in);
std::string getSystemLibraryVersion(const std::string& name);
std::string getBuiltSystemLibraryNames();
template <typename... Args>
[[deprecated("use std::format instead")]] std::string getFormat(std::format_string<Args...> fmt, Args&&... args) {