question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to match LibreOffice wm_class for spawning into group

See original GitHub issue

The issue:

I am trying to get LibreOffice (including Impress, Calc etc…) to appear in a certain group when spawned. I have managed to do this for lots of other programs. Below is the relevant section in my config

Group(
        "6",
        label="DOC",
        matches=[
            Match(
                wm_class=[
                    "libreoffice-writer",
                    "libreoffice-calc",
                    "libreoffice-impress",
                    "libreoffice",
                    "atril",
                ]
            ),
        ],
    ),

I checked with xprop and I am in fact targeting the correct wm_class, but I cannot seem to get it to work. I disabled the splash screen but still no success.

Does anyone have any experience with this kind of problem?

I am running qtile 0.20.0.

Thanks!

Required:

  • I have searched past issues to see if this bug has already been reported.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
JoaoDDuartecommented, Mar 9, 2022

Ah ok, my bad for misunderstanding the docs - thanks!

0reactions
elParaguayocommented, Mar 10, 2022

Wiki should be editable so go ahead!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Calc not allowing grouping - English
Group and Outline is not working in my existing or new spreadsheets. I can't group anything, and groups that were there are gone....
Read more >
qtile-examples/config.py at master
Contribute to qtile/qtile-examples development by creating an account on GitHub. ... from libqtile.config import Key, Screen, Group, Drag, Click, Match.
Read more >
LibreOffice - Red Hat Customer Portal
I have installed RHEL Server Enterprise on VMWare. Libre office is not available. How to install it?
Read more >
How do I cancel this warning?? - Blockscout ...
2022-06-18T03:58:50.050 application=explorer [warning] Failed to get known tokens with ... Unable to match LibreOffice wm_class for spawning into group ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found