>From 9db8868bccef456860d560396db9e8383c3d77b4 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Sat, 13 Jan 2018 13:09:53 +0700 Subject: [PATCH] Replace /use/sound feature at +alsa for desktop/regular. This will solve the sound problems when using regulars: - The sound when the computer is restarted is set to 0 - Some applications do not know how to work directly with alsa, apulse allows you to solve this problem partially. Using feature +pulse will override use of +alsa feature. --- conf.d/mixin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/mixin.mk b/conf.d/mixin.mk index 40c74da..b5f9589 100644 --- a/conf.d/mixin.mk +++ b/conf.d/mixin.mk @@ -19,7 +19,7 @@ mixin/e2k-desktop: use/e2k/x11 use/e2k/sound use/l10n/default/ru_RU \ ### regular.mk # common WM live/installer bits -mixin/regular-desktop: use/x11/xorg use/sound use/xdg-user-dirs +mixin/regular-desktop: use/x11/xorg +alsa use/xdg-user-dirs @$(call add,THE_PACKAGES,pam-limits-desktop) @$(call add,THE_PACKAGES,installer-feature-desktop-other-fs-stage2) @$(call add,THE_PACKAGES,alterator-notes dvd+rw-tools) -- 2.10.4