-
Notifications
You must be signed in to change notification settings - Fork 79
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
App window is not shown in dev mode on Windows #48
Comments
Firstly - thanks for getting involved - that's great! I've actually never developed on Windows. I've only used linux or macOS. I only test the built pacakges themselves on Windows. The first time you run the app the settings should automatically appear, but after that it simply starts minimized into the system tray. Are you sure it's not in the tray? It would be great if Windows development worked too, and if someone can get it working then that would be great, but I don't want to commit the time to looking into that myself as it is something I will not use. I recommend developing on linux or macOS. |
Hey @tom-james-watson, So here are my insights after today:
So for me the production build works, only the dev builds shows no app window nor tray-icon. As simple workaround I changed the "dev" script in packages.json to Hopefully someone has more experience in such things than me and could help me out with that issue. For now I will leave it for me there and try to help out with my simple workaround. Sorry for the long post 😅 Looking forward to contribute to this project ✌ |
OK - it looks like something with the webpack dev build is not configured properly for Windows. yarn build && yarn start should work but it may be a bit tedious for development. If you get any further let me know 🙂 |
Also - just my opinion - but if you're getting into programming, especially web stuff, I really recommend just setting up dual boot linux on your machine and doing it there. |
Hey Guys,
I am using the breaktimer-app for some days now. So I also wanted to try contribute to this cool open-source project. But unfortunately I am having some trouble setting it up on my mashine.
What I did:
yarn install
yarn dev
What happens:
I am getting no errors in the console. The build works fine. Electron gets also startet, I can see a process in my process monitor. But the app window does not open. I also can not force it into the front.
I am developing on a Windows 10 mashine.
Hopefully someone can help me with this issue. Looking forward to support the project 😁
The text was updated successfully, but these errors were encountered: