¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Update to experimental GTK-3 branch


 

Hello All,

I have just push an update to the experimental GTK-3 port.

This fixes the file transfer functions and event log filtering.

Just noticed that position query and reporting is failing.

73,
-John
wb8tyw


 

I was starting to do this effort myself. But then I looked in the mirror and asked myself if I was really that crazy. In particular when I got to the Glade files. Oh no, I have to learn how to use a GUI editor?


 

Thanks John , i will test It as soon as I will be back from holiday


Il lun 16 ago 2021, 03:48 John E. Malmberg <wb8tyw@...> ha scritto:
Hello All,

I have just push an update to the experimental GTK-3 port.

This fixes the file transfer functions and event log filtering.

Just noticed that position query and reporting is failing.

73,
-John
wb8tyw






 

On 8/20/2021 8:07 AM, Maurizio Andreotti wrote:
Thanks John , i will test It as soon as I will be back from holiday
Had to push a PR to your repo to fix some issues with position reporting handling.

And with my experimental branch, the position reporting is now working.
Also have the event log tab working.

73,
-John
wb8tyw


 

On Sun, Aug 15, 2021 at 05:48 PM, John E. Malmberg wrote:
an update to the experimental GTK-3 port.

This fixes the file transfer functions and event log filtering.

Just noticed that position query and reporting is failing.

Hi John,

thanks for your efforts and work!

I tested it on my raspberry pi with python2: chat and logging and all rest seems working,

only i noticed that after few minutes of in-activity it gets silently "disconnected" from the ratflector (i am quite sure i wasn't having this idling issue in few minutes with the latest py2 code)

under python3 it complaints it isn't finding gtk module . maybe i am missing it, not got time to investigate

File "d-rats.py", line 26, in <module>
? ? ? ?import gtk

ModuleNotFoundError: No module named 'gtk'


 

On 8/28/2021 2:46 PM, John E. Malmberg wrote:
On 8/20/2021 8:07 AM, Maurizio Andreotti wrote:
Thanks John , i will test It as soon as I will be back from holiday
Had to push a PR to your repo to fix some issues with position reporting handling.
And with my experimental branch, the position reporting is now working.
Also have the event log tab working.
Forgot to mention, I got the d-rats repeater to work for on both Python 2 and Python 3 again.

Now working on getting the Map display converted. That is taking a lot of learning as lots has changed.

Currently locally I have it displaying the map for an instance and then tearing it down, so still have not figured it out.

Regards,
-John