You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.1 KiB

  1. From 6250984089514d7751985476a31d268c16b3d8f2 Mon Sep 17 00:00:00 2001
  2. From: illiliti <illiliti@protonmail.com>
  3. Date: Thu, 9 Sep 2021 23:53:51 +0300
  4. Subject: [PATCH 07/15] readme: add cups and workaround for pulseaudio
  5. ---
  6. README.md | 3 ++-
  7. 1 file changed, 2 insertions(+), 1 deletion(-)
  8. --- a/README.md
  9. +++ b/README.md
  10. @@ -41,7 +41,7 @@ Keep in mind that libudev-zero isn't ide
  11. ## What doesn't work
  12. * dosfstools - requires udev_enumerate_add_match_parent()
  13. -* PulseAudio - highly depends on udev internal properties
  14. +* PulseAudio - highly depends on udev internal properties. [workaround](https://gist.github.com/capezotte/03ee5548218e819b06459819bb120b4b#pulseaudio)
  15. * udisks2 - highly depends on udev internal properties
  16. * android-tools - requires udev rules for non-root usage
  17. * NetworkManager - needs investigation
  18. @@ -49,6 +49,7 @@ Keep in mind that libudev-zero isn't ide
  19. * PipeWare - depends on udev internal properties
  20. * ldm - depends on udev internal properties
  21. * lvm2 - uses deprecated `udev_queue` API
  22. +* cups - needs investigation
  23. * ???
  24. ## Dependencies