Package Details: gajim-1.3 1:1.3.3-5

Git Clone URL: https://aur.archlinux.org/gajim-1.3.git (read-only, click to copy)
Package Base: gajim-1.3
Description: Jabber/XMPP instant messenger client written in Python with GTK+, version 1.3 (Multiwindow)
Upstream URL: https://gajim.org/
Licenses: GPL3
Conflicts: gajim, gajim-git, gajim-hg, gajim-svn
Provides: gajim
Replaces: gajim-hg, gajim-svn
Submitter: electric_blue
Maintainer: None
Last Packager: electric_blue
Votes: 0
Popularity: 0.000000
First Submitted: 2022-10-12 21:44 (UTC)
Last Updated: 2024-04-28 17:00 (UTC)

Latest Comments

dreieck commented on 2025-10-14 11:40 (UTC) (edited on 2025-10-14 11:41 (UTC) by dreieck)

Starting this fails with the following python errors:

No translations found
Dirs searched: [PosixPath('/home/<censored>/.local/share'), PosixPath('/usr/local/share'), PosixPath('/usr/share')]

** (org.gajim.Gajim:24203): CRITICAL **: 13:41:18.665: gst_base_auto_convert_register_filter: assertion 'g_strcmp0 (name, ((GstAutoConvertFilterInfo *) tmp->data)->name)' failed

** (org.gajim.Gajim:24203): CRITICAL **: 13:41:18.710: gst_base_auto_convert_register_filter: assertion 'g_strcmp0 (name, ((GstAutoConvertFilterInfo *) tmp->data)->name)' failed

** (org.gajim.Gajim:24203): CRITICAL **: 13:41:18.712: gst_base_auto_convert_register_filter: assertion 'g_strcmp0 (name, ((GstAutoConvertFilterInfo *) tmp->data)->name)' failed

(org.gajim.Gajim:24203): libenchant-WARNING **: 13:41:18.759: broker.vala:156: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory

(org.gajim.Gajim:24203): libenchant-WARNING **: 13:41:18.760: broker.vala:156: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory

(org.gajim.Gajim:24203): libenchant-WARNING **: 13:41:18.760: broker.vala:156: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
creating /home/felics/.config/gajim directory
creating /home/felics/.config/gajim/pluginsconfig directory
creating /home/felics/.config/gajim/localcerts directory
creating /home/felics/.config/gajim/theme directory
Traceback (most recent call last):
  File "/usr/lib/python3.13/site-packages/gajim/application.py", line 201, in _startup
    app.storage.archive.init()
    ~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/gajim/common/storage/archive.py", line 113, in init
    self._get_jid_ids_from_db()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/gajim/common/storage/base.py", line 32, in func_wrapper
    result = func(self, *args, **kwargs)
  File "/usr/lib/python3.13/site-packages/gajim/common/storage/archive.py", line 211, in _get_jid_ids_from_db
    rows = self._con.execute(
           ~~~~~~~~~~~~~~~~~^
        'SELECT jid_id, jid, type FROM jids').fetchall()
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: no such table: jids

Regards and thanks for maintaining!

electric_blue commented on 2023-05-06 17:30 (UTC)

Just pushed an update that fixes brokenness of commands (/me and similar)

electric_blue commented on 2023-05-05 21:02 (UTC)

Thanks! Pushed

Inkeso commented on 2023-05-05 14:36 (UTC) (edited on 2023-05-05 14:37 (UTC) by Inkeso)

python 3.11 deprecated inspect.getargspec() I changed it to getfullargspec and it works again. Here is a patch

electric_blue commented on 2022-11-01 18:54 (UTC)

Just pushed a new release that should fix that. Thank you.

Inkeso commented on 2022-11-01 18:48 (UTC)

This version doesn't work anymore due to libsoup updates: (org.gajim.Gajim:455212): libsoup-ERROR **: 19:28:12.616: libsoup2 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.