* gajim FAILS
@ 2022-07-14 1:13 jgart
2022-07-14 2:26 ` jgart
2022-07-14 18:58 ` David Lecompte via
0 siblings, 2 replies; 7+ messages in thread
From: jgart @ 2022-07-14 1:13 UTC (permalink / raw)
To: Guix Help
Hi Guix,
Every so often I get this error and gajim fails to start. I'm on a foreign distro, void linux.
```
λ gajim
No translations found
Dirs searched: [PosixPath('/home/jgart/.local/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share')]
(gajim:1090): dbind-WARNING **: 20:10:22.064: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
07/13/2022 20:10:22 (W) gajim.c.storage.cache Execution time for _load_caps_data: 248 ms
07/13/2022 20:10:23 (W) nbxmpp.auth GSSAPI not available: No module named 'gssapi'
(org.gajim.Gajim:1090): Gtk-WARNING **: 20:10:23.521: Could not find the icon 'org.gajim.Gajim'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases
07/13/2022 20:10:24 (W) gajim.gui.notification Notifications D-Bus not available: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files (2)
(org.gajim.Gajim:1090): GLib-GIO-ERROR **: 20:10:24.413: No GSettings schemas are installed on the system
Trace/breakpoint trap
```
Do you happen to know why the above happens? I think the GSettings error is a false warning...
Let me know if I should share any other configurations, etc... in debugging this.
all best,
jgart
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gajim FAILS
2022-07-14 1:13 gajim FAILS jgart
@ 2022-07-14 2:26 ` jgart
2022-07-14 7:41 ` Ricardo Wurmus
2022-07-14 18:58 ` David Lecompte via
1 sibling, 1 reply; 7+ messages in thread
From: jgart @ 2022-07-14 2:26 UTC (permalink / raw)
To: Guix Help
On Wed, 13 Jul 2022 20:13:11 -0500 jgart <jgart@dismail.de> wrote:
Here's some new error output from Gajim:
λ ps aux | grep gajim
jgart 990 11.3 0.9 636060 148352 ? Sl 21:24 0:04 /gnu/store/1m48ama708vh9cjn79yw6cj8sgg7pa1b-python-wrapper-3.9.9/bin/python /gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/bin/.gajim-real
jgart 1043 0.0 0.0 6472 2296 pts/0 S+ 21:25 0:00 grep gajim
λ kill -9 990
λ gajim
unsupported locale setting
No translations found for en_US
Dirs searched: [PosixPath('/home/jgart/.local/share'), PosixPath('/gnu/store/h6qdfd4sjdg28jq16600hcjky0cfw9gx-shared-mime-info-1.15/share'), PosixPath('/gnu/store/7njbpmsgwmx59xn2r6q097iy2wwscb44-gtk+-3.24.30/share'), PosixPath('/gnu/store/5nqkzrcgwbbk9lnfz73g1nidfp57szlm-gsettings-desktop-schemas-41.0/share'), PosixPath('/gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/share'), PosixPath('/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share')]
(.gajim-real:1049): Gtk-WARNING **: 21:25:18.477: Locale not supported by C library.
Using the fallback 'C' locale.
(.gajim-real:1049): dbind-WARNING **: 21:25:18.483: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
(org.gajim.Gajim:1049): Gtk-WARNING **: 21:25:20.207: Could not find the icon 'org.gajim.Gajim-symbolic'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases
Traceback (most recent call last):
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/application.py", line 389, in _handle_local_options
self._startup()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/application.py", line 278, in _startup
MainWindow()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/main.py", line 85, in __init__
self._main_stack = MainStack()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/main_stack.py", line 45, in __init__
self._chat_page = ChatPage()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/chat_page.py", line 61, in __init__
self._chat_stack = ChatStack()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/chat_stack.py", line 36, in __init__
self._control_stack = ControlStack()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/control_stack.py", line 48, in __init__
self.add_named(ChatPlaceholderBox(), 'empty')
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/control_stack.py", line 161, in __init__
pixbuf = Gtk.IconTheme.load_icon_for_scale(
gi.repository.GLib.GError: gtk-icon-theme-error-quark: Icon 'org.gajim.Gajim-symbolic' not present in theme Adwaita (0)
07/13/22 21:25:20 (W) gajim.gui.notification Notifications D-Bus not available: g-file-error-quark: Cannot spawn a message bus without a machine-id: Unable to load /gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id or /etc/machine-id: Failed to open file “/gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id”: No such file or directory (4)
Traceback (most recent call last):
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gui_interface.py", line 561, in autoconnect
con.change_status(status, status_message)
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/common/client.py", line 392, in change_status
self._prepare_for_connect()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/common/client.py", line 546, in _prepare_for_connect
self.connect()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/common/client.py", line 560, in connect
self.notify('state-changed', SimpleClientState.CONNECTING)
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/common/helpers.py", line 1268, in notify
func(self, signal_name, *args, **kwargs)
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/status_icon.py", line 168, in _on_client_state_changed
self.update_state()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/status_icon.py", line 318, in update_state
if not init and app.window.get_total_unread_count():
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/main.py", line 703, in get_total_unread_count
chat_list_stack = self._chat_page.get_chat_list_stack()
AttributeError: 'MainWindow' object has no attribute '_chat_page'
(org.gajim.Gajim:1049): libappindicator-WARNING **: 21:25:20.267: Unable to get the session bus: Cannot spawn a message bus without a machine-id: Unable to load /gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id or /etc/machine-id: Failed to open file ?/gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id?: No such file or directory
(org.gajim.Gajim:1049): LIBDBUSMENU-GLIB-WARNING **: 21:25:20.267: Unable to get session bus: Cannot spawn a message bus without a machine-id: Unable to load /gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id or /etc/machine-id: Failed to open file ?/gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id?: No such file or directory
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gajim FAILS
2022-07-14 2:26 ` jgart
@ 2022-07-14 7:41 ` Ricardo Wurmus
2022-07-15 2:15 ` jgart
0 siblings, 1 reply; 7+ messages in thread
From: Ricardo Wurmus @ 2022-07-14 7:41 UTC (permalink / raw)
To: jgart; +Cc: help-guix
jgart <jgart@dismail.de> writes:
> On Wed, 13 Jul 2022 20:13:11 -0500 jgart <jgart@dismail.de> wrote:
>
> Here's some new error output from Gajim:
>
> λ ps aux | grep gajim
> jgart 990 11.3 0.9 636060 148352 ? Sl 21:24 0:04 /gnu/store/1m48ama708vh9cjn79yw6cj8sgg7pa1b-python-wrapper-3.9.9/bin/python /gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/bin/.gajim-real
> jgart 1043 0.0 0.0 6472 2296 pts/0 S+ 21:25 0:00 grep gajim
> λ kill -9 990
> λ gajim
> unsupported locale setting
> No translations found for en_US
What is your locale? Have you set GUIX_LOCPATH?
--
Ricardo
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gajim FAILS
2022-07-14 1:13 gajim FAILS jgart
2022-07-14 2:26 ` jgart
@ 2022-07-14 18:58 ` David Lecompte via
1 sibling, 0 replies; 7+ messages in thread
From: David Lecompte via @ 2022-07-14 18:58 UTC (permalink / raw)
To: help-guix
[-- Attachment #1: Type: text/plain, Size: 1166 bytes --]
Le mercredi 13 juillet 2022 à 20:13 -0500, jgart a écrit :
> Hi Guix,
>
> Every so often I get this error and gajim fails to start. I'm on a
> foreign distro, void linux.
I am on Trisquel and recently I had various failures with gajim, either
some window fails to open (then it can't be opened at all, it is not
"sometimes") and some icons missing.
The error messages were about missing icons, sometimes complaining an
icon was not found in the theme (I use MATE, the default for Trisquel). I
searched in the /gnu/store /xxx where gajim is, as icons, there are only
two .svg files.
I also noticed, when there was no error, that in some places I had an
icon that wasn't the gajim symbol, while it should have been.
I managed to solve some failures by manually copying some png files to
/usr/share/icons/<some path> but I finally had the idea to install the
gajim package of my distro (much older version) and then gajim showed all
the icons right and there was no failure anymore (the Guix gajim is first
in the path, so it is that one that is started).
I am mentioning that in case that would help solving your problem.
David.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 855 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gajim FAILS
2022-07-14 7:41 ` Ricardo Wurmus
@ 2022-07-15 2:15 ` jgart
2022-07-15 6:25 ` jgart
0 siblings, 1 reply; 7+ messages in thread
From: jgart @ 2022-07-15 2:15 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: help-guix
On Thu, 14 Jul 2022 09:41:09 +0200 Ricardo Wurmus <rekado@elephly.net> wrote:
>
> jgart <jgart@dismail.de> writes:
>
> > On Wed, 13 Jul 2022 20:13:11 -0500 jgart <jgart@dismail.de> wrote:
> >
> > Here's some new error output from Gajim:
> >
> > λ ps aux | grep gajim
> > jgart 990 11.3 0.9 636060 148352 ? Sl 21:24 0:04 /gnu/store/1m48ama708vh9cjn79yw6cj8sgg7pa1b-python-wrapper-3.9.9/bin/python /gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/bin/.gajim-real
> > jgart 1043 0.0 0.0 6472 2296 pts/0 S+ 21:25 0:00 grep gajim
> > λ kill -9 990
> > λ gajim
> > unsupported locale setting
> > No translations found for en_US
>
> What is your locale? Have you set GUIX_LOCPATH?
```
$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE=C
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
```
$ locale -a
C
POSIX
en_US.utf8
I tried the following but no luck:
export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale
gajim
# Error
```
λ gajim
unsupported locale setting
No translations found for en_US
Dirs searched: [PosixPath('/home/jgart/.local/share'), PosixPath('/gnu/store/h6qdfd4sjdg28jq16600hcjky0cfw9gx-shared-mime-info-1.15/share'), PosixPath('/gnu/store/7njbpmsgwmx59xn2r6q097iy2wwscb44-gtk+-3.24.30/share'), PosixPath('/gnu/store/5nqkzrcgwbbk9lnfz73g1nidfp57szlm-gsettings-desktop-schemas-41.0/share'), PosixPath('/gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/share'), PosixPath('/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share')]
(.gajim-real:3769): Gtk-WARNING **: 21:13:39.814: Locale not supported by C library.
Using the fallback 'C' locale.
(.gajim-real:3769): dbind-WARNING **: 21:13:39.820: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
(org.gajim.Gajim:3769): Gtk-WARNING **: 21:13:41.695: Could not find the icon 'org.gajim.Gajim-symbolic'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases
Traceback (most recent call last):
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/application.py", line 389, in _handle_local_options
self._startup()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/application.py", line 278, in _startup
MainWindow()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/main.py", line 85, in __init__
self._main_stack = MainStack()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/main_stack.py", line 45, in __init__
self._chat_page = ChatPage()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/chat_page.py", line 61, in __init__
self._chat_stack = ChatStack()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/chat_stack.py", line 36, in __init__
self._control_stack = ControlStack()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/control_stack.py", line 48, in __init__
self.add_named(ChatPlaceholderBox(), 'empty')
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/control_stack.py", line 161, in __init__
pixbuf = Gtk.IconTheme.load_icon_for_scale(
gi.repository.GLib.GError: gtk-icon-theme-error-quark: Icon 'org.gajim.Gajim-symbolic' not present in theme Adwaita (0)
07/14/22 21:13:41 (W) gajim.gui.notification Notifications D-Bus not available: g-file-error-quark: Cannot spawn a message bus without a machine-id: Unable to load /gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id or /etc/machine-id: Failed to open file “/gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id”: No such file or directory (4)
Traceback (most recent call last):
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gui_interface.py", line 561, in autoconnect
con.change_status(status, status_message)
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/common/client.py", line 392, in change_status
self._prepare_for_connect()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/common/client.py", line 546, in _prepare_for_connect
self.connect()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/common/client.py", line 560, in connect
self.notify('state-changed', SimpleClientState.CONNECTING)
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/common/helpers.py", line 1268, in notify
func(self, signal_name, *args, **kwargs)
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/status_icon.py", line 168, in _on_client_state_changed
self.update_state()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/status_icon.py", line 318, in update_state
if not init and app.window.get_total_unread_count():
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/main.py", line 703, in get_total_unread_count
chat_list_stack = self._chat_page.get_chat_list_stack()
AttributeError: 'MainWindow' object has no attribute '_chat_page'
(org.gajim.Gajim:3769): libappindicator-WARNING **: 21:13:41.760: Unable to get the session bus: Cannot spawn a message bus without a machine-id: Unable to load /gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id or /etc/machine-id: Failed to open file ?/gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id?: No such file or directory
(org.gajim.Gajim:3769): LIBDBUSMENU-GLIB-WARNING **: 21:13:41.760: Unable to get session bus: Cannot spawn a message bus without a machine-id: Unable to load /gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id or /etc/machine-id: Failed to open file ?/gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id?: No such file or directory
```
wdyt
My understanding of how locales interact on void linux with Guix is fuzzy.
I hope to understand it better someday.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gajim FAILS
2022-07-15 2:15 ` jgart
@ 2022-07-15 6:25 ` jgart
2022-07-15 6:36 ` jgart
0 siblings, 1 reply; 7+ messages in thread
From: jgart @ 2022-07-15 6:25 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: help-guix
On Thu, 14 Jul 2022 21:15:08 -0500 jgart <jgart@dismail.de> wrote:
From another attempt:
```
$ export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale
$λ gajim
unsupported locale setting
No translations found for en_US
Dirs searched: [PosixPath('/home/jgart/.local/share'), PosixPath('/gnu/store/h6qdfd4sjdg28jq16600hcjky0cfw9gx-shared-mime-info-1.15/share'), PosixPath('/gnu/store/7njbpmsgwmx59xn2r6q097iy2wwscb44-gtk+-3.24.30/share'), PosixPath('/gnu/store/5nqkzrcgwbbk9lnfz73g1nidfp57szlm-gsettings-desktop-schemas-41.0/share'), PosixPath('/gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/share'), PosixPath('/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share'), PosixPath('/home/jgart/.guix-profile/share')]
(.gajim-real:991): Gtk-WARNING **: 01:23:23.921: Locale not supported by C library.
Using the fallback 'C' locale.
(.gajim-real:991): dbind-WARNING **: 01:23:23.930: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
(org.gajim.Gajim:991): Gtk-WARNING **: 01:23:26.949: Could not find the icon 'org.gajim.Gajim-symbolic'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases
Traceback (most recent call last):
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/application.py", line 389, in _handle_local_options
self._startup()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/application.py", line 278, in _startup
MainWindow()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/main.py", line 85, in __init__
self._main_stack = MainStack()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/main_stack.py", line 45, in __init__
self._chat_page = ChatPage()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/chat_page.py", line 61, in __init__
self._chat_stack = ChatStack()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/chat_stack.py", line 36, in __init__
self._control_stack = ControlStack()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/control_stack.py", line 48, in __init__
self.add_named(ChatPlaceholderBox(), 'empty')
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/control_stack.py", line 161, in __init__
pixbuf = Gtk.IconTheme.load_icon_for_scale(
gi.repository.GLib.GError: gtk-icon-theme-error-quark: Icon 'org.gajim.Gajim-symbolic' not present in theme Adwaita (0)
07/15/22 01:23:26 (W) gajim.gui.notification Notifications D-Bus not available: g-file-error-quark: Cannot spawn a message bus without a machine-id: Unable to load /gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id or /etc/machine-id: Failed to open file “/gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id”: No such file or directory (4)
Traceback (most recent call last):
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gui_interface.py", line 561, in autoconnect
con.change_status(status, status_message)
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/common/client.py", line 392, in change_status
self._prepare_for_connect()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/common/client.py", line 546, in _prepare_for_connect
self.connect()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/common/client.py", line 560, in connect
self.notify('state-changed', SimpleClientState.CONNECTING)
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/common/helpers.py", line 1268, in notify
func(self, signal_name, *args, **kwargs)
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/status_icon.py", line 168, in _on_client_state_changed
self.update_state()
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/status_icon.py", line 318, in update_state
if not init and app.window.get_total_unread_count():
File "/gnu/store/40m247zwdlb2pfasla7limgxs7zqawzq-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/main.py", line 703, in get_total_unread_count
chat_list_stack = self._chat_page.get_chat_list_stack()
AttributeError: 'MainWindow' object has no attribute '_chat_page'
(org.gajim.Gajim:991): libappindicator-WARNING **: 01:23:27.115: Unable to get the session bus: Cannot spawn a message bus without a machine-id: Unable to load /gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id or /etc/machine-id: Failed to open file ?/gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id?: No such file or directory
(org.gajim.Gajim:991): LIBDBUSMENU-GLIB-WARNING **: 01:23:27.116: Unable to get session bus: Cannot spawn a message bus without a machine-id: Unable to load /gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id or /etc/machine-id: Failed to open file ?/gnu/store/bnsf9il448hl5xjavbhq3rcx355svz2v-glib-2.70.2/var/lib/dbus/machine-id?: No such file or directory
```
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gajim FAILS
2022-07-15 6:25 ` jgart
@ 2022-07-15 6:36 ` jgart
0 siblings, 0 replies; 7+ messages in thread
From: jgart @ 2022-07-15 6:36 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: help-guix
On Fri, 15 Jul 2022 01:25:33 -0500 jgart <jgart@dismail.de> wrote:
> On Thu, 14 Jul 2022 21:15:08 -0500 jgart <jgart@dismail.de> wrote:
>
> From another attempt:
This is what fixed it on my machine:
export XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/
But I install with xbps (I'm on void linux)
The guix gajim failed to respond to the above XDG_DATA_DIRS being set.
I'm not sure what Guix specific env variable needs to be set here for gajim.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-07-15 6:37 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-14 1:13 gajim FAILS jgart
2022-07-14 2:26 ` jgart
2022-07-14 7:41 ` Ricardo Wurmus
2022-07-15 2:15 ` jgart
2022-07-15 6:25 ` jgart
2022-07-15 6:36 ` jgart
2022-07-14 18:58 ` David Lecompte via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.