mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
make loading of a few more modules non-fatal
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2134 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
dcdf419449
commit
5addad21a4
1 changed files with 6 additions and 0 deletions
|
|
@ -46,7 +46,9 @@ load-module module-detect
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
### Load several protocols
|
### Load several protocols
|
||||||
|
.ifexists module-esound-protocol-unix@PA_SOEXT@
|
||||||
load-module module-esound-protocol-unix
|
load-module module-esound-protocol-unix
|
||||||
|
.endif
|
||||||
load-module module-native-protocol-unix
|
load-module module-native-protocol-unix
|
||||||
|
|
||||||
### Network access (may be configured with paprefs, so leave this commented
|
### Network access (may be configured with paprefs, so leave this commented
|
||||||
|
|
@ -80,7 +82,9 @@ load-module module-suspend-on-idle
|
||||||
|
|
||||||
### Publish connection data in the X11 root window
|
### Publish connection data in the X11 root window
|
||||||
.ifexists module-x11-publish@PA_SOEXT@
|
.ifexists module-x11-publish@PA_SOEXT@
|
||||||
|
.nofail
|
||||||
load-module module-x11-publish
|
load-module module-x11-publish
|
||||||
|
.fail
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
### Register ourselves in the X11 session manager
|
### Register ourselves in the X11 session manager
|
||||||
|
|
@ -92,7 +96,9 @@ load-module module-x11-publish
|
||||||
### Please keep in mind that the modules configured by paprefs might conflict with manually
|
### Please keep in mind that the modules configured by paprefs might conflict with manually
|
||||||
### loaded modules.
|
### loaded modules.
|
||||||
.ifexists module-gconf@PA_SOEXT@
|
.ifexists module-gconf@PA_SOEXT@
|
||||||
|
.nofail
|
||||||
load-module module-gconf
|
load-module module-gconf
|
||||||
|
.fail
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
### Make some devices default
|
### Make some devices default
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue