http://bugzilla.novell.com/show_bug.cgi?id=615036 http://bugzilla.novell.com/show_bug.cgi?id=615036#c0 Summary: X resource handling/xrdb broken Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: lnussel@novell.com QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- I have this in my .Xdefaults (file unchanged since 2001): 204 mutt*vt100.translations: #override\n\ 205 Shift<Btn4Down>,<Btn4Up>:string("^[OD")\n\ 206 Shift<Btn5Down>,<Btn5Up>:string("^[OC")\n\ 207 Ctrl<Btn4Down>,<Btn4Up>:string("^[[6~")\n\ 208 Ctrl<Btn5Down>,<Btn5Up>:string("^[[6~")\n\ 209 <Btn4Down>,<Btn4Up>: string("^[OA")\n\ 210 <Btn5Down>,<Btn5Up>: string("^[OB") Ie this is one resource, however xrdb -q shows that it ends up as multiple resources and therefore doesn't work: $ xrdb -q|grep 'Btn\|mutt' <Btn4Down>,<Btn4Up>: string("A")\n <Btn5Down>,<Btn5Up>: string("B") Ctrl<Btn4Down>,<Btn4Up>: string("")\n Ctrl<Btn5Down>,<Btn5Up>: string("")\n Shift<Btn4Down>,<Btn4Up>: string("D")\n Shift<Btn5Down>,<Btn5Up>: string("C")\n mutt*vt100.translations: #override\n -- 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.