unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#51341: gajim fails to start call
@ 2021-10-22 23:34 rdes via Bug reports for GNU Guix
  2021-10-27  0:56 ` bug#51341: [PATCH] gnu: gajim: adds libnice rdes via Bug reports for GNU Guix
  0 siblings, 1 reply; 3+ messages in thread
From: rdes via Bug reports for GNU Guix @ 2021-10-22 23:34 UTC (permalink / raw)
  To: 51341

[-- Attachment #1: Type: text/plain, Size: 1694 bytes --]

## Guix
guix 6cd33f8
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 6cd33f855c88e63849c96d5df7ca256dd0379f4a

## Versions
- OS: Linux
- GTK Version: 3.24.24
- PyGObject Version: 3.34.0
- GLib Version : 2.62.6
- python-nbxmpp Version: 2.0.2
- Gajim Version: 1.3.2

## Traceback
```
Traceback (most recent call last):
File "/gnu/store/w4svc0x3azr64ik8jhbirapidncn3cbb-gajim-1.3.2/lib/python3.8/site-packages/gajim/chat_control.py", line 719, in _on_call_with_mic
self._on_jingle_button_toggled(['audio'])
File "/gnu/store/w4svc0x3azr64ik8jhbirapidncn3cbb-gajim-1.3.2/lib/python3.8/site-packages/gajim/chat_control.py", line 954, in _on_jingle_button_toggled
sid = con.get_module('Jingle').start_audio(
File "/gnu/store/w4svc0x3azr64ik8jhbirapidncn3cbb-gajim-1.3.2/lib/python3.8/site-packages/gajim/common/modules/jingle.py", line 164, in start_audio
jingle.add_content('voice', JingleAudio(jingle))
File "/gnu/store/w4svc0x3azr64ik8jhbirapidncn3cbb-gajim-1.3.2/lib/python3.8/site-packages/gajim/common/jingle_rtp.py", line 359, in __init__
self.setup_stream()
File "/gnu/store/w4svc0x3azr64ik8jhbirapidncn3cbb-gajim-1.3.2/lib/python3.8/site-packages/gajim/common/jingle_rtp.py", line 374, in setup_stream
JingleRTPContent.setup_stream(self, self._on_src_pad_added)
File "/gnu/store/w4svc0x3azr64ik8jhbirapidncn3cbb-gajim-1.3.2/lib/python3.8/site-packages/gajim/common/jingle_rtp.py", line 116, in setup_stream
self.p2pstream.set_transmitter_ht('nice', params)
gi.repository.GLib.GError: fs-error: Could not create the nicesrc element (1)

```
## Steps to reproduce the problem
...
start a chat -> open options and click 'start Call...' -> click 'With Microphone'

[-- Attachment #2: Type: text/html, Size: 2482 bytes --]

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

* bug#51341: [PATCH]  gnu: gajim: adds libnice
  2021-10-22 23:34 bug#51341: gajim fails to start call rdes via Bug reports for GNU Guix
@ 2021-10-27  0:56 ` rdes via Bug reports for GNU Guix
  2021-11-26 23:16   ` rdes via Bug reports for GNU Guix
  0 siblings, 1 reply; 3+ messages in thread
From: rdes via Bug reports for GNU Guix @ 2021-10-27  0:56 UTC (permalink / raw)
  To: 51341@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 131 bytes --]

Hello,

The attached patch adds libnice to gajim, which fixed my start call issue.
Fixes: <https://issues.guix.gnu.org/51341>

Ryan

[-- Attachment #2: Type: text/html, Size: 495 bytes --]

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

* bug#51341: [PATCH]  gnu: gajim: adds libnice
  2021-10-27  0:56 ` bug#51341: [PATCH] gnu: gajim: adds libnice rdes via Bug reports for GNU Guix
@ 2021-11-26 23:16   ` rdes via Bug reports for GNU Guix
  0 siblings, 0 replies; 3+ messages in thread
From: rdes via Bug reports for GNU Guix @ 2021-11-26 23:16 UTC (permalink / raw)
  To: 51341@debbugs.gnu.org


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

Sorry,
Actual patch attached this time.

Sent with [ProtonMail](https://protonmail.com/) Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Tuesday, October 26th, 2021 at 8:56 PM, rdes <rdes@protonmail.com> wrote:

> Hello,
>
> The attached patch adds libnice to gajim, which fixed my start call issue.
> Fixes: <https://issues.guix.gnu.org/51341>
>
> Ryan

[-- Attachment #1.2: Type: text/html, Size: 1211 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-gajim-adds-libnice.patch --]
[-- Type: text/x-patch; name=0001-gnu-gajim-adds-libnice.patch, Size: 807 bytes --]

From 0b3bc36687e67d91a7f0ea6a41e789ac784ae602 Mon Sep 17 00:00:00 2001
From: Ryan Desfosses <rdes@protonmail.com>
Date: Tue, 26 Oct 2021 20:12:32 -0400
Subject: [PATCH] gnu: gajim: adds libnice

Fixes <https://issues.guix.gnu.org/51341>

* gnu/package/messaging.scm (gajim): update
---
 gnu/packages/messaging.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index d07c1c6566..8dcfc11ec8 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1158,6 +1158,7 @@ (define-public gajim
        ("gst-plugins-base" ,gst-plugins-base)
        ("gtk+" ,gtk+)
        ("gupnp-igd" ,gupnp-igd)
+       ("libnice" ,libnice)
        ("libsecret" ,libsecret)
        ("libsoup" ,libsoup)
        ("libxss" ,libxscrnsaver)
-- 
2.33.1


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

end of thread, other threads:[~2021-11-26 23:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22 23:34 bug#51341: gajim fails to start call rdes via Bug reports for GNU Guix
2021-10-27  0:56 ` bug#51341: [PATCH] gnu: gajim: adds libnice rdes via Bug reports for GNU Guix
2021-11-26 23:16   ` rdes via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).