-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Some Java Applications work properly. No Mouse reaction and wrong rendering #3146
Comments
Sorry, but I don't have the time to debug via log files. |
yes, fair point. I've created a small test application. If you play around with window of the combobox (try resize, move), you can see that something is wrong. Edit: link removed. you have to run it via java 8
and the xpra call is: Hope I can help you. |
Please attach the source to this ticket, not a binary in a location that will end up as 404 eventually. |
Hello Antoine, |
So the download you just provided is very likely to be illegal. |
For distribution, it isn't illegal. For that reason my sample hasn't a licence key in it. From your point of view you try a demo. |
I can can agree and understand your point of view, but I don't know what I have to look for. If you want you can give me hints and I can provide you logs or something else. |
If the application runs OK with the python client then this ticket should be migrated to the https://github.com/Xpra-org/xpra-html5 project. Then to debug, try running the server with |
I've recorded a small session with the problem and uploaded it to youtube. The logfiles from that session are attached. The problem exists in the html5 and native client. The debug options are -d metadata,state |
Your log file is almost empty - it's the wrong one:
|
Sorry. Hmm only the 1.log has content. |
Why use tar on a single file? You could just have attached it here directly. From your video, it looks like the problem is from the window geometry, the toolkit is probably making some assumptions about the window manager and getting it wrong. Something similar to #705 perhaps.
See also https://github.com/Xpra-org/xpra/wiki/Reporting-Bugs for the missing details. |
Today I tested a bit
|
You need to run a window manager. ie:
That's really not a good sign. |
You are noticed that there is also a problem without Synthetica?:
|
This has nothing to do with Synthetica. |
Hello,
I try to start a java application. From the first view it works. Command is:
xpra start --start="java -jar /home/xyz/Documents/abc-0.10-SNAPSHOT.jar" --bind-tcp=0.0.0.0:10000
When I connect with the html 5 client
http://127.0.0.1:10000/connect.html
or via socket and the xpra_launcher, there are usability issues. It seems a bit of #3076. I attached the logfile, and hope it helps.
whats going wrong:
I can't not provide you the application to test, but can give you further logfiles. Can maybe a small video help?
xpraLogs.tar.gz
The text was updated successfully, but these errors were encountered: