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

[BUG] Having more than 100 windows silently hides some random set of them #1047

Closed
stefanberndtsson opened this issue Dec 20, 2019 · 3 comments
Labels

Comments

@stefanberndtsson
Copy link

Version

Version: 1.5.4

Configuration

https://gist.github.com/stefanberndtsson/7c2bdb73b979c4f01bae73b6dcfe30d6

Launch Command

rofi -show window

Steps to reproduce

  • Have more than 100 XCB windows open.
  • Run rofi -show window

What behaviour you see

  • Not all windows are listed, and no information is given that some of them are missing. Which ones are missing depends on the order of last use, so the list is not consistent.

What behaviour you expect to see

  • Preferably, it would be nice if there was support for all windows, or at least a higher number than 100, which in my case having 3 displays and lots of workspaces on each, is easy to reach.
  • If not, have some sort of indication that the list presented does not represent the full list of windows.

The code explicitly limits the number to 100, in https://github.com/davatorium/rofi/blob/next/source/dialogs/window.c#L468-L497 so I'm guessing that it would be simple enough for me to compile my own version with a higher number in place, but at the same time, I prefer to not compile things myself that are part of the distributions already.

Thank you.

@DaveDavenport
Copy link
Collaborator

DaveDavenport commented Dec 20, 2019

That is some old code base (might have origin in simpleswitcher). and can be easily switched..

(on a side note, more then > 100 windows.. that is amazing :D.)

@DaveDavenport
Copy link
Collaborator

DaveDavenport commented Dec 20, 2019

fixed in git.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants