Mailinglist Archive: opensuse-bugs (19487 mails)
| < Previous | Next > |
[Bug 387567] shift lock reversed during install (first and second stage)
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 8 May 2008 10:14:15 -0600 (MDT)
- Message-id: <20080508161415.1711624538E@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=387567
User olh@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=387567#c35
--- Comment #35 from Olaf Hering <olh@xxxxxxxxxx> 2008-05-08 10:14:14 MST ---
yes, this change would do it as a workaround:
diff -purN inst-sys.orig/usr/lib/YaST2/startup/YaST2.call
inst-sys/usr/lib/YaST2/startup/YaST2.call
--- inst-sys.orig/usr/lib/YaST2/startup/YaST2.call 2008-05-02
06:01:42.000000000 +0200
+++ inst-sys/usr/lib/YaST2/startup/YaST2.call 2008-05-08 18:12:52.000000000
+0200
@@ -38,6 +38,8 @@ function wait_for_x11() {
# the server is ready for requests using this function
# ---
server_running=0
+ sleep 5
+ xterm -geometry 100x100+15000+100 -e 'sleep 12345' < /dev/null &>
/dev/null &
TESTX=/usr/sbin/testX
while kill -0 $xserver_pid 2>/dev/null ; do
sleep 1
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User olh@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=387567#c35
--- Comment #35 from Olaf Hering <olh@xxxxxxxxxx> 2008-05-08 10:14:14 MST ---
yes, this change would do it as a workaround:
diff -purN inst-sys.orig/usr/lib/YaST2/startup/YaST2.call
inst-sys/usr/lib/YaST2/startup/YaST2.call
--- inst-sys.orig/usr/lib/YaST2/startup/YaST2.call 2008-05-02
06:01:42.000000000 +0200
+++ inst-sys/usr/lib/YaST2/startup/YaST2.call 2008-05-08 18:12:52.000000000
+0200
@@ -38,6 +38,8 @@ function wait_for_x11() {
# the server is ready for requests using this function
# ---
server_running=0
+ sleep 5
+ xterm -geometry 100x100+15000+100 -e 'sleep 12345' < /dev/null &>
/dev/null &
TESTX=/usr/sbin/testX
while kill -0 $xserver_pid 2>/dev/null ; do
sleep 1
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |