3

I recently switched from Gnome (Ubuntu) to XFCE (Xubuntu) and noticed a problem (I am pretty sure that this had worked in the beginning but not anymore).

Some windows - and I can not figure out why these windows make problems - are not in the normal window switching cycle (ALT+TAB) and it is also not possible to "tile" them. I set Super+← and Super+→ to this actions and it is working for all other windows.

The windows I currently have trouble with are

  • Slack
  • Cypress

I guessed that all Electron based Windows have these troubles but this is not the case. I can start a fresh Electron with npx elecotron and I am able to cycle to it and also to tile it[App Switcher

Also, the icons of the not-working windows are looking different. Here is the icon from Slack Slack Icon

Does anyone have an idea?

thopaw
  • 131

1 Answers1

2

I contacted the Slack support regarding the window-switching issue. They are already aware of it and working on a fix. For the meantime (and possibly for other applications with the same issue), they mentioned the following workaround:

  1. Execute the following command
    xprop -f _NET_WM_WINDOW_TYPE 32a -set _NET_WM_WINDOW_TYPE _NET_WM_WINDOW_TYPE_NORMAL
    
  2. Then click on the Slack window

This brings back the normal behaviour for that window until you restart the application (i.e. needs to be repeated after every restart).

luator
  • 192