kwin-scripts / kwin-tiling

Tiling script for kwin
GNU General Public License v2.0
1.1k stars 68 forks source link

Yakuake #58

Closed paulroemer closed 8 years ago

paulroemer commented 8 years ago

Another one:

Unfortunately, Yakuake (the Quake-styled console) gets tiled to. Can you confirm this?

Cheers, Paul

faho commented 8 years ago

Humm... I use yakuake pretty much once per minute and it's in the default exclusion list. Have you removed it from there?

paulroemer commented 8 years ago

No, no changes there.

screenshot_20160220_214904

krunner seems to affected, too.

paulroemer commented 8 years ago

Can you give me a hint where kwin logs print()/stdout statements?

faho commented 8 years ago

Can you give me a hint where kwin logs print()/stdout statements?

For me it all ends up in ~/.xsession-errors. Or you could run kwin_x11 --replace

krunner seems to affected, too.

That's another one that's in the default list. Can you do xprop and click on the affected clients? The "WM_CLASS(STRING) =" line is the interesting one, and should be '"yakuake", "yakuake"' and '"krunner", "krunner"', respectively. Also in ~/.config/kwinrc, there should be in the "[Script-kwin-script-tiling]" section either a "floaters" setting that includes both "yakuake" and "krunner" or no floaters setting at all (kwin doesn't save unchanged settings).

paulroemer commented 8 years ago

The problem was an empty floaters setting in the kwinrc. After removing it everything works as expected.

Thanks again!