linuxmint / linuxmint/nemo-extensions

nemo-terminal python deprecated warning

Open
#560 1 comment 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

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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.