Package Details: gajim-git 1:r21440.e5eef33fd-1

Git Clone URL: https://aur.archlinux.org/gajim-git.git (read-only, click to copy)
Package Base: gajim-git
Description: Jabber/XMPP instant messenger client written in Python with GTK+
Upstream URL: https://gajim.org/
Keywords: chat client xmpp
Licenses: GPL3
Conflicts: gajim, gajim-hg, gajim-svn
Provides: gajim
Replaces: gajim-hg, gajim-svn
Submitter: linkmauve
Maintainer: linkmauve (Ppjet6, Edu4rdSHL)
Last Packager: Edu4rdSHL
Votes: 72
Popularity: 0.000008
First Submitted: 2017-01-04 17:50 (UTC)
Last Updated: 2024-05-05 19:35 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

Edu4rdSHL commented on 2023-05-09 15:55 (UTC)

All the missing depends/makedepends have been added, and the package now builds in a clean chroot env without any problem.

Manifest0 commented on 2023-04-21 07:51 (UTC) (edited on 2023-04-21 07:52 (UTC) by Manifest0)

It also needs package python-qrcode otherwise when launching:

Traceback (most recent call last):
  File "/usr/bin/gajim", line 8, in <module>
    sys.exit(main())
  File "/usr/lib/python3.10/site-packages/gajim/gajim.py", line 166, in main
    _init_gui('GTK')
  File "/usr/lib/python3.10/site-packages/gajim/gajim.py", line 101, in _init_gui
    _init_gtk()
  File "/usr/lib/python3.10/site-packages/gajim/gajim.py", line 119, in _init_gtk
    from gajim.gtk import exception
  File "/usr/lib/python3.10/site-packages/gajim/gtk/exception.py", line 40, in <module>
    from gajim.common import app
  File "/usr/lib/python3.10/site-packages/gajim/common/app.py", line 50, in <module>
    from gajim.common import ged as ged_module
  File "/usr/lib/python3.10/site-packages/gajim/common/ged.py", line 28, in <module>
    from gajim.common.events import ApplicationEvent
  File "/usr/lib/python3.10/site-packages/gajim/common/events.py", line 44, in <module>
    from gajim.common.helpers import AdditionalDataDict
  File "/usr/lib/python3.10/site-packages/gajim/common/helpers.py", line 65, in <module>
    import qrcode
ModuleNotFoundError: No module named 'qrcode'

Edu4rdSHL commented on 2023-04-20 11:42 (UTC)

Please add python-packaging to dependencies, otherwise, installing it on a fresh install will fail with:

Traceback (most recent call last):
  File "/usr/bin/gajim", line 33, in <module>
    sys.exit(load_entry_point('gajim==1.6.1', 'gui_scripts', 'gajim')())
  File "/usr/bin/gajim", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.10/site-packages/gajim/gajim.py", line 31, in <module>
    from packaging.version import Version as V
ModuleNotFoundError: No module named 'packaging'

linkmauve commented on 2023-04-10 22:50 (UTC) (edited on 2023-04-10 22:51 (UTC) by linkmauve)

Only python-omemo-dr-git provides python-omemo-dr though, and once a release of python-omemo-dr is made this will be the version people should use. Your AUR helper should resolve this dependency, if it doesn’t perhaps ask them to fix it?

Manifest0 commented on 2023-04-10 19:27 (UTC) (edited on 2023-04-10 19:32 (UTC) by Manifest0)

The latest commit of this PKGBUILD added a new dep python-omemo-dr

However there's no python-omemo-dr package. It's either python-omemo-git, or python-omemo-dr-git

Please update the PKGBUILD with the correct package name.

MarsSeed commented on 2022-06-27 19:24 (UTC) (edited on 2022-07-10 18:52 (UTC) by MarsSeed)

Hi,

I strongly recommend that this should not optdepend on python-crypto. That name is deprecated.

The proper and safe way is to use python-pycryptodome, which is the continuation fork.

Someone has created a wrong package in AUR providing "python-crypto".

That's why it's much better if you declare python-pycryptodome, to ensure this will use the proper dependency.

Cheers.

Edu4rdSHL commented on 2022-05-24 13:26 (UTC)

karolyi, please read https://wiki.archlinux.org/title/VCS_package_guidelines, VCS packages doesn't need to bump the pkgrel to match the latest commits, only build issues needs to be addressed.

Do not flag this package for no reasons.

karolyi commented on 2022-05-24 13:23 (UTC)

68eb14225 is an old commit from last December. since then, Gajim 1.4.1 is out already, and as such, this package is outdated as well.

Edu4rdSHL commented on 2022-04-15 22:25 (UTC)

Manifest0 and how's that related to the package? Please, next time go and ask in the Gajim support chat.

Btw, go to the Gajim ACE and set use_libappindicator to Deactivated.

Manifest0 commented on 2022-04-15 22:21 (UTC)

just installed this and the tray icon is not appearing. I just have a blank spot instead. Does anybody know how to fix it? is this a file or link missing?