mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
12 lines
No EOL
508 B
Text
12 lines
No EOL
508 B
Text
Downloader For X (or simply D4X) is a download manager/accelerator
|
|
for Unix-like systems.
|
|
|
|
Note: By default, the slackbuild script has sound functionality turned
|
|
off. This can be enabled by passing the following to the slackbuild:
|
|
D4X_LIBAO=yes ./d4x.SlackBuild
|
|
|
|
D4X has been know to freeze up when sound is turned on. To alleviate this
|
|
then create a file /etc/libao.conf, or alternatively ~/.libao, and put in it:
|
|
default_driver=alsa
|
|
|
|
In case alsa isn't your default audio driver, then change accordingly. |