From 46e28dad7dcdfaf30ff057f4f3e6a3dc1138c982 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 31 Aug 2016 15:57:22 +0300 Subject: [PATCH] regular.mk: enable bluetooth for most DEs ...except TDE due to kdebluetooth problems there; see also: https://forum.altlinux.org/index.php?topic=37238.msg293595#msg293595 https://bugzilla.altlinux.org/show_bug.cgi?id=32449 --- conf.d/regular.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index 8266462..8c71a7a 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -42,6 +42,7 @@ distro/.regular-desktop: distro/.regular-wm \ @$(call add,THE_PACKAGES,disable-usb-autosuspend) @$(call add,DEFAULT_SERVICES_DISABLE,gssd idmapd krb5kdc rpcbind) @$(call add,DEFAULT_SERVICES_DISABLE,powertop) + @$(call add,DEFAULT_SERVICES_ENABLE,bluetoothd) @$(call set,KFLAVOURS,std-def) distro/.regular-gtk: distro/.regular-desktop use/x11/lightdm/gtk +plymouth; @: @@ -166,7 +167,7 @@ distro/regular-gnome3: distro/.regular-desktop +plymouth +nm \ mixin/regular-tde: +tde \ use/syslinux/ui/gfxboot use/browser/firefox/classic use/fonts/ttf/redhat @$(call add,THE_PACKAGES,kdeedu) - @$(call add,DEFAULT_SERVICES_DISABLE,upower bluez) + @$(call add,DEFAULT_SERVICES_DISABLE,upower bluetoothd) distro/regular-tde: distro/.regular-desktop mixin/regular-tde +plymouth \ use/x11/gtk/nm use/net/nm/mmgui -- 2.7.4