linuxmint / linuxmint/nemo-extensions
trying to port kupfer's kupfer_provider.py to nemo - can someone give me a hint?
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 486
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Description
http://pastebin.com/adt0wugp is what I have now. I changed imports and class definition to fit, but get an Attribute error on line 75,
window_id = window.window.xid if window.window else 0
'main.NemoWindow' has no attribute window
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 with the linked pastebin version of kupfer_provider.py and inspect line 75, where NemoWindow is accessed through window.window. Compare that object with the available Nemo window API and verify that the port no longer raises the reported AttributeError while retaining the provider's intended behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100