Skip to content

Doesn't see cups wireless printer unless --socket=cups is provided on the CLI #486

Description

@andreaippo

Chromium flatpak wouldn't "see" my Canon wifi printer.

I fixed it by taking the command and adding --socket=cups, from:

/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/chromium --file-forwarding org.chromium.Chromium @@u %U @@

to:

/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/chromium --socket=cups --file-forwarding org.chromium.Chromium @@u %U @@

I propose this becomes part of the default permissions.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions