[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-06-28 Thread dr.n
Again some news: >With the proposed gtk setting (not XInput) the word suggestion is now broken. I could also get this problem resolveed by changing the setting 'key- stroke-generator' to 'AT-SPI' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-06-25 Thread AdrianChallinor
I am afraid I gave up. I revert the PC in question back to Ubuntu 23.10 (where it will remain for the foreseeable future). Now I have Onboard back and a happy user typing away in greek., -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-06-25 Thread dr.n
I have found out some more infos; After replacement of all deprecated gdk calls (see https://github.com/dr-ni/onboard) The behaviour is still the same. So I think there is another problem. I also noticed another problem with >=24.04: With the proposed gtk setting (not XInput) the word

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-06-16 Thread dr.n
see also https://bugs.launchpad.net/onboard/+bug/2068851 I have now launched a fork in github: https://github.com/dr-ni/onboard.git since this repo seems to be dead. If you are a developer and want to solve some of these problems you are very welcome to join it. -- You received this bug

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-06-15 Thread Johan Sarmiento
The suggested tweak works on my machine. (Kubuntu24.04, KDEplasma 5.27.11) GTK input works, but Xinput doesnt. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063041 Title: crashes immediately on

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-06-14 Thread sudodus
The following tweaks work for me in Lubuntu 24.04 LTS and Lubuntu Oracular. sudo apt update # but not necessary to do any upgrade sudo apt install onboard zenity After installation 'onboard' fails with segfault, but it works to start 'onboard-settings' (via a terminal window or via the menu).

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-06-11 Thread AdrianChallinor
Using XUbuntu 24.4. Tried rebuilding onboard with code from repository and patch above. This was not successful. So for me the suggestion did nit work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-06-11 Thread rostam
Hello Chris , Thank you . It partly works on xorg but "suggestion" don't work yet . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063041 Title: crashes immediately on pressing a key with

Re: [Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-06-06 Thread Chris Cooper
Thank you for your reply. I am using KDE and Onboard works fine in X11 but it always fails in Wayland. Thanks again. On 06/06/2024 13:37, rostam wrote: > gnome original visual keyboard does not have function key and not > working on all programs , for arch there is a patch so I checked on >

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-06-06 Thread rostam
gnome original visual keyboard does not have function key and not working on all programs , for arch there is a patch so I checked on virtual machine arch with gnome classic desktop and onboard worked but for debian distribution , ubuntu 24.04 doesn't work . -- You received this bug notification

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-06-05 Thread bpl
https://bugs.launchpad.net/onboard/+bug/2064835/comments/2 Chris Cooper (superduper2024) wrote on 2024-05-08: Re: [Bug 2064835] Re: Onboard not working#2 Hello Mohamed, Yes, it works. Well done. Thank you very much. I rely on Onboard a lot. Thanks again. On 07/05/2024

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-06-05 Thread bpl
And gnome original visual keyboard isn't clearly as good as onboard, for daily usage onboard is the best and vital. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063041 Title: crashes immediately

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-06-03 Thread rostam
This program is especially necessary for disabled people and unfortunately the problem has not been solved yet ! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063041 Title: crashes immediately on

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-05-31 Thread qhaz
Confirm problems with Onboard crashing after recent distro upgrade. Specifically, the Onboard appears to start up okay and run. However, when I attempt to interact with it i.e., move my mouse cursor onto the virtual keyboard, it immediately crashes and disappears completely. This problem has

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-05-31 Thread Steve Bell
Ubuntu 24.04 internet upgrade from 23.10 Onboard worked prior to the upgrade. Afterward the keyboard would display but instantly vanish when any key was pressed, followed by a request to submit a report, which I did. It fails in every attempt to use the keyboard. -- You received this bug

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-05-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: onboard (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063041 Title:

[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)

2024-04-21 Thread theofficialgman
to fix this, I first pulled the latest debian changes, then applied this additional patch https://github.com/Azkali/onboard- keyman/commit/ac8633670a5467e7b7364651e77be2c94f7e3104.patch and also set LC_ALL=en_US.UTF-8 in the debian rules for the tests so that the tests would pass. -- You