unable to create new note
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 273
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
when i click on a new note , getting error
TypeError: Argument 0 does not allow None as a value
Traceback (most recent call last):
File "/usr/lib/sticky/sticky.py", line 1001, in new_note
workarea_rect = Gdk.Monitor.get_workarea(
sticky 1.22-1
arch linux
sway
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 sticky.py at new_note around line 1001 and reproduce the failure when creating a note under Sway on Arch Linux. Inspect the Gdk.Monitor.get_workarea call and verify that clicking New Note completes without the reported TypeError and creates a note.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100