unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* gajim fails to run
@ 2022-04-10 17:09 jgart
  2022-04-11  0:02 ` Luis Felipe
  0 siblings, 1 reply; 3+ messages in thread
From: jgart @ 2022-04-10 17:09 UTC (permalink / raw)
  To: Guix Help


 λ guix install gajim gajim-omemo
The following packages will be installed:
   gajim       1.3.3
   gajim-omemo 2.7.14

The following derivation will be built:
  /gnu/store/69dsl6xlm091clcsv6pxzy5aw0mj2sjj-profile.drv

building CA certificate bundle...
listing Emacs sub-directories...
building fonts directory...
generating GdkPixbuf loaders cache...
generating GLib schema cache...
creating GTK+ icon theme cache...
building cache files for GTK+ input methods...
building directory of Info manuals...
building XDG desktop file cache...
building XDG MIME database...
building profile with 101 packages...
hint: Consider setting the necessary environment variables by running:

     GUIX_PROFILE="/home/jgart/.guix-profile"
     . "$GUIX_PROFILE/etc/profile"

Alternately, see `guix package --search-paths -p "/home/jgart/.guix-profile"'.

 λ gajim
No translations found
Dirs searched: [PosixPath('/home/jgart/.local/share'), PosixPath('/gnu/store/nz5ivvl1l2sg4ziddwx8bwidz0hbzg6j-shared-mime-info-1.15/share'), PosixPath('/gnu/store/fzql6ajvhq47kzx8d2dyvs5d5wajwnfy-gtk+-3.24.30/share'), PosixPath('/gnu/store/a0wb14k4f3cqyrxw0qxp5ppcr1p25qs4-gsettings-desktop-schemas-41.0/share'), PosixPath('/gnu/store/a1vnwxgl18qn30yfl20lm0hrx1n78jvy-glib-2.70.2/share'), PosixPath('/gnu/store/zd0d23pj2460zja93bnhg8pgnp2947i1-gajim-1.3.3/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')]
04/10/2022 13:08:21 (W) gajim.c.storage.cache      Execution time for _load_caps_data: 286 ms
04/10/2022 13:08:21 (W) nbxmpp.auth                GSSAPI not available: No module named 'gssapi'
Traceback (most recent call last):
  File "/gnu/store/zd0d23pj2460zja93bnhg8pgnp2947i1-gajim-1.3.3/lib/python3.9/site-packages/gajim/application.py", line 233, in _startup
    self.interface = Interface()
  File "/gnu/store/zd0d23pj2460zja93bnhg8pgnp2947i1-gajim-1.3.3/lib/python3.9/site-packages/gajim/gui_interface.py", line 2068, in __init__
    music_track.enable()
  File "/gnu/store/zd0d23pj2460zja93bnhg8pgnp2947i1-gajim-1.3.3/lib/python3.9/site-packages/gajim/common/dbus/music_track.py", line 208, in enable
    listener.start()
  File "/gnu/store/zd0d23pj2460zja93bnhg8pgnp2947i1-gajim-1.3.3/lib/python3.9/site-packages/gajim/common/dbus/music_track.py", line 61, in start
    proxy = Gio.DBusProxy.new_for_bus_sync(
gi.repository.GLib.GError: g-file-error-quark: Cannot spawn a message bus without a machine-id: Unable to load /gnu/store/a1vnwxgl18qn30yfl20lm0hrx1n78jvy-glib-2.70.2/var/lib/dbus/machine-id or /etc/machine-id: Failed to open file “/gnu/store/a1vnwxgl18qn30yfl20lm0hrx1n78jvy-glib-2.70.2/var/lib/dbus/machine-id”: No such file or directory (4)
04/10/2022 13:08:21 (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/a1vnwxgl18qn30yfl20lm0hrx1n78jvy-glib-2.70.2/var/lib/dbus/machine-id or /etc/machine-id: Failed to open file “/gnu/store/a1vnwxgl18qn30yfl20lm0hrx1n78jvy-glib-2.70.2/var/lib/dbus/machine-id”: No such file or directory (4)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gajim fails to run
  2022-04-10 17:09 gajim fails to run jgart
@ 2022-04-11  0:02 ` Luis Felipe
  2022-04-11  0:54   ` jgart
  0 siblings, 1 reply; 3+ messages in thread
From: Luis Felipe @ 2022-04-11  0:02 UTC (permalink / raw)
  To: jgart; +Cc: Guix Help


[-- Attachment #1.1: Type: text/plain, Size: 411 bytes --]

Hi, jgart

For what it's worth, I tried on my Guix System (guix ab98b51):

On Sunday, April 10th, 2022 at 5:09 PM, jgart <jgart@dismail.de> wrote:

> λ guix install gajim gajim-omemo
> The following packages will be installed:
> gajim 1.3.3
> gajim-omemo 2.7.14

I did the same, and the same versions were installed.

> λ gajim

And gajim starts without problem.

I do have a /etc/machine-id.

[-- Attachment #1.2: publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc --]
[-- Type: application/pgp-keys, Size: 1815 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 509 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gajim fails to run
  2022-04-11  0:02 ` Luis Felipe
@ 2022-04-11  0:54   ` jgart
  0 siblings, 0 replies; 3+ messages in thread
From: jgart @ 2022-04-11  0:54 UTC (permalink / raw)
  To: Luis Felipe; +Cc: Guix Help

On Mon, 11 Apr 2022 00:02:44 +0000 Luis Felipe <luis.felipe.la@protonmail.com> wrote:
> Hi, jgart
> 
> For what it's worth, I tried on my Guix System (guix ab98b51):
> 
> On Sunday, April 10th, 2022 at 5:09 PM, jgart <jgart@dismail.de> wrote:
> 
> > λ guix install gajim gajim-omemo
> > The following packages will be installed:
> > gajim 1.3.3
> > gajim-omemo 2.7.14
> 
> I did the same, and the same versions were installed.
> 
> > λ gajim
> 
> And gajim starts without problem.
> 
> I do have a /etc/machine-id.

Hi Luis,

I'm on void linux.

Thanks for sharing that it works for you.

That's good to know. So, maybe this is a bug in my environment somewhere.

all best,

jgart



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-11  0:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-10 17:09 gajim fails to run jgart
2022-04-11  0:02 ` Luis Felipe
2022-04-11  0:54   ` jgart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).