Skip to content

Splash screen of Java application stuck with "assign [class=...]" #5985

Closed Answered by andrei-korshikov
andrei-korshikov asked this question in Q&A
Discussion options

You must be logged in to vote

Make splash screen floating is nice, but it still does not solve the original issue: if the target workspace is not shown — then splash screen becomes noncloseable nice floating window.

By the way, I've tested with the latest source (November 2023) and the latest Java (22), so it's definitely not a Java bug, but an issue of the FreeMind itself (yes, Freeplane does not have this problem).

Finally I have a workaround that satisfies me — a tiny shell script:

#!/bin/sh
i3-msg 'workspace "3: Mind Map "'
/usr/bin/freemind $1

The idea is pretty simple — switch to the workspace at first, then start the application.

In theory, it should be possible in one line, something like i3-msg 'workspace ...…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@andrei-korshikov
Comment options

Comment options

You must be logged in to vote
7 replies
@waterkip
Comment options

@andrei-korshikov
Comment options

Answer selected by andrei-korshikov
@waterkip
Comment options

@andrei-korshikov
Comment options

@andrei-korshikov
Comment options

@waterkip
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants