botRSS: Feeds for Gajim Plugins
• Ticket #45 (Support http proxy) updated
Could be related: #79
https://trac-plugins.gajim.org/ticket/45#comment:8
• Ticket #45 (Support http proxy) updated
Type changed
https://trac-plugins.gajim.org/ticket/45#comment:9
NebuKhi
kruks23Morning, I would like to ask if it would be possible to modify the default options for making gajim a little easy/clear for people without experience. For example, with mam, the restore lines could be increased to see last messages always you open a chat window. Print status in chat I think that people without experience dont use it and is annoying. The same with the number of contacts connected (f.e. 7/10). Show your own contact is another thing that I think is an advanced option. Theses things are examples what some people without experience told me when I installed gajim in their pcs.
kruks23I wonder too if change contact status when idle is not a privacy issue. Is the first thing I have to change when I install gajim
Holgerkruks23: Hrm though if you're concerned with privacy issues you should probably not accept the contact's subscription to your presence status.
HolgerI mean the presence feature is all about giving your subscribed contacts information about your ... presence.
kruks23Holger, I want my contacts know where I'm connected/disconnected
kruks23I was asking the possibility not to change status by default when you area away from computer
NebuKis there somewhere where i can read more about gui extension points?
botRSS: Feeds for Gajim
• Ticket #8162 (cx_freeeze error in main script) created
Bug description
I installed Gajim 0.16.4-1 without errors but If I want to start the Program, I run into cy_freeze error.
Steps to reproduce
Software versions
OS version:
Win 7 64 bit
GTK version: unknown
PyGTK version: unkwon
https://trac.gajim.org/ticket/8162
• Gajim_.png attached to Ticket #8162
https://trac.gajim.org/attachment/ticket/8162/Gajim_.png
botRSS: Feeds for Gajim
• Ticket #8162 (cx_freeeze error in main script) updated
Do you have GTK installed somewhere else on your machine?
https://trac.gajim.org/ticket/8162#comment:1
botRSS: Feeds for Gajim
• Ticket #8163 (Support XEP-0333: Chat Markers) created
problem
When using multiple clients, e.g. Conversations on the phone and Gajim on the computer, the phone will often show notifications for messages that I have already read on the computer. analysis
The phone currently has no way to *know* that I read these messages on the computer.
enhancement recommendation
There's an extension, XEP-0333 (https://xmpp.org/extensions/xep-0[…]
https://trac.gajim.org/ticket/8163
JohannesIs there a current effort to support OSX native?
Johannesor at least as an X11 app?
Johannesi only found that dead branch
Link MauveJohannes, I think it works fine, just isn’t supported.
Link MauveLast time I tried it, I just had to install gtk3 from homebrew and clone the hg repository and it ran fine.
JohannesLink Mauve: my homebrew does not seem to have gtk3
Johanneswhat tap did you take it from?
Link MauveThe default one, IIRC.
Johannesfound one, gajim died on me with "ˇNameError: name 'GLib' is not defined"
Johanneshttps://paste.gajim.org/view/985dbd66
Link MauveYou probably don’t have the GLib gobject-introspection files.
Link MauveHere on ArchLinux they are provided by the gobject-introspection-runtime package.
Johannesand where would GtkSpell come from?
Link MauveHere it’s called gtkspell3.
mathieuiGtk spellcard
Johannesi installed pygtkspellcheck
Link Mauvemathieui, :D
Johannesthat did not seem to help though
Link MauveJohannes, probably python2 version.
Johannesit all calls for python3
Johannesor at least seems to take it from there
Link MauveI mean, you probably installed the python2 version, while Gajim is looking for the python3 version.
Link MauveBut anyway I don’t think GtkSpell is required, is it?
Johanneshttps://paste.gajim.org/view/9f8a89eb
Johannesfails like this now
Link MauveIt probably shouldn’t be required.
Link MauveAnyway, just install it, you need the gtk3 version and it needs to include a gir file so you can import it from Python.
Johanneshttps://pypi.python.org/pypi/pygtkspellcheck i have this, there seems to be not too much else
Link MauvePython 3 dropped all of the pygtk stuff.
Link MauveSo, no need for that.
Link MauveYou just need GtkSpell itself, the gtk3 version.
Johannesbut gajim does not seem to start without
Link MauveI guess that’s a bug, but in the meantime if you install it it should work.
Johannes"ValueError: Namespace GdkX11 not available" is the next one
Link MauveI don’t know much about X11, sorry.
Link MauveBut it doesn’t seem used, try commenting lines 33-34 in src/chat_control.py
Johannesit appears there is a deeper dependency: https://paste.gajim.org/view/89524031
Link MauveYou can’t use X11 on OSX, perhaps alongside GdkX11?
Johannesosx actually has an X11 server integrated...
Link MauveHere it’s apparently provided by gtk3 itself, on ArchLinux.
Johanneshm, looks like i'll have to stay with psi for a while longer
tmolitorarune: could you add a config dialog to te httpupload plugin? it would be nice to make the xhtml image preview and the size of the preview configurable...
arunetmolitor: I would like that too, I don't have much time though
aruneMaybe create a ticket and assign to me
tmolitorarune: okay...I'll put it on my "do it later" TODO list then ;)
tmolitorwell, okay...but that wouldn't give you more time either ;)
arunetmolitor, it would not no :) but maybe I will have some time some day :)
arunelike when my kids are grown up?
tmolitorarune: ok...sounds reasonable ;) I'll create a ticket then :D
tmolitorarune: did you have time to test my changes to the httpupload plugin under windows?
tmolitorarune: I don't know exactly, if it works there because of the temporary file stuff it is using...
aruneI tried asterix new gajim version with built-in-pil, but I could get it to display any image
aruneI did not have time to investigate though
Johanneshas anyone of you tried this gtk-osx stuff where gtk binds to the native quartz ui?
tmolitorarune: I created a ticket and assigned it to you...
aruneyay :)
tmolitor:D
arune(I'm getting a bit confused by the different changes ongoing for httpupload and url image preview)
Johannesalso I wondered why gajim uses autotools+libtoolize for a python project instead the standard cheese-shop distribution methods
AsterixJohannes: never had OSX ...
AsterixJohannes: mainly to compile translations, and because we previously had some .c to compile
JohannesAsterix but the c is gone now? so basically one could use the python stuff as well?
Asterixtranslation compilation remain. I'ts possible to do it with setuptools, but never had time to look at that
botRSS: Feeds for Gajim
• Ticket #8127 (Connecting to an Openfire[]
• Ticket #8130 (Optional max size for dow[]
• Tickets #7719,8136[]
• Ticket #8133 (Gajim fails to start on f[]
• Ticket #8138 (Gajim asks for password f[]
• Ticket #8140 (Gajim crashes while conne[]
• Ticket #8149 (Gajim not fetching archiv[]
• Ticket #8103 (MAM m[]
• Ticket #8150 (Modify message stanzas) u[]
• Ticket #7839 (Error opening «Archiving []
arunetmolitor, wait, where did you create an issue? I was not mail-notified...?
Asterixnow you are ;)
Johanneshttps://www.transifex.com/pricing/ have you given this thing a look, a lot of open source projects seem to use it these days
aruneAsterix, thx :)
Asterixmoderation ...
arunetmolitor, did you commit the image-url-preview-plugin with gtk eventbox? I'm writing all stuff down right now so I remember what I should do :)
tmolitorarune: no, not yet...but I'm on it right now...
tmolitorarune: I just have to revert the last commit and update the manifest file, do I?
arunetmolitor, I don't think the gtk eventbox patch was ever commited
tmolitorarune: oh, okay...and what was the approach before the xhtml thing?
tmolitorarune: can you give me the link to the gtk eventbox patch?
aruneyes, I'm investigating
botRSS: Feeds for Gajim Plugins
• Ticket #109 (Image URL i[…]
https://trac-plugins.gajim.org/ticket/109#comment:3
• Ticket #111 (Trigger: Add condition based on focus of conversa[…]
https://trac-plugins.gajim.org/ticket/111#comment:2
• Ticket #112 (Add support to config[…]
https://trac-plugins.gajim.org/ticket/112
• Ticket #111 (Trigger: Add condition b[]
• Ticket #112 (Add support to configure[]
arunetmolitor, there was a lot of other changes in the xhtml-variant
arunetmolitor, the eventbox stuff is from line 126 in https://trac-plugins.gajim.org/attachment/ticket/105/full.HeadAnd102AndMaxSize.diff
Link MauveJohannes, this one is only for pot → po translation stuff, what Gajim uses autotools for is po → mo compilation.
Link MauveBut autotools works fine on OSX.
tmolitorarune: okay...should I keep the other changes from the xhtml variant or not? Or is the patch already based on the xhtml variant and I only have to apply it and commit the chages?
arunetmolitor, only merge the stuff in _update_img from line 126
arunethe import of base64 should also be removed
arunetmolitor, Ill prepare a patch :)
tmolitorarune: could you just create a new patch? that would be easier than just....ok...well, just what I was asking for :D
tmolitorarune: yes, activate/deactivate xhtml preview would be nice, too
aruneaha, #109 will be fixed when using the gtk eventbox instead of xhtml aswell!