-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
More automated AUR package #10
Comments
Hey @jcf! Thank you for your contribution and your kind words! This looks great, I'll just have to try it out on my own machine. One thing I noticed at a first glance is the changed product ID. I assume you got a newer revision of the Streamdeck with a different ID, which I wasn't aware of. We'll probably have to support both We should also think about printing out the required Thanks again! |
I figured the same, but wasn't sure which product codes were which. I know the 15 button Stream Deck I have corresponds to the
This isn't something I've adding to a package before, but I see mention of
This would be awesome! I'm not sure how best to do this. I thought maybe a |
The
Great, that's what I was thinking of!
Yeah, I think that's the easiest way to achieve this and might also help other packagers. Maybe Want to do the honors and come up with an initial PR for this? ❤️ |
@muesli looks like this stalled a while ago (quite a while, hah 😉 ) but I still think it needs attention to make sure new users don't need so much manual installation. I'm happy to send off the PRs necessary to make these fixes as I've made some additions to the |
Hi @muesli,
Let me start by saying a massive thank you for building, and sharing this awesome project! I have a cool Stream Deck setup on me Linux machine thanks to you.
I noticed you (or someone using your name) created an AUR package of deckmaster, that helped me get started, but left a few steps remaining. I decided to automate some of these steps locally, and wanted to share that with you.
I've posted a comment over on the AUR website, with a patch, and I've pushed my work up to GitHub in case you'd prefer that.
What I've added:
idProduct
with the ID of my Stream Deck because I wanted that name - maybe there should be four lines in this file with a name I'm not aware of?)deckmaster@.path
unit that will watch the symlink path you specify (e.g.systemctl --user enable deckmaster@streamdeck.path
)deckmaster@.service
that will startdeckmaster
inside~/.config/deckmaster/
, and look for a deck that shares a name with your symlink path from above.I think I've duplicated some effort as the missing
ttf-roboto
dependency has been mentioned in the non-git version of the package. Sorry about that!I'm running this locally now, and it's working spectacularly! Thanks again for sharing your awesome work. 🙇
The text was updated successfully, but these errors were encountered: