Issue with compound option named "workspace_bindings"
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 52
- Forks
- 12
- Avg merge
- 1h 43m
- Merged PRs (30d)
- 2
Description
If any compound option has the name workspace_bindings, the corresponding group-box will have the title "Go To Workspace Bindings". For example, wsets:
Instead, it would be much better if WCM could read the "Short Description" and show it (<_short>...</_short>)
From IRC
<soreau> https://github.com/WayfireWM/wcm/blob/master/src/wcm.cpp#L888
<soreau> must come from here I guess
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/wcm.cpp around line 888, which the issue identifies as the likely source of the group-box title. Reproduce the behavior with the wsets compound option and inspect how its Short Description is exposed. Done means the group-box uses that description instead of "Go To Workspace Bindings" when a compound option provides one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100