Summary: | Add support for custom StartupWMClass | ||
---|---|---|---|
Product: | [Applications] Falkon | Reporter: | Alexandre Pereira <pereira.alex> |
Component: | general | Assignee: | David Rosca <nowrep> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/falkon/cbb322c1a59a428a0863657c98354576e5cfd079 | Version Fixed In: | 3.1.0 |
Sentry Crash Report: |
Description
Alexandre Pereira
2018-11-06 15:25:38 UTC
Git commit cbb322c1a59a428a0863657c98354576e5cfd079 by David Rosca. Committed on 24/12/2018 at 13:47. Pushed by drosca into branch 'master'. X11: Add --wmclass command line option FIXED-IN: 3.1.0 M +12 -0 src/lib/app/commandlineoptions.cpp M +8 -0 src/lib/app/mainapplication.cpp M +4 -0 src/lib/app/mainapplication.h M +2 -1 src/lib/app/qzcommon.h M +3 -2 src/lib/tools/qztools.cpp https://commits.kde.org/falkon/cbb322c1a59a428a0863657c98354576e5cfd079 It doesn't work the way you described. StartupWMClass is not there to dictate the application to use this class, instead it is there for launchers to know what WM_CLASS will the started application have. You can now use "falkon --wmclass falkon-reddit" in your launcher to start falkon with "falkon-reddit" WM_CLASS. Thank you !! very much !!!! I will test ASAP on opensuse git packages ! Will this work on wayland too ? (In reply to Alexandre Pereira from comment #3) > Will this work on wayland too ? No, on Wayland there is no WM_CLASS, instead the appId (at least width xdg-shell) is used to match windows with launchers. So for Wayland I can either add new flag or repurpose the --wmclass to change app id. thanks for you comment. It would be really cool. The way I am using falkon is to have a default profile where I do normal web browsing, and then have falkon with custom profiles ( where I pick a template settings.ini file and make a new profile dir with just that file ). So I am using these "falkon web apps" ( launching with falkon -rwp "profile" ) alot and are working great, except these taskmanager problems. Don't want to ask too much or overburden you, but would love it to also work on wayland ( I am currently testing wayland and trying to use it more and more with opensuse git packages ). |