linuxmint / linuxmint/nemo-extensions

trying to port kupfer's kupfer_provider.py to nemo - can someone give me a hint?

Open
#101 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.