Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyinstaller branch rebase and fbs removal #238

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

dwlocks
Copy link

@dwlocks dwlocks commented Apr 17, 2024

I rebased that branch onto head, updated python to 3.12, updated Qt5 to latest, and allowed all dependencies to update accordingly. Then i removed FBS and implemented the minimum I could see that was needed to run (on windows).

This involved adding a couple json to the Vial.spec, some code to load those files, and the minimum possible amount of refactoring. There's more code that could be simplified with FBS gone, but I didn't want to go too far before getting some input and maybe getting someone to test on linux. I haven't kept a full vm handy for a couple years now...

xyzz and others added 7 commits April 7, 2024 22:11
fbs was holding back the code from using modern versions of python, qt,
and everything else. Remove fsb and update everything.

 * Remove fbs from spec
 * update to python 3.12
 * update all dependencies to latest minor releases
 * update to latest version of pyinstaller
 * re-implement part of fbs context object to minimize refactoring
 * update Vial.spec to have all options necessary to run
@dwlocks dwlocks mentioned this pull request Apr 17, 2024
@dwlocks dwlocks force-pushed the pyinstaller-rebase branch 2 times, most recently from 721338d to 0794bcc Compare April 17, 2024 06:21
@jashort
Copy link

jashort commented May 2, 2024

Anecdotally, this seems to work on Linux for me.
Fedora Linux 40, Python 3.12.2, and following instructions in README.md

The Vial window opens, I can change key mappings on the keyboard, unlock the keyboard and run the matrix tester, save/load the keyboard layout.

@dwlocks
Copy link
Author

dwlocks commented May 4, 2024

I am still having issues with vial recognizing my via-configured keyboard, so I haven't even been able to test beyond "software builds and runs".

@koallen
Copy link

koallen commented Jul 9, 2024

I managed to build this on a Mac but seems like it keeps opening new windows for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants