Bug#402355: gajim-remote doesn't work

2006-12-13 Thread Le Boulanger Yann
Armin Berres wrote:
 Package: gajim
 Version: 0.10.1-6
 Severity: normal
 
 I just tried to play a bit with gajim-remote, but I always get something like 
 this:
 ---
 $ gajim-remote toggle_roster_appearance
 Introspect error: The name org.gajim.dbus was not provided by any .service 
 files
 --
 
 /Armin
 
 -- System Information:
 Debian Release: 4.0
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.18-3-686
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 
 Versions of packages gajim depends on:
 ii  python-central0.5.12 register and build utility for 
 Pyt
 ii  python-glade2 2.8.6-8GTK+ bindings: Glade support
 ii  python-gtk2   2.8.6-8Python bindings for the GTK+ 
 widge
 ii  python-pysqlite2  2.3.2-1python interface to SQLite 3
 ii  python2.4 2.4.4-1An interactive high-level 
 object-o
 
 Versions of packages gajim recommends:
 ii  dnsutils  1:9.3.2-P1.0-1 Clients provided with BIND
 ii  notification-daemon   0.3.5-1+b1 a daemon that displays passive 
 pop
 ii  python-dbus [python2.4-db 0.71-3 simple interprocess messaging 
 syst
 
 -- no debconf information
 

where do you run gajim-remote from ? from the same X session ?
have you seen that page: http://trac.gajim.org/wiki/GajimDBus ?
could you test things that are explained there ?

-- 
Yann


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#402355: gajim-remote doesn't work

2006-12-13 Thread Le Boulanger Yann
Armin Berres wrote:
 
 Yeah, I start it from the same X-Session.
 Yes, I've read the page, but missed the point about starting the
 notification-daemon. I thought having the package installed sufficient.
 When I execute /usr/lib/notification-daemon/notification-daemon
 gajim-remotes works fine. Thanks for the hint.
 
 Shouldn't notification-daemon be always executed if the
 notification-daemon package is installed? IMO it should at least
 document how to start it, because this package doesn't come with any
 explanation/documentation.
 Maybe the bug should be reassigned to the notification-daemon package?
 
 /Armin
 

gajim-remote should work even without notification-daemon
I'll do some test later.
-- 
Yann


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#386710: gajim: starts spawning loads of identical windows faster than one can close them upon adding a contact

2006-09-09 Thread Le Boulanger Yann
Dariusz Szczepanek wrote:
 Yavor Doganov wrote:
 p.s. I have registered in my Jabber server's (jabberpl.org) transport
 for Gadu-gadu, a popular IM network in my country. I don't know whether
 this is relevant to this bug.
 Are you trying to add a Gadu-Gadu ID?  In this case, it's not an RC
 bug, as Gajim's core functionality is a Jabber client, that is, for
 communication between pure Jabber-Jabber contacts.
 The same thing happens when I try to add a regular Jabber ID. I just
 added this information because I'm not sure if activating the transport
 might have done something to trigger this odd behaviour.
 
 
 
 

just to add that in next release Gajim will detect those loops and
enable the dont_ack_subscription option automatically
-- 
Yann


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#386710: gajim: starts spawning loads of identical windows faster than one can close them upon adding a contact

2006-09-09 Thread Le Boulanger Yann
Yavor Doganov wrote:
 severity 386710 important
 thanks
 
 Dariusz Szczepanek wrote:
 When I try to add a contact in gajim, I enter its ID and then click OK.
 Next gajim starts spawning an infinite number of Authorization
 accepted windows until I `kill -9` it. This makes it quite unusable.
 
 I cannot reproduce this with 3 different jabber servers.
 
 p.s. I have registered in my Jabber server's (jabberpl.org) transport
 for Gadu-gadu, a popular IM network in my country. I don't know whether
 this is relevant to this bug.
 
 Are you trying to add a Gadu-Gadu ID?  In this case, it's not an RC
 bug, as Gajim's core functionality is a Jabber client, that is, for
 communication between pure Jabber-Jabber contacts.
 

it's a bug in the server that don't understand scknoledgment of
presences (but RFC says it's needed)

as a workaround, set the dont_ack_subscription option to True in
advanced configuration editor (accounts - YOUR_ACCOUNT -
dont_ack_subscription

-- 
Yann


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#381074: Acknowledgement (python2.4 isn't as a dependence)

2006-08-02 Thread Le Boulanger Yann
Gleidson Echeli Leopoldo wrote:
 I installed the python2.4 package and now, the error is other:
 
 $ gajim
 Traceback (most recent call last):
   File gajim.py, line 36, in ?
 import message_control
   File /usr/share/gajim/src/message_control.py, line 14, in ?
 import gtk
 ImportError: No module named gtk
 
 The python-gtk2 package is installed (version 2.8.6-3)
 
 I run the strace gajim command and the output file is in attachment.
 

in gajim0.10.1-5 (uploaded in the same time you wrote this mail) gajim
depends on python2.4. Can you confirm it works ?

if no, open a python2,4 console (type python2,4 in a console) then try
to type import gtk. any error message ?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#379662: postinst: AttributeError: 'NoneType' object has no attribute 'byte_compile'

2006-07-26 Thread Le Boulanger Yann
Artur R. Czechowski wrote:
 On Wed, Jul 26, 2006 at 01:34:43AM +0200, Le Boulanger Yann wrote:
 Do you have python2.4 installed ? Gajim should depend on it (it's a
 problem) but wil that fix your bug ?
 No, I have no python2.4 installed. I am installing it now and...
 well, it looks somewhat better. The gajim has been configured correctly
 but there was a message:
 
 Setting up gajim (0.10.1-4) ...
 'import site' failed; use -v for traceback
 
 Regards
   Artur

indeed you need to install python2.4-minimal. I'll build a new package
if you tell me that fix the bug

Yann


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#379662: postinst: AttributeError: 'NoneType' object has no attribute 'byte_compile'

2006-07-26 Thread Le Boulanger Yann
Artur R. Czechowski wrote:
 On Wed, Jul 26, 2006 at 01:34:43AM +0200, Le Boulanger Yann wrote:
 Do you have python2.4 installed ? Gajim should depend on it (it's a
 problem) but wil that fix your bug ?
 No, I have no python2.4 installed. I am installing it now and...
 well, it looks somewhat better. The gajim has been configured correctly
 but there was a message:
 
 Setting up gajim (0.10.1-4) ...
 'import site' failed; use -v for traceback
 
 Regards
   Artur

in fact python2.4 depends on python2.4-minimal. So if python2.4 is
correctly installed, it should be ok. what python2.4 version do you have ?

Yann


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#379662: postinst: AttributeError: 'NoneType' object has no attribute 'byte_compile'

2006-07-25 Thread Le Boulanger Yann
Artur R. Czechowski wrote:
 Package: gajim
 Version: 0.10.1-4
 Severity: serious
 
 Setting up gajim (0.10.1-4) ...
 Traceback (most recent call last):
   File /usr/bin/pycentral, line 1375, in ?
 main()
   File /usr/bin/pycentral, line 1369, in main
 rv = action.run(global_options)
   File /usr/bin/pycentral, line 912, in run
 self.options.exclude, byte_compile_default=True)
   File /usr/bin/pycentral, line 705, in install
 self.default_runtime.byte_compile(self.private_files,
 AttributeError: 'NoneType' object has no attribute 'byte_compile'
 dpkg: error processing gajim (--configure):
  subprocess post-installation script returned error exit status 1
 
 -- System Information:
 Debian Release: testing/unstable
   APT prefers unstable
   APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.16bl
 Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
 
 Versions of packages gajim depends on:
 ii  python-central0.5.1  register and build utility for 
 Pyt
 ii  python-glade2 2.8.6-3GTK+ bindings: Glade support
 ii  python-gtk2   2.8.6-3Python bindings for the GTK+ 
 widge
 ii  python-pysqlite2  2.3.2-1python interface to SQLite 3
 
 Versions of packages gajim recommends:
 ii  dnsutils  1:9.3.2-2  Clients provided with BIND
 pn  notification-daemon   none (no description available)
 pn  python2.4-dbusnone (no description available)
 
 -- no debconf information
 

Do you have python2.4 installed ? Gajim should depend on it (it's a
problem) but wil that fix your bug ?

Yann


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#378572: gajim doesn't start with cairo related error

2006-07-17 Thread Le Boulanger Yann
Reinhard Tartler wrote:
 Package: gajim
 Version: 0.10.1-2
 Severity: important
 
 gajim fails to start for me with the following error message:
 

which GTK engine do you use ? Could you try with another one (a more
standard one) ?

why is your libcairo2 in hold status ?

Yann


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#361236: gajim: pysql problem

2006-04-12 Thread Le Boulanger Yann
Enrico Tassi wrote:
 Package: gajim
 Version: 0.9.1-3
 Severity: grave
 Justification: renders package unusable
 
 starting gajim gives (both the one in debian and the one in the upstream svn
 repo):
[...]
 
 ii  python-pysqlite2  2.0.5-1python interface to SQLite 3
 


indeed it was a python-pysqlite2 problem. New version have been uploaded
(2.2.0) should fix the bug.
see bug #361097 for more details.

Could you confirm it works now?

-- 
Yann


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#357777: gajim: cant' use D-Bus with python2.4-dbus

2006-04-10 Thread Le Boulanger Yann
Lucas Nussbaum wrote:
 Hi,
 
 The problem is that gajim is using python 2.3, and there's no DBus
 binding for python 2.3 (the dbus source package only provides one for
 python 2.4). I see two solutions :
 
 (A) see if the dbus package can provide a python2.3-dbus package too
 (but it doesn't seem to be easy, since the build of the python bindings
 isn't a seperate process)
 
 (B) make gajim use python 2.4 instead.
 
 The default version of python in Debian is still version 2.3, so it
 might be better to go for (A).

there used to be a python2.3-dbus package, but it has been removed. I
don't know why, so I'll go for (B) if still no python2.3-dbus package at
next release

-- 
Yann


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#316894: gajim: Icon missing in gnome menu

2005-07-05 Thread Le Boulanger Yann

Henrik Härkönen wrote:

Package: gajim
Version: 0.7.1-1
Severity: normal


The application icon (/usr/share/gajim/data/pixmaps/gajim.png ?) doesn't
appear in Gnome menus. That would be ok, but if one would like to add
it as a launcher on the desktop panel, gnome puts default icon and soon 
one can't distinguish those default icons from each other.


Otherwise, a great program, just what I have been waiting for! :)

-Henrik

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux comet 2.6.10 #3 Fri Feb 18 20:09:15 EET 2005 i686
Locale: LANG=C, [EMAIL PROTECTED]

Versions of packages gajim depends on:
ii  python2.3.4-6An interactive high-level object-o
ii  python-glade2 2.4.1-2GTK+ bindings: Glade support
ii  python-gtk2   2.4.1-2Python bindings for the GTK+ widge

-- no debconf information




Which Gnome version to you use?
I use gnome 2.10.1.1 and it works perfectly.
BTW, the application icon is /usr/share/pixmaps/gajim.xpm

Yann