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

Grid disappears ever other keystroke #42

Open
dylon opened this issue Jun 1, 2019 · 4 comments
Open

Grid disappears ever other keystroke #42

dylon opened this issue Jun 1, 2019 · 4 comments

Comments

@dylon
Copy link

dylon commented Jun 1, 2019

When I launch keynav, the grid disappears every-other keystroke. The issue has been reported by another user in the following issue:

NixOS/nixpkgs#30160

Below are the relevant specs for my laptop that may help, let me know if you need anything else:

  • Arch Linux (distro)
  • Linux kernel v. 5.1.4
  • KDE Plasma v. 5.15.5
  • KDE Framework v. 5.58.0
  • Nvidia (proprietary) graphics driver v. 430.14
@flako-dd
Copy link

flako-dd commented Jun 2, 2019

Can confirm the Issue, also arch, kde plasma. Graphics driver is xf86-video-intel

@waldauf
Copy link

waldauf commented Jul 15, 2019

I confirm the Issue:

  • Archlinux
  • Kernel: 5.2.0-arch2-1-ARCH
  • KDE Plasma: 5.16.3
  • KDE Framework: 5.60
  • Xorg-server: 1.20.5-2

@ration
Copy link

ration commented Jan 2, 2020

The problem seems to be with the flickering prevention algorithm in update. If you comment out XUnmapWindow at https://github.com/jordansissel/keynav/blob/master/keynav.c#L1422 it works.

@lilydjwg
Copy link
Contributor

lilydjwg commented Nov 16, 2020

Same problem here with the Awesome WM and commenting out the XUnmapWindow works.

This XUnmapWindow was to prevent flickering? But I no longer get flickers after commenting out it!

zeteref added a commit to zeteref/keynav that referenced this issue Dec 29, 2021
- before this commit grid would disappear on every other keystroke
- jordansissel#42 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants