Hi,

I've been trying to apply all that stuff for quite some time today.
Applying that changeset (thanks to have pointed it to me) didn't go at all but 
I've created a new patch that remove all what was by the changeset.
Your patch didn't apply either, but now it almost works.
I've encountered mainly two problems, one is the switch from glade to 
gtkbuilder, the other is space / tabulation indentations (quite annoying)…
Now I'm stuck with that chunk:

diff -r ba59d9f1b8d9 src/gui_interface.py
--- a/src/gui_interface.py      Wed May 26 08:59:01 2010 +0200
+++ b/src/gui_interface.py      Thu May 27 01:23:14 2010 +0400
@@ -3524,6 +3524,14 @@
         import statusicon
         self.systray = statusicon.StatusIcon()
 
+        try:
+            import ubuntu_indicator
+            self.indicator = ubuntu_indicator.UbuntuIndicator()
+            if gajim.config.get('use_ubuntu_indicator'):
+                self.indicator.enable()
+        except:
+            self.indicator = None
+
         pix = gtkgui_helpers.get_icon_pixmap('gajim', 32)
         # set the icon to all windows
         gtk.window_set_default_icon(pix)

The file doesn't exist and I've no answer on where to put your code.
Have you an idea on what should be done? Do you know whether a new version is 
going to be released, for which we could wait before applying your patch and 
get ride of all these problems?
If you want to investigate and find what I didn't, I could send you my modified 
patch so that you haven't to redo what I already changed.

Thanks,
Jonathan

-- 
gajim doesn't have indicator support
https://bugs.launchpad.net/bugs/587272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to