-
Notifications
You must be signed in to change notification settings - Fork 28
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
"Args force GUI" don't work (Ubuntu/gnome) #36
Comments
The error comes with "Adds arg to force GUI web engine " that means none of the parameter With "-g qt" you get a small empty window, which will be closed after a few sec. and the warning: W/o any parameter you get a small window with "gears", after a few sec. the window was closed, no warning. Using still the QT and gnome environment! |
Hi @ghvau, it's a delay issue I think. For nothing has changed except the ability to force the use of a GUI engine but also to detect when an engine does not start. If it worked before the update, don't use arguments but just tell me if with a longer delay it works. |
I just download the latest version, the parameter already changed by youself (7->15). The app still be started by default description (from Jama dir): And really, before update it worked :-) ! |
@ghvau, thank you for your tests 👍🏻 I also just changed a sleep to an async sleep during startup, maybe this was causing a problem on your system. It's annoying because I don't have a Linux like yours to test :( |
After i delete the line, there is no change or problem still there. I play also with vizviewer (Tracetool) and i get the following info, after start Jama w/o parameter: You can see that the gtk.py modul was started ? |
Thanks for your feedback. Could you possibly add the line Also, do you think you could look at what version of the pywebview lib is used in your environment? ( You can also try adding an environment variable named PYWEBVIEW_GUI and set it to qt . Thank you very much!! |
print(forceGUI)
|
Ok I see, GTK is still launched after QT in case QT does not work. |
Ahh! Thanks for the feedback @ghvau! 👍🏻 First of all, don't use the QT parameter because you actually have to run the program in GTK mode on your Linux. As for the windows, there are indeed 2 of them: Also, there is a 15 second delay during the launch. After this delay, the software closes automatically if everything has not started correctly, by writing the message in the terminal about the arguments. For the UI message that you don't have time to see, I have no idea what it is. However, I wonder why it worked better before now. Finally, when you say "jama starts always with reduced window (also in the past!)", do you mean that the window was invisible and that you had to click in your task bar to make it appear? It's important :) Once you have seen all this, you can update the sources with the current repository because I just made a modification that should surely work (commit d5a07ed). Thank you very much for your feedback, we are making progress, it will work properly soon 😎 |
There is a other point which i ignored in the past (no handicap), but it is still there. If i go after start (reduced window) in Jama Funcs i can see only the header line and the 3 lines of description but no functions! After switching to full size window the contents changed and the functions were shown/appears. The just downloaded source has still the here described points. |
Can I have a screen shot of the last point? |
I just updated the sources by removing the splash screen under Linux! |
WOW ..., congratulations ..., that's it !!! Ready for the Ubuntu future! After a short basic test all points seems to be solved, include the missing overview (in small window frame) of the Jama Funcs scripts. Thanks! |
Excellent! 🎉 thanks @ghvau for all feedbacks and for helping me solve this problem :) |
The last Update don't works on Ubuntu 22.04 / source code
After start you get a flash up of small window
After a few sec. the window will be closed.
The text was updated successfully, but these errors were encountered: