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

customizeChroot : remove 30-dbus.sh to avoid conflict with dbus-s6serv

parent 2a1252fb
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,12 @@ config_s6(){ ...@@ -76,6 +76,12 @@ config_s6(){
} }
custo_once 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 # fix dbus bugs about network permissions
connman_bug(){ connman_bug(){
sed -i "s:<deny:<allow:g" /etc/dbus-1/system.d/connman-nmcompat.conf sed -i "s:<deny:<allow:g" /etc/dbus-1/system.d/connman-nmcompat.conf
......
...@@ -77,6 +77,12 @@ config_s6(){ ...@@ -77,6 +77,12 @@ config_s6(){
} }
custo_once 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 # fix dbus bugs about network permissions
connman_bug(){ connman_bug(){
sed -i "s:<deny:<allow:g" /etc/dbus-1/system.d/connman-nmcompat.conf sed -i "s:<deny:<allow:g" /etc/dbus-1/system.d/connman-nmcompat.conf
......
...@@ -77,6 +77,12 @@ config_s6(){ ...@@ -77,6 +77,12 @@ config_s6(){
} }
custo_once 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 ## Configure pulseaudio
config_pulse(){ config_pulse(){
......
...@@ -77,6 +77,12 @@ config_s6(){ ...@@ -77,6 +77,12 @@ config_s6(){
} }
custo_once 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 ## Configure pulseaudio
config_pulse(){ config_pulse(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment