mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 11:51:36 +00:00
General: fixing wrong permission on desktops which pops out when using bluetooth
This commit is contained in:
parent
c4af831b90
commit
76cafa6915
1 changed files with 4 additions and 0 deletions
|
@ -241,6 +241,10 @@ install_common()
|
|||
[[ -f $SDCARD/etc/console-setup/cached_setup_terminal.sh ]] && sed -i "s/^printf '.*/printf '\\\033\%\%G'/g" "${SDCARD}"/etc/console-setup/cached_setup_terminal.sh
|
||||
[[ -f $SDCARD/etc/console-setup/cached_setup_keyboard.sh ]] && sed -i "s/-u/-x'/g" "${SDCARD}"/etc/console-setup/cached_setup_keyboard.sh
|
||||
|
||||
# fix for https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1542723
|
||||
chroot "${SDCARD}" /bin/bash -c "chown root:messagebus /usr/lib/dbus-1.0/dbus-daemon-launch-helper"
|
||||
chroot "${SDCARD}" /bin/bash -c "chmod u+s /usr/lib/dbus-1.0/dbus-daemon-launch-helper"
|
||||
|
||||
# disable low-level kernel messages for non betas
|
||||
# TODO: enable only for desktop builds?
|
||||
if [[ -z $BETA ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue