linuxmint / linuxmint/nemo-extensions
nemo-terminal python deprecated warning
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 486
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Description
Using nemo-terminal issues the following errors:
(nemo:134546): Nemo-WARNING **: 16:27:25.614: Action '90_new-launcher.nemo_action' is missing dependency: cinnamon-desktop-editor
/usr/share/nemo-terminal/nemo-terminal-prefs.py:22: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/Projects/PyGObject/InitializerDeprecations
self.label_widget = Gtk.Label(label)
/usr/share/nemo-terminal/nemo-terminal-prefs.py:208: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/Projects/PyGObject/InitializerDeprecations
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
The warnings point to nemo-terminal-prefs.py at lines 22 and 208; inspect those Gtk.Label calls first. Launch nemo-terminal to reproduce the warnings, then verify that both PyGTKDeprecationWarning messages no longer appear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100