Mageia Bugzilla – Attachment 1929 Details for
Bug 5238
XFdrake crashed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
fix the crash
fix-require.diff (text/plain), 813 bytes, created by
Thierry Vignaud
on 2012-04-05 14:32:19 CEST
(
hide
)
Description:
fix the crash
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2012-04-05 14:32:19 CEST
Size:
813 bytes
patch
obsolete
>diff --git a/NEWS b/NEWS >index 44667f6..eb29ed5 100644 >--- a/NEWS >+++ b/NEWS >@@ -1,3 +1,5 @@ >+- fix loading functions >+ > Version 0.100 - 05 April 2012 > > - do not run setxkbmap during text install >diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm >index 8364dc8..cf07001 100644 >--- a/lib/Xconfig/card.pm >+++ b/lib/Xconfig/card.pm >@@ -316,8 +316,8 @@ sub install_server { > delete $card->{Driver2}; > } > >+ require Xconfig::proprietary; > if ($card->{Driver2}) { >- require Xconfig::proprietary; > Xconfig::proprietary::handle_DRIVER2_NO_SSE($card); > my @pkgs = Xconfig::proprietary::pkgs_for_Driver2($card->{Driver2}, $do_pkgs); > if (@pkgs && (!$o_in || $o_in->ask_yesorno('', formatAlaTeX(N("There is a proprietary driver available for your video card which may support additional features.
diff --git a/NEWS b/NEWS index 44667f6..eb29ed5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- fix loading functions + Version 0.100 - 05 April 2012 - do not run setxkbmap during text install diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm index 8364dc8..cf07001 100644 --- a/lib/Xconfig/card.pm +++ b/lib/Xconfig/card.pm @@ -316,8 +316,8 @@ sub install_server { delete $card->{Driver2}; } + require Xconfig::proprietary; if ($card->{Driver2}) { - require Xconfig::proprietary; Xconfig::proprietary::handle_DRIVER2_NO_SSE($card); my @pkgs = Xconfig::proprietary::pkgs_for_Driver2($card->{Driver2}, $do_pkgs); if (@pkgs && (!$o_in || $o_in->ask_yesorno('', formatAlaTeX(N("There is a proprietary driver available for your video card which may support additional features.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 5238
: 1929