Ticket #177: nofail-no-x11.patch
| File nofail-no-x11.patch, 0.6 KB (added by coling, 4 years ago) |
|---|
-
src/daemon/default.pa.in
79 79 #load-module module-x11-bell sample=x11-bell 80 80 81 81 ### Publish connection data in the X11 root window 82 .nofail 83 82 84 .ifexists @PA_DLSEARCHPATH@/module-x11-publish@PA_SOEXT@ 83 85 load-module module-x11-publish 84 86 .endif 85 87 88 .fail 89 86 90 ### Register ourselves in the X11 session manager 87 91 # Deactivated by default, to avoid deadlock when PA is started as esd from gnome-session 88 92 # Instead we load this via /etc/xdg/autostart/ and "pactl load-module" now
