mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
load module-gconf in default install
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1159 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
0dea2237ed
commit
c21f88cb90
1 changed files with 7 additions and 1 deletions
|
|
@ -39,9 +39,11 @@ load-module module-detect
|
|||
|
||||
### Load several protocols
|
||||
load-module module-esound-protocol-unix
|
||||
#load-module module-esound-protocol-tcp
|
||||
load-module module-native-protocol-unix
|
||||
|
||||
#load-module module-esound-protocol-tcp
|
||||
#load-module module-native-protocol-tcp
|
||||
#load-module module-zeroconf-publish
|
||||
|
||||
### Load the RTP reciever module
|
||||
#load-module module-rtp-recv
|
||||
|
|
@ -69,3 +71,7 @@ load-module module-x11-bell sample=x11-bell
|
|||
### Publish connection data in the X11 root window
|
||||
load-module module-x11-publish
|
||||
|
||||
### Load additional modules from GConf settings. This can be configured with the paprefs tool.
|
||||
### Please keep in mind that the modules configured by paprefs might conflict with manually
|
||||
### loaded modules.
|
||||
load-module module-gconf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue