Mageia Bugzilla – Attachment 8492 Details for
Bug 19539
Timeout with black screens, gray screens and plymouth
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch for fixing the gray screen problem
drakxtools-plymouth-nohide.patch (text/plain), 654 bytes, created by
Giuseppe Ghibò
on 2016-10-05 14:31:48 CEST
(
hide
)
Description:
patch for fixing the gray screen problem
Filename:
MIME Type:
Creator:
Giuseppe Ghibò
Created:
2016-10-05 14:31:48 CEST
Size:
654 bytes
patch
obsolete
>diff -up drakxtools-17.56/perl-install/standalone/service_harddrake.hide drakxtools-17.56/perl-install/standalone/service_harddrake >--- drakxtools-17.56/perl-install/standalone/service_harddrake.hide 2016-09-30 09:18:25.000000000 +0200 >+++ drakxtools-17.56/perl-install/standalone/service_harddrake 2016-09-30 10:37:40.627908200 +0200 >@@ -87,7 +87,7 @@ sub dialog_with_timeout { > > $SIG{ALRM} = sub { $timed_out = 1; kill 15, $pid }; > unless ($pid = fork()) { >- $plymouth and system('plymouth', 'hide-splash'); >+ $plymouth and system('plymouth', 'debug'); > exec("/usr/share/harddrake/confirm", $type, $title, $msg); > } > alarm($timeout);
diff -up drakxtools-17.56/perl-install/standalone/service_harddrake.hide drakxtools-17.56/perl-install/standalone/service_harddrake --- drakxtools-17.56/perl-install/standalone/service_harddrake.hide 2016-09-30 09:18:25.000000000 +0200 +++ drakxtools-17.56/perl-install/standalone/service_harddrake 2016-09-30 10:37:40.627908200 +0200 @@ -87,7 +87,7 @@ sub dialog_with_timeout { $SIG{ALRM} = sub { $timed_out = 1; kill 15, $pid }; unless ($pid = fork()) { - $plymouth and system('plymouth', 'hide-splash'); + $plymouth and system('plymouth', 'debug'); exec("/usr/share/harddrake/confirm", $type, $title, $msg); } alarm($timeout);
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19539
: 8492 |
8493