session: detect more package managers

This commit is contained in:
end-4 2025-07-24 21:40:35 +07:00
parent f4f5540d08
commit 15703bce04

View file

@ -30,7 +30,8 @@ Scope {
Process {
id: detectPackageManagerProc
command: ["pidof", "pacman", "yay", "paru", "dnf", "zypper", "apt", "apx"]
command: ["pidof", "pacman", "yay", "paru", "dnf", "zypper", "apt", "apx", "xbps", "flatpak", "snap", "apk",
"yum", "epsi", "pikman"]
onExited: (exitCode, exitStatus) => {
root.packageManagerRunning = (exitCode === 0);
}