WayfireWM / WayfireWM/wf-shell
Command-output tooltip execution spam
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 179
- Forks
- 55
- Avg merge
- 16d 1h
- Merged PRs (30d)
- 3
Description
When a command_output_tooltip_* key is used we get excessive calling of the command on mouseovers.
The signal_query_tooltip callback is called for all mouse movement over the widget.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/panel/widgets/command-output.cpp at the cited location and inspect how the signal_query_tooltip callback invokes the command. Reproduce the issue by moving the mouse over the widget while using a command_output_tooltip_* key. Done means mouse movement no longer causes excessive command executions while tooltip behavior remains available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100