Skip to content
Snippets Groups Projects
Commit e5d7603e authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

customizeChroot : remove the func dbus-launch, the new version of dbus doesn't...

customizeChroot : remove the func dbus-launch, the new version of dbus doesn't install the file 30-dbusrm /etc/X11/xinit/xinitrc.d/30-dbus.sh anymore
parent 9a47e92d
Branches
Tags
No related merge requests found
......@@ -76,12 +76,6 @@ config_s6(){
}
custo_once config_s6
# remove 30-dbus.sh to avoid conflict with dbus-s6serv conflicts
dbus_launch(){
rm /etc/X11/xinit/xinitrc.d/30-dbus.sh
}
dbus_launch
# fix dbus bugs about network permissions
connman_bug(){
sed -i "s:<deny:<allow:g" /etc/dbus-1/system.d/connman-nmcompat.conf
......
......@@ -77,12 +77,6 @@ config_s6(){
}
custo_once config_s6
# remove 30-dbus.sh to avoid conflict with dbus-s6serv conflicts
dbus_launch(){
rm /etc/X11/xinit/xinitrc.d/30-dbus.sh
}
dbus_launch
# fix dbus bugs about network permissions
connman_bug(){
sed -i "s:<deny:<allow:g" /etc/dbus-1/system.d/connman-nmcompat.conf
......
......@@ -77,12 +77,6 @@ config_s6(){
}
custo_once config_s6
# remove 30-dbus.sh to avoid conflict with dbus-s6serv conflicts
dbus_launch(){
rm /etc/X11/xinit/xinitrc.d/30-dbus.sh
}
dbus_launch
## Configure pulseaudio
config_pulse(){
......
......@@ -77,11 +77,6 @@ config_s6(){
}
custo_once config_s6
# remove 30-dbus.sh to avoid conflict with dbus-s6serv conflicts
dbus_launch(){
rm /etc/X11/xinit/xinitrc.d/30-dbus.sh
}
dbus_launch
## Configure pulseaudio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment