[Bug 441404] No longer run SaX2 during installation, i.e. get rid of xorg.conf
http://bugzilla.novell.com/show_bug.cgi?id=441404 User jsuchome@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=441404#c22 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |sndirsch@novell.com --- Comment #22 from Jiří Suchomel <jsuchome@novell.com> 2009-07-30 03:54:39 MDT --- (In reply to comment #20)
Jiri: yast2-country is calling XLib.pm to set language settings. All yast2-x11 interfaces will be deactivated in order to never write an xorg.conf. In the long run yast2-x11 will be dropped. Please adapt your code.
It is used in 2 cases: 1. when YaST fails to read current keyboard settings (e.g. sysconfig file is corrupted), it reads the keyboard settings from current X11 configuration using XLib->getXkbLayout. How could I get these settings when XLib is gone? (Looking into it longer, maybe this part won't be needed as it is used on installed system [where X11 keyboard config should be dropped] and during firstboot [when administrator should ensure sysconfig files are correct]) 2. During installation and/or firstboot, YaST sets the keyboard layout via setxkbmap calls. Than, at the end, it saves the layout to xorg.conf using XLib. Do I understand it right that after these features are implemented, the setting done by setxkbmap will stay without explicit writing of xorg? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com