You are not logged in.
$ gajim
Traceback (most recent call last):
File "/usr/bin/gajim", line 8, in <module>
sys.exit(run())
~~~^^
File "/usr/lib/python3.13/site-packages/gajim/main.py", line 189, in run
_run_app()
~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/gajim/main.py", line 140, in _run_app
from gajim.gtk.application import GajimApplication
File "/usr/lib/python3.13/site-packages/gajim/gtk/application.py", line 62, in <module>
from gajim.gtk import menus
File "/usr/lib/python3.13/site-packages/gajim/gtk/menus.py", line 29, in <module>
from gajim.common.preview import Preview
File "/usr/lib/python3.13/site-packages/gajim/common/preview.py", line 52, in <module>
PREVIEWABLE_MIME_TYPES = get_previewable_mime_types()
File "/usr/lib/python3.13/site-packages/gajim/common/util/preview.py", line 180, in get_previewable_mime_types
Image.init()
~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/PIL/Image.py", line 406, in init
__import__(f"{parent_name}.{plugin}", globals(), locals(), [])
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: source code string cannot contain null bytes
Last edited by fch07 (2025-03-11 17:52:55)
Offline
which gajim are you using? official or aur?
Offline
which gajim are you using? official or aur?
official
Offline
try using the git version and see if you are able to reproduce the issue
Offline
Offline
yes
Offline
yes
It works, but I had to reboot to make it work. So maybe I should try the pacman version too after a reboot?
Offline
Indeed I removed gajim-git and installed gajim again and it works now. Aparently it was reboot needed.
Offline
you should always be rebooting first if something doesn't work after an update.
Offline
Indeed, lesson learned. It's been a while since last time I used arch, reinstalled on one machine those days.
Offline