Skip to content

Ckath/bidi_no

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bidi_no (thanks)

a little library override to get rid of the terrible behaviour of gdk_keymap_have_bidi_layouts, for details on this happening see this firefox issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1640535

I've personally only experienced this in firefox, but it might appear in other applications as well

building

# for a debug printf whenever and how many times this call is made
make DEBUG=yes

# for just the workaround stub that stops the actual function from being called
make

usage

LD_PRELOAD=./libbidi_no.so application

About

library override to get rid of gdk_keyboard_have_bidi_layouts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published