-
Notifications
You must be signed in to change notification settings - Fork 19
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
Any chance of supporting wine/linux #14
Comments
If you want to try and make it work, I would recommend cloning the repository and trying to run the python code directly rather than running the compiled version. I expect it to require quite a bit of work though :/ |
Thank for your comment, so I take a wild guess on the python version is 2.7? Im think im pretty close the target, but getting a few errors running the python code: Installing requirement.txt Running the main.py
Update: I tried python 3.7, passed installing libs
Update: method enumerate_monitors() for each of the implementation seem not to has parameters, but being passed with I got Appreciate if there're any insight |
I think I was running the code originally with 3.7 or 3.8 - can't fully remember. I just tested a fresh install on a windows machine with python 3.9, and that works fine at least It looks like your error is related to the screeninfo package not being able to identify the operating system correctly. I can't really tell you why that happens. To test whether the code works without screeninfo, just
then you can test whether the rest works. |
Thanks I made it work as you suggest. I can run it, start counting, some feature is not working (not trying automode), but at least it can record my sessions now. There would be some improvement needed for it to run out of the box, I guess.
|
To me it starts up on Ubuntu 22.04, but there's a related bug: https://bugs.winehq.org/show_bug.cgi?id=49334 For this reason, it needs to be run with sudo. Then it runs: But yeah, hotkeys don't work, which kinda defeats the purpose. I mean if you switch from Alt + Q to Ctrl + Q it does work, but only when the window is active. Oh and always on top won't work either. So... :D |
Well yeah I would need to rewrite a ton of things and I have no knowledge of linux, so unfortunately if you really want to use the app I guess running D2 + run counter in a virtual machine would be your best bet |
Im understand that its was mentioned that only window is tested and support.
Although I want to shoot for my luck if there're any tweak so that MF_run_counter can be used by running with Wine.
I tried it and got an error on extraction data, and some wine version show problem on permission while create a folder.
Any insight you can provide I can bypass this problem?
do see a lot of python, hopefully it can compile into a bigass bundle instead of not extraction data for installer? (This is my guess)
Thank a bunch.
The text was updated successfully, but these errors were encountered: