-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cannot run the app on Windows 11 dark mode #109
Comments
Woah wth never seen that! I'll debug today and find the errors. Does the same happen when you run it directly from Python3.10? |
looks like your theme files are corrupted |
Looks like the system can't read the images in the first place! |
Tk 8.5 gives this same error, when using png-s, since png support was only added in Tk 8.6. Probably this isn't the error, if TimerX was compiled with Tk 8.6, the exe should contain that version, but idk exactly how cx_freeze compiles python files. |
Yeah we should switch to pyinstaller soon. |
That's normal. Switch to darkmode and restart the app via CLI, it would look better. |
Use it in system dark mode, it would look a lot more better ;) |
It's the font colliding with the background, but hold up, the titlebar... Anyone know what that line of code is? |
But this is indeed a bug, we achieved this at compile-time, hence we either have to switch to PyInstaller, or fix cx_Freeze. Have YOu edited any code in |
We have plenty of time in the future since we have got holidays, so we'll try finding a potential bug fix at that time, it's best to investigate this for the time being. This deffo needs some team effort, so doing bug fixing in the holidays would be great since we can work simultaneously. |
Well, No the background isnt supposed to be transperent, it should have acrillic on win10 and mica on win11. |
Will do when i have time |
Code errors for light mode bro
It better not be my kind of script to build TimerX! I made one and then we switched to cx_Freeze! |
You know, while rereading this, I found this:
It seems weird, but I don't know how the heck we could find that one line that disrupts this... Sorry to tell this really late, but I have vacations from tomorrow, so can't help at that time :( will try being updated though. |
Ill fix the default sec thing by monday if nobodydoes it tell then |
Just installed, tried to run the app but it gave me those errors.
windows11 (b22000) using dark mode in settings (Personalize - Color)
The text was updated successfully, but these errors were encountered: