windows10 port is possible, with few changes #472
Labels
packaging
Flatpak packages (anything else = NOPE.png)
patch-or-wont-happen
Core maintainers would like this, but lack time/energy. Contribute a patch or it won't happen.
RFC
"Request for Comments" brainstorming tickets for things we are unsure about
hi there,
first i want to say thank you guys for reviving the project. GTG was my tool for keeping the head above water in the office. Due to changes, I now have a windows only machine. This means to me, I have to try to port GTG to Windows.
Some tinkering here and there, and with the help of msys2 it was possible to get most of the dependencies resolved (thanks for the good documentation on this side).
Currently two things are missing. Windows (msys2) has no working python-dbus to import, and no locale.nl_langinfo(locale.D_FMT).
The latter issue can be worked around with a fixed value, but it means, there could be a problem with other locales.
With the missing python-dbus functionality, I struggle alot currently. Does anyone have an idea how this could be solved?
Currently i have deleted the functions body in gtg>core>timer.py>Timer->connecto_to_dbus. If i'm not mistaken this only prevents the receipt of the signals for sleep or login on the OS (I'm not sure what the consequences are.). Is my assumption correct, that this only affects sleep mode or login?
The text was updated successfully, but these errors were encountered: