disable idbus fix for network namespaces

This commit is contained in:
netblue30 2015-11-05 08:42:21 -05:00
parent 6b2a015576
commit d64fc92b4c

View file

@ -166,7 +166,11 @@ int sandbox(void* sandbox_arg) {
}
// load IBUS env variables
env_ibus_load();
if (arg_nonetwork || any_bridge_configured() || any_interface_configured()) {
// do nothing - there are problems with ibus version 1.5.11
}
else
env_ibus_load();
// grab a copy of cp command
fs_build_cp_command();
@ -285,7 +289,7 @@ int sandbox(void* sandbox_arg) {
pulseaudio_disable();
else
pulseaudio_init();
//****************************
// networking
//****************************