Bug#688128: autokey-gtk: does not start

2012-09-20 Thread Andrew Starr-Bochicchio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi all,

autokey's GTK frontend was ported to GTK+3 and gobject introspection,
but it seems that it's dependencies were not updated accordingly. For
instance:

$ grep 'from gi.repository' ./src/lib/gtkapp.py
from gi.repository import Gtk, Gdk, GObject, GLib

The attached debdiff resolves this issue.

Thanks!

- - Andrew Starr-Bochicchio

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJQW51cAAoJEDtW4rvVP9yxUP4P/0dzIuW9Eao1P35AMTuavUn2
CwMc36/zPAg62YKvN6s4hoQL3DzSsDLSMykRQxnuhdwNvLGn0gjqdyOpOzpttE/W
MVUJSVzd23rvAF6bTKyU3iTDiluQeeM9WALsz4cVS7Gh6AFEPR+kl8dQ3PegxMDB
ksTQjo0T3EAHuTGh/oEO/2rXNTyUHgD3VfkCl+q92NY9Ohzx3omQE3jT3BKJ8yC1
BJJHMvBi5hwyfFc9pNMtPALjETsrjMae3JGqjWmTHGXpILt/SeCVEbFQxg6/g+Vt
WPP2hURFIA84t0FJ1gGO2tF3sHYBVtxLzutUJZ0rC9k1Ca8NyF3xWpOG/YkYadCY
WfV444Nuv1z4sTNIba1doq/1xMe7DOC8iV2iRWhtMm4jHF8z9lBnoxfFOyRh+G8a
aAvLquILgjrJJ2KpcXLpR1PnD3ymS43nOQNzf4qd7bDLcYIT+ZN0pda6FAbUVStu
vHw1pN4Nz9PChaZPd0YkzZM46UhSsThdz06jcpMf4ITvITz3bdYbpgze5r8T07yX
fG/1jE8E4QZjLWb6IoIM6Rq4SHojkPj0/k+w7SMQyCxCCOdYZY+XzZ8kJwnJa5TC
ZWJcOIvy2WvTLrrTqm2b3BiINSJqnW6OyK6MIiSpfWcoPUtB4koVWTgXzioBsST+
kTDXw4JzezIy40vkN9qS
=LLpA
-END PGP SIGNATURE-
diff -Nru autokey-0.90.1/debian/changelog autokey-0.90.1/debian/changelog
--- autokey-0.90.1/debian/changelog 2012-06-03 01:06:19.0 -0400
+++ autokey-0.90.1/debian/changelog 2012-09-20 18:05:58.0 -0400
@@ -1,3 +1,15 @@
+autokey (0.90.1-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Update dependencies for autokey-gtk. It has been
+ported to GTK+3 and gobject introspection (Closes: #688128).
+   - Drop depends on python-gtk2, python-gtksourceview2, python-glade2,
+ and python-notify.
+   - Add depends on python-gi, gir1.2-gtk-3.0, gir1.2-gtksource-3.0,
+ gir1.2-glib-2.0, and gir1.2-notify-0.7
+
+ -- Andrew Starr-Bochicchio   Thu, 20 Sep 2012 18:03:03 
-0400
+
 autokey (0.90.1-1) unstable; urgency=low
 
   * New upstream version.
diff -Nru autokey-0.90.1/debian/control autokey-0.90.1/debian/control
--- autokey-0.90.1/debian/control   2012-03-26 14:19:28.0 -0400
+++ autokey-0.90.1/debian/control   2012-09-20 18:06:54.0 -0400
@@ -42,7 +42,7 @@
 Package: autokey-gtk
 Section: gnome
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, 
python-gtksourceview2, python-glade2, python-notify, python-dbus, zenity, 
autokey-common
+Depends: ${python:Depends}, ${misc:Depends}, python-gi, gir1.2-gtk-3.0, 
gir1.2-gtksource-3.0, gir1.2-glib-2.0, gir1.2-notify-0.7, python-dbus, zenity, 
autokey-common
 Replaces: autokey (<<0.61.4-0~0)
 Breaks: autokey (<<0.61.4-0~0)
 Description: desktop automation utility - GTK+ version


Bug#688128: autokey-gtk: does not start

2012-09-19 Thread Francesco Marchesi

Package: autokey-gtk
Version: 0.90.1-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,
I am using the testing version of debian.
The installation is fine but autokey-gtk does not start at all.
The version in the repository is 0.90.1-1
The error lauching the application from the command-line is the following:

ERROR:root:Could not find any typelib for Notify
Traceback (most recent call last):
  File "/usr/bin/autokey-gtk", line 20, in 
from autokey.gtkapp import Application
  File "/usr/lib/python2.7/dist-packages/autokey/gtkapp.py", line 29, 
in 

from gtkui.notifier import get_notifier
  File "/usr/lib/python2.7/dist-packages/autokey/gtkui/notifier.py", 
line 19, in 

from gi.repository import Gtk, Notify
ImportError: cannot import name Notify

Thanks in advance,
Franz

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages autokey-gtk depends on:
ii  autokey-common 0.90.1-1
ii  python 2.7.3~rc2-1
ii  python-dbus1.1.1-1
ii  python-glade2  2.24.0-3
ii  python-gtk22.24.0-3
ii  python-gtksourceview2  2.10.1-2
ii  python-notify  0.1.1-3
ii  python2.6  2.6.8-0.2
ii  python2.7  2.7.3~rc2-2.1
ii  zenity 3.4.0-2

autokey-gtk recommends no packages.

autokey-gtk suggests no packages.

-- no debconf information

--

--

Questa informativa è inserita in automatico dal sistema al fine esclusivo 
della realizzazione dei fini istituzionali dell'ente.


Diventa anche tu sponsor dei nostri ricercatori. Scegli di destinare il 5 
per mille all’Università di Pavia : offrirai nuove 
opportunità alla ricerca, ai giovani e al territorio. Un gesto che non 
costa nulla e costruisce tanto. C.F. dell’Università di Pavia 80007270186.


Please note that the above message is addressed only to individuals filing 
Italian income tax returns.



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org