Skip to content

Incorrect package count on Bazzite (immutable / rpm-ostree): reports Packages: 0 #2

Description

@Fl1ckmane
Image

On Bazzite (an immutable, rpm-ostree–based distribution), FetchIt reports Packages: 0 even though the system clearly has installed packages. This appears to be a package detection issue on Atomic / ostree systems rather than a true absence of packages.

Environment

OS: Bazzite (immutable / rpm-ostree)

Kernel: 6.17.7-ba25.fc43.x86_64

Architecture: x86_64

(Full context shown in the attached screenshots)

Steps to reproduce

Run FetchIt on Bazzite.

Observe the output line: Packages: 0.

Actual behavior

FetchIt shows: Packages: 0.

Expected behavior

A correct, non-zero package count on Bazzite / rpm-ostree systems.

Notes / Evidence

The attached screenshot from FetchIt shows Packages: 0.

A comparison screenshot from neofetch on the same system shows a normal (non-zero) package count, suggesting detection is failing specifically in FetchIt’s package-count logic on rpm-ostree-based distros.

Suggestion (implementation hint)

Consider detecting rpm-ostree / Atomic systems (e.g., /run/ostree-booted exists or rpm-ostree is available) and using an ostree-compatible method to determine package count (or falling back to a reliable query for these environments).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions