Andreas Hütter

Results 6 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?