Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckath/bidi_no
library override to get rid of gdk_keyboard_have_bidi_layouts
https://github.com/ckath/bidi_no
firefox gdk
Last synced: 8 days ago
JSON representation
library override to get rid of gdk_keyboard_have_bidi_layouts
- Host: GitHub
- URL: https://github.com/ckath/bidi_no
- Owner: Ckath
- License: mit
- Created: 2020-10-13T16:06:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-26T01:37:46.000Z (almost 4 years ago)
- Last Synced: 2023-03-09T07:52:54.513Z (over 1 year ago)
- Topics: firefox, gdk
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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=1640535I'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`