Ole-André
Ole-André
Replace ``_USER_`` with the owner of the service and set ``_GROUP_`` to the user group that can access the service.
Then you want a session, not a service. The example above is for a system service.
You can't run the service as a user, the service must be system-wide. Just set the owner to root and the group to a common user group (users, disks, whatever)....
Examples (from my projects) * https://github.com/rodlie/qtfm/blob/master/libfm/service.h (a user session "service") * https://github.com/rodlie/qtfm/blob/master/libfm/udisks2.h (a udisk client)
* Distro? (name, version, bit) * Are you running a 64-bit DAW? * Was airwave built against a multilib version of wine? * Screenshot of settings? * Any debug/errors message...
Are these 32-bit plugins? If that is the case you will need to rebuild airwave with 32-bit support (update my repo, it was disabled earlier). Note that you will need...
I'm willing to maintain the project if needed.
I'm thinking about modifying the UI a bit (no major changes), and the icons too (should use theme icons and have a sane fallback). I currently use my own branch,...
@phantom-code Great to here from you. I use airwave daily, so the least I can do is to contribute. The project as-is is good enough for most people, it just...
Script: https://gist.github.com/rodlie/12aee3ba839b7a9c85fdd414b44c1216 Video: https://youtu.be/p93Fj3I3t9I Enjoy :)