Description of problem: URLs opened from Java programs do not open until the program exits Version-Release number of selected component (if applicable): java-11-openjdk-headless-11.0.11.0.9-2.fc34.x86_64 How reproducible: Always Steps to Reproduce: 1. Click a link in a Java program 2. Wait 3. Close the program Actual results: 1. An item appears in the window list that says "Opening [URL]". It disappears after a few seconds. 2. The URL is not opened. 3. The URL opens. Expected results: Open the URL without having to quit the program Additional info: xdg-open opens the URL immediately. As far as I know, this only happens when xdg-open is used from a Java program. I tested with two different Java programs (Chatty and Magarena).
*** This bug has been marked as a duplicate of bug 1961119 ***