Skip to content
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

Active Window cannot be identified on xmonad and panics #30

Closed
sassman opened this issue Dec 30, 2020 · 1 comment · Fixed by #31
Closed

Active Window cannot be identified on xmonad and panics #30

sassman opened this issue Dec 30, 2020 · 1 comment · Fixed by #31
Labels
OS: Linux This Issue is Linux specific Type: Bug Something isn't working

Comments

@sassman
Copy link
Owner

sassman commented Dec 30, 2020

Describe the bug
t-rec fails to run caused by invalid active window id

To Reproduce
Steps to reproduce the behavior:

  1. run t-rec
  2. see the error message

Expected behavior
It should identify the active window correctly else at least not panic

Screenshots
image

Version Numbers of your System:

  • OS: Linux Mint
  • Version: 20
  • WindowManager: xmonad v0.15
  • Terminal: gnome-terminal

Additional context

wmctrl -l
Cannot get client list properties.
(_NET_CLIENT_LIST or _WIN_CLIENT_LIST)

On Linux please include the output of xwininfo -root -tree -int:
image

@sassman sassman added Type: Bug Something isn't working OS: Linux This Issue is Linux specific labels Dec 30, 2020
@sassman sassman mentioned this issue Dec 30, 2020
@sassman
Copy link
Owner Author

sassman commented Dec 31, 2020

In order to configure xmonad to work, this must be added to ~/.xmonad/xmonad.hs

import XMonad
import XMonad.Hooks.EwmhDesktops

main = xmonad $ ewmh def{ handleEventHook =
           handleEventHook def <+> fullscreenEventHook }

as described in the docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS: Linux This Issue is Linux specific Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant