>From 2a2b3e1b7bc9314b94369ac43583b814c108474c Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Sat, 13 Jan 2018 13:09:53 +0700 Subject: [PATCH 3/3] mixin.mk: replace use/sound with +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 9793b67..28ce4c8 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