Skip to content

Show more meaningful error when CUPS-BSD is not installed #1393

@tresf

Description

@tresf

On some systems (such as Raspberry Pi OS) the package CUPS-BSD is needed for Java to print. We should consider showing a more meaningful error when CUPS-BSD is not installed.

See also:

Currently at install time, we ask the user to install certutil, we may decide to do the same for cups-bsd.

public void setInstallType(Installer.PrivilegeLevel certType) {
this.certType = certType;
if (this.certType == SYSTEM) {
log.warn("Command \"certutil\" (required for certain browsers) needs to run as USER. We'll try again on launch.");
}
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions