-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Application opens but it never comes out of minimize mode? #62
Comments
I had the same issue. i used "livestreamer-twitch-gui.exe --reset-window" to start it and fix the problem |
Is that trough CMD? Also I fix it by doing this, however this isn't the first time this happens. Hover over the taskbar icon until the preview image window came up > right click > maximize [also is it normal to have 4 processes from this program?] |
i used a windows Shortcut |
Sounds like the window is being moved out of the visible desktop boundaries. If this happens again, could you please start the program with JSON.parse(window.localStorage.getItem("app")).window.records[1] Did you maximize the application window by any chance? I'm asking because I needed to implement a workaround for this: maximizing the window also triggers a
yes, NW.js (based on chromium) uses a multi process architecture... |
Yes, I noticed it happen when it was maximize, I had to delete the entire settings on the appdata folder to stop the bug, but I am pretty sure this happened when i maximize the window and leave it on the tray icon or minimize. Hasn't happen to me as of now, but I am not using the full screen mode. However, when the bug happen the window came in maximize, but would't minimize like it normally does when I used the "+" |
it seems to happen if you minimize the programm and than close it. (task manager or close via rightclick on taskbar) If i than try to start it, its start minimised. |
Thanks for reporting the issue guys! This was related to NW.js and Windows: when minimizing the application window, NW.js fired a |
Can you add a hotkey (F5) to refresh the page your viewing? also is there a way to use "recent viewed/activity" without being sign in? didn't want to make another thread. Also thanks for fixing the bug. |
I'm not 100% sure, but I don't think you're able to add those keybindings in NW.js (same as mouse4+5 - back and forth)
Not yet implemented... Those are also just placeholders atm |
It doesn't have to be "F5" but any key, you can even add "R". |
The program comes up and open up, it even shows on my taskbar and tray icon, but it won't open.
The text was updated successfully, but these errors were encountered: