Skip to content

Open tablet driver install file fails #467

Closed

Description

In the "Setting up Bazzite" program when booting for the first time there is an error if you try and install the open tablet driver.
It tries to find and enter a bistrobox called arch when in reality the distrobox is called bazzite-arch. I think it's only needed to change the distrobox enter -n arch to distrobox enter -n bazzite-arch.

Here are the error logs:

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.
For security reasons, the password you type will not be visible.
if grep -qvz "arch" <<< $(distrobox list); then distrobox-create --nvidia --image ghcr.io/ublue-os/arch-distrobox:latest -n arch -Y; fi && distrobox enter -n arch -- ' paru -S opentabletdriver' && mkdir -p ~/.config/systemd/user/ && rm -f ~/.config/systemd/user/arch-opentabletdriver.service && wget https://raw.githubusercontent.com/ublue-os/bazzite/main/post_install_files/OpenTabletDriver/opentabletdriver.service -O ~/.config/systemd/user/arch-opentabletdriver.service && systemctl --user daemon-reload && systemctl enable --user --now arch-opentabletdriver.service
Error: no such container arch
Cannot find container arch
Create it now, out of image registry.fedoraproject.org/fedora-toolbox:38? [Y/n]: error: Recipe `install-opentabletdriver` failed on line 222 with exit code 1
Installation Complete!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions