ArtEze

Results 76 comments of ArtEze

It would be nice to know where in the Chromium code the Keyevent sending is, and for the error to be more descriptive, knowing what keycode number I'm trying to...

I found this part of code where the error occurs, maybe it will help with something. https://chromium.googlesource.com/chromium/src/+/4079d37114e1dd416e99d5edc535f4214b787fc7/chrome/browser/ui/gtk/input_method_context_impl_gtk.cc#96 Edit... This link is more direct: https://source.chromium.org/chromium/chromium/src/+/main:ui/gtk/input_method_context_impl_gtk.cc;l=139

I would like Chromium not to check that it is on GTK 4, I think it is loading GTK 4, but it detects it as if it were version 3,...

This is the list of all GTK binaries, I would like to know where Chromium gets the GTK version from: ```js ls -Rlh /bin/*gtk* | grep "" lrwxrwxrwx 1 root...

In the following link is the declaration of the Keyevent structure, what I would like is that when showing the error, it shows the status of the 4 properties, or...

@PF4Public Yes, I tried that, but the problem persists.

I have updated the list of libraries and binaries and the problem persists: ```js ls -Rlh /usr/bin/*gtk* /usr/lib/*gtk* lrwxrwxrwx 1 root root 27 abr 6 11:45 /usr/bin/apart-gtk -> ../lib/apart-gtk/src/app.py -rwxrwxrwx...

@theferrer I also tried with `--gtk-version=3` and `--gtk-version=4`, and the problem persists.

I was able to solve it now, using `--gtk-version=4`. With `--gtk-version=3` the accents don't work. I don't know why that didn't work before and now it does, there must have...

Now that it works, I'll share with you how the list of libraries turned out. ```js lrwxrwxrwx 1 root root 27 abr 6 2024 /usr/bin/apart-gtk -> ../lib/apart-gtk/src/app.py -rwxrwxrwx 1 root...