Bugzilla – Attachment 155159 Details for
Bug 294292
black screen during installation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch for /usr/share/YaST2/modules/Timezone.ycp
t,diff (text/plain), 786 bytes, created by
Jiří Suchomel
on 2007-08-02 12:28:49 UTC
(
hide
)
Description:
patch for /usr/share/YaST2/modules/Timezone.ycp
Filename:
MIME Type:
Creator:
Jiří Suchomel
Created:
2007-08-02 12:28:49 UTC
Size:
786 bytes
patch
obsolete
>Index: Timezone.ycp >=================================================================== >--- Timezone.ycp (revision 39231) >+++ Timezone.ycp (working copy) >@@ -163,6 +163,8 @@ > // > if (!Mode::config () && really ) > { >+ if (Stage::initial () || Stage::cont ()) >+ SCR::Execute ( .target.bash, "/usr/bin/xset -dpms"); > string cmd = "/usr/sbin/zic -l " + timezone; > y2milestone( "Set cmd %1", cmd ); > y2milestone( "Set ret %1", SCR::Execute( .target.bash_output, cmd )); >@@ -172,6 +174,8 @@ > y2milestone( "Set cmd %1", cmd ); > y2milestone( "Set ret %1", SCR::Execute(.target.bash_output, cmd )); > } >+ if (Stage::initial () || Stage::cont ()) >+ SCR::Execute ( .target.bash, "/usr/bin/xset +dpms"); > } > > // On first assignment store default timezone.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 294292
:
154529
| 155159 |
155305