Mailinglist Archive: opensuse-bugs (13492 mails)
| < Previous | Next > |
[Bug 337513] sax2: keyboard configuration broken (XkbVariant)
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 30 Oct 2007 08:39:56 -0600 (MDT)
- Message-id: <20071030143956.D2A3524526A@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=337513#c14
Marcus Schaefer <ms@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
Info Provider|
|sndirsch@xxxxxxxxxx
--- Comment #14 from Marcus Schaefer <ms@xxxxxxxxxx> 2007-10-30 08:39:56 MST
---
ok so sax2 -r -a is a bad test :-))
back to sax2 -r -> GUI -> add another layout -> save
* can you tell me the contents of XkbVariant in /var/lib/sax/apidata
* could you add something like:
Index: input.pm
===================================================================
--- input.pm (revision 1456)
+++ input.pm (working copy)
@@ -93,6 +93,7 @@
foreach $n (sort keys
%{$var{InputDevice}{$section}{$i}}) {
$setting = $var{InputDevice}{$section}{$i}{$n};
if ($setting ne "") {
+ print STDERR "**** $n:$setting\n";
$setting =~ s/^ +//g; # remove blanks
$setting =~ s/\t+//g; # remove tabs
$setting =~ s/\"//g; # remove " signs
in /usr/share/sax/modules/create/input.pm
I don't see this problem, maybe I'm stupid
thanks
--
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.
Marcus Schaefer <ms@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
Info Provider|
|sndirsch@xxxxxxxxxx
--- Comment #14 from Marcus Schaefer <ms@xxxxxxxxxx> 2007-10-30 08:39:56 MST
---
ok so sax2 -r -a is a bad test :-))
back to sax2 -r -> GUI -> add another layout -> save
* can you tell me the contents of XkbVariant in /var/lib/sax/apidata
* could you add something like:
Index: input.pm
===================================================================
--- input.pm (revision 1456)
+++ input.pm (working copy)
@@ -93,6 +93,7 @@
foreach $n (sort keys
%{$var{InputDevice}{$section}{$i}}) {
$setting = $var{InputDevice}{$section}{$i}{$n};
if ($setting ne "") {
+ print STDERR "**** $n:$setting\n";
$setting =~ s/^ +//g; # remove blanks
$setting =~ s/\t+//g; # remove tabs
$setting =~ s/\"//g; # remove " signs
in /usr/share/sax/modules/create/input.pm
I don't see this problem, maybe I'm stupid
thanks
--
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 > |