Audio qube and Salt

So I’m trying to use Salt to install an audio qube, using the [ben-grande qusal] (qusal/salt/sys-audio/README.md at main · ben-grande/qusal · GitHub) scripts.

I have reviewed the Salt Beginners Guide. But I’m still confused…

So I created the user directories per the user guide, but where do I place the .sls and .top files? I currently have them under /srv/user_salt, but they don’t run properly.

Any help is appreciated. Thanks!

Hi

Judging from commands in the README.md:

sudo qubesctl top.enable sys-audio
sudo qubesctl --targets=tpl-sys-audio,dvm-sys-audio state.apply
sudo qubesctl top.disable sys-audio
sudo qubesctl state.apply sys-audio.appmenus

The sls and top files should all be in a sys-audio directory, for example: /srv/user_salt/sys-audio/init.top

1 Like

Thanks, Leo… I found my issue; I missed some of the instructions on installing the git repository, which would explain my issues. Weekend project. :slight_smile:

Hello @Doug, I would appreciate if you could ask directly by opening an issue on the repository next time, then the the Qubes forum doesn’t become about mine or anyone else 3rd party issues and the chance of me seeing the issue there is far greater than here.

1 Like