Package: gtg
Version: 0.3.1-4
Severity: normal
Dear Maintainer,
* What led up to the situation?
An error ocurred clicking on Edit - Preferences
* What exactly did you do (or not do) that was effective (or
ineffective)?
The error appearedm but there was a button to ignore the error, so I
did it ant continued using the program.
* What was the outcome of this action?
The program does not let me configure the settings.
* What outcome did you expect instead?
I wanted to configure the program.
-- System Information:
Debian Release: 10.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.6.6-gnu (SMP w/2 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8),
LANGUAGE=pt_BR:pt:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages gtg depends on:
ii python 2.7.16-1
ii python-configobj 5.0.6-3
ii python-dbus 1.2.8-3
ii python-glade2 2.24.0-5.1+b1
ii python-gtk2 2.24.0-5.1+b1
ii python-liblarch 2.1.0-4
ii python-notify 0.1.1-4
ii python-xdg 0.25-5
Versions of packages gtg recommends:
ii python-simplejson 3.16.0-1
ii yelp 3.31.90-1
Versions of packages gtg suggests:
pn bugz <none>
pn python-appindicator <none>
ii python-cairo 1.16.2-1+b1
pn python-cheetah <none>
pn python-dateutil <none>
pn python-evolution <none>
pn python-geoclue <none>
pn python-gnomekeyring <none>
pn python-launchpadlib <none>
pn python-suds <none>
*** /home/leandro/Documentos/gtg-error
Traceback (most recent call last):
File "/usr/share/gtg/GTG/gtk/browser/browser.py", line 416, in
open_preferences
self.vmanager.open_preferences(self.config)
File "/usr/share/gtg/GTG/gtk/manager.py", line 239, in open_preferences
self.preferences.activate()
File "/usr/share/gtg/GTG/gtk/preferences.py", line 144, in activate
self._refresh_preferences_store()
File "/usr/share/gtg/GTG/gtk/preferences.py", line 129, in
_refresh_preferences_store
self.shortcut.refresh_accel()
File "/usr/share/gtg/GTG/gtk/preferences.py", line 214, in refresh_accel
self.new_task_binding = get_saved_binding()
File "/usr/share/gtg/GTG/tools/shortcut.py", line 50, in get_saved_binding
list_keys = call_subprocess(CHECK_VERSION).splitlines()
File "/usr/share/gtg/GTG/tools/shortcut.py", line 160, in call_subprocess
out = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child