From 4d1a659543ab51f0b283a35a32cd81478efc2a6a Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 13 Feb 2016 13:16:14 +0100 Subject: PLASMA5: Do not show the blueman applet, Plasma5 has its own BlueTooth widget. --- make_slackware_live.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make_slackware_live.sh') diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 7ff7196..3b44a0d 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1148,6 +1148,9 @@ EOGL # Workaround a bug where SDDM does not always use the configured keymap: echo "setxkbmap" >> ${LIVE_ROOTDIR}/usr/share/sddm/scripts/Xsetup + + # Do not show the blueman applet, Plasma5 has its own BlueTooth widget: + echo "NotShowIn=KDE;" >> ${LIVE_ROOTDIR}/etc/xdg/autostart/blueman.desktop fi # End LIVEDE = PLASMA5 -- cgit v1.2.3