diff options
author | Eric Hameleers <alien@slackware.com> | 2016-02-13 13:16:14 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-02-13 13:16:14 +0100 |
commit | 4d1a659543ab51f0b283a35a32cd81478efc2a6a (patch) | |
tree | fd86b5d47195b4a10db9157cbd735360cd790278 /make_slackware_live.sh | |
parent | 70bbd0f73ba87dc65cc3fe83832224e73ade8c8e (diff) | |
download | liveslak-4d1a659543ab51f0b283a35a32cd81478efc2a6a.tar.gz liveslak-4d1a659543ab51f0b283a35a32cd81478efc2a6a.tar.xz |
PLASMA5: Do not show the blueman applet, Plasma5 has its own BlueTooth widget.
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |