Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rename Sunshine/OpenTabletDriver udev rules to avoid collissions #140

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

bsherman
Copy link
Contributor

This renames the files 70-opentabletdriver.rules and and 85-sunshine.rules to add "-ublue" before ".rules" and increment the numbered prefix by one.

The "-ublue" ensures we'll never have a name collision which prevents their respective official RPMs from installing.

The increment attempts to assure that the official rules will take priority should the official RPM be installed.

FYI - @ArtikusHG / @KyleGospo

This renames the files 70-opentabletdriver.rules and and
85-sunshine.rules to add "-ublue" before ".rules" and increment the
numbered prefix by one.

The "-ublue" ensures we'll never have a name collision which prevents
their respective official RPMs from installing.

The increment attempts to assure that the official rules will take
priority should the official RPM be installed.
@KyleGospo KyleGospo added this pull request to the merge queue Oct 24, 2023
Copy link

@RedTopper RedTopper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks for figuring this one out so quickly!

rm -rf /tmp/OpenTabletDriver

# Install Sunshin udev rules from their github repo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Install Sunshin udev rules from their github repo
# Install Sunshine udev rules from their github repo

Merged via the queue into main with commit 5a61528 Oct 24, 2023
1 check passed
@KyleGospo KyleGospo deleted the avoid-udev-filename-collision branch October 24, 2023 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants