-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
change WM_CLASS
from org.jabref.gui.JabRefMain
to jabref
#7848
Comments
Thanks for the info. I checked JabRef's code and the only case where it's used is in the desktop-template file: If you want to test it locally, you could do a |
@JoKalliauer Can you please test this version? https://builds.jabref.org/pull/7858/merge/ |
I tried:
and the problem persist
|
I looked a bit more into it, but except from changing the Startup_WM_CLASS it's not possible. |
@Siedlerchr That means, we are waiting for someone filing a JavaFX issue and working on fixing that issue? |
Is your suggestion for improvement related to a problem?
If you filename your
*.desktop
-file (on linux) different than theWM_CLASS
then you have two problemsDescribe the solution you'd like
change the
WM_CLASS
of the linux-application tojabref
the current WM_CLASS is
org.jabref.gui.JabRefMain
and can be checked withxprop
so you have to name the *.desktop-file as
org.jabref.gui.JabRefMain.desktop
which is very unconvetional/inconvenient (and maybe problematic because it contains dots.
the typos in the filename could be easily be overseen) .Additional context
Illustration of the problem: https://askubuntu.com/a/1155956/676490
Infos about
WM_CLASS
: https://unix.stackexchange.com/a/225409/241592The text was updated successfully, but these errors were encountered: