What Jabber client do you all use with Trisquel and Trisquel mini?

7 respuestas [Último envío]
northernarcher
Desconectado/a
se unió: 12/24/2014

I want to use Jabber from my X60 with Trisquel Mini and since I am unable to install Gajim or Dino or Psi, I am wondering what you are all using.

With Gajim the package in the repos is way way too old, but installing the current version via their website here

https://gajim.org/downloads.php?lang=en#ubuntu

Tells me to do this

sudo wget -q https://gajim.org/gajim.key -O - | apt-key add -

which results in it saying only root can do that, so I type su and it asks for a password but I only know my own password and not roots password. Typing my own password does not work.

Trying to install Dino leads me to this page https://software.opensuse.org/download.html?project=network:messaging:xmpp:dino&package=dino

But trying to install from a .DEB file results in an error saying libgcrypt20 is an unsatisfiable dependency.

Next I tried to install Psi. The build of Psi on the repos is so out of date. Even though the current version of Psi is from 2017. I tried to get that from their website, but they only offer raw source code, or a windows installer. I'm not going to pretend I'm smart enough to make a working .DEB package out of source code.

So what do you all use?

Narcis Garcia
Desconectado/a
se unió: 04/15/2019

Fix place for "sudo":

wget -q https://gajim.org/gajim.key -O - | sudo apt-key add -

El 19/7/19 a les 13:43, name at domain ha escrit:
> I want to use Jabber from my X60 with Trisquel Mini and since I am
> unable to install Gajim or Dino or Psi, I am wondering what you are all
> using.
>
>
>
> With Gajim the package in the repos is way way too old, but installing
> the current version via their website here
>
> https://gajim.org/downloads.php?lang=en#ubuntu
>
> Tells me to do this
>
>
> sudo wget -q https://gajim.org/gajim.key -O - | apt-key add -
>
> which results in it saying only root can do that, so I type su and it
> asks for a password but I only know my own password and not roots
> password. Typing my own password does not work.
>
>
>
>
> Trying to install Dino leads me to this page
> https://software.opensuse.org/download.html?project=network:messaging:xmpp:dino&package=dino
>
>
>
> But trying to install from a .DEB file results in an error saying
> libgcrypt20 is an unsatisfiable dependency.
>
>
> Next I tried to install Psi. The build of Psi on the repos is so out of
> date. Even though the current version of Psi is from 2017. I tried to
> get that from their website, but they only offer raw source code, or a
> windows installer. I'm not going to pretend I'm smart enough to make a
> working .DEB package out of source code.
>
>
>
> So what do you all use?
>
>
>

nadebula.1984
Desconectado/a
se unió: 05/01/2018

Either Psi(Plus) or Pidgin is good.

Gajim is not recommended, because it doesn't support OTR encryption any more (new version). And likewise, Conversations on Android (F-Droid).

Narcis Garcia
Desconectado/a
se unió: 04/15/2019

I'ts important to have OMEMO as a security feature, mainly for group
conversations.

El 19/7/19 a les 17:36, name at domain ha escrit:
> Either Psi(Plus) or Pidgin is good.
>
> Gajim is not recommended, because it doesn't support OTR encryption any
> more (new version). And likewise, Conversations on Android (F-Droid).

nadebula.1984
Desconectado/a
se unió: 05/01/2018

We would like to appreciate the OMEMO feature, but we are definitely against Gajim's (and Conversations') malicious removal of OTR feature in their new versions. Promoting OMEMO doesn't necessarily require demoting OTR.

northernarcher
Desconectado/a
se unió: 12/24/2014

There isn't something that does both? A client that tries OMEMO first and falls back to OTR would be idea.

nadebula.1984
Desconectado/a
se unió: 05/01/2018

Pidgin on x86 PC and Pix-Art on F-Droid support both OMEMO and OTR, either natively (Pix-Art) or via free/libre plugins (Pidgin).

Magic Banana

I am a member!

I am a translator!

Desconectado/a
se unió: 07/24/2010

If you do not want to prefix every command requiring administrative privileges with "sudo ", you can get a root terminal with:
$ sudo -i