summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi22
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index 325de304..00777d32 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -282,7 +282,7 @@ sub do_install_3 () {
$set->{remove} || [],
\%transaction_sources_install,
\%transaction_sources,
- 'fork' => @{$state->{transaction} || []} > 1, #- fork if multiple transaction
+ 'fork' => 0, #- do not fork (even if multiple transaction) because of X11 crash
translate_message => 1,
oldpackage => $state->{oldpackage},
callback_inst => $callback_inst,