Andreas Hütter

Results 8 comments of Andreas Hütter

I just tried the `audio` branch. First I could not compile it, but after performing `sudo apt-get install libpulse-dev` I could. I also did `sudo systemctl stop xow.service` `sudo systemctl...

Well, the reason why I tried it with `sudo` was that without `sudo` I always got: ``` desktop@sn970:~/xow$ systemctl --user enable xow.service Failed to execute operation: No such file or...

Silly me, of course `systemctl status xow` is the wrong command in this case. Of course, `systemctl --user status xow` is the way to go here: ``` desktop@sn970:~/xow$ systemctl --user...

> Hmm, I think you could try using the old `xow.service` file with the new `audio` branch. I've noticed that you're running PulseAudio as a system-wide daemon (`--system`), whereas most...

> @andreashuetter Your issue should most likely be fixed now (didn't need the USB capture). Thank you! So I did some additional tests with your latest `audio` commit. This is...

What is necessary to use lightdm instead of GDM?

I investigated a little and found out, that the reason why **serializer.js** says _"Unknown attribute"_ is simply that in **attributes.js** the attribute **_"notify-subscription-id"_** is only defined inside the **_attributes["Subscription Description"]_**...

This works, thanks a lot, but what still is not possible is to cancel a subscription: ``` const printer = ipp.Printer(CUPS_URI); const response = await new Promise((resolve, reject) => {...