Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-06-12 Thread info

GNU Ring is also p2p chat i think




Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-06-12 Thread info

tox works pretty well


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-06-11 Thread greatgnu
It seems a dependency is missing, namely libstdc++6 is of a too old version  
in Trisquel 7 for ricochet to work :/ )


Which would confirm what mateson GNUser wrote above..

However it is possible that the last version (1.1.4 I think) will not work in  
Trisquel 7, in that case use previous version (1.1.3 I believe) which will  
run just fine. There are no serious security issues between one and the other  
version.


Try version 1.1.3 maybe and wait for Trisquel 8 to reach stable (in 2021, heh  
:P)


/me sends patience points..




Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-06-11 Thread silver

TY:) I  have this error:
./ricochet: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8'  
not found (required by ./ricochet)
./ricochet: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version  
`GLIBCXX_3.4.20' not found (required by ./ricochet)


How I could resolve this

Ty


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-06-11 Thread greatgnu
Sure. You can run it from terminal. Assuming the ricochet folder is in  
/home/lynn/, thus the complete path of the executable is  
/home/lynn/ricochet/ricochet


/home/lynn/ricochet/ricochet

or

ricochet/ricochet

or cd into the folder and:

./ricochet

You can make yourself a launcher too. I recommend 'menulibre' to do so the  
easy way.





Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-06-11 Thread silver

hi
Ok I done all the checks.

Can you let me know how I could run ricochet , I dont find executable file

Thank you


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-06-11 Thread greatgnu

In terminal:

sudo apt-get install wget
wget https://ricochet.im/john-brooks.asc
gpg --import john-brooks.asc


Verify the fingerprint of the imported key:

gpg --fingerprint 183C045D

The output should be:

pub   rsa2048/0xFF97C53F183C045D 2013-11-08 [SC] [expires: 2017-11-08]
  Key fingerprint = 9032 CAE4 CBFA 933A 5A21  45D5 FF97 C53F 183C 045D
uid   [ unknown] John Brooks
sub   rsa2048/0xAF79FAB717EDC112 2013-11-08 [E] [expires: 2017-11-08]
  Key fingerprint = F2B7 E0A2 9A31 99BE 197E  1263 AF79 FAB7 17ED C112




Now, you can verify the .asc with gpg:

cd into the folder where you downloaded the .tar and the .asc and:

gpg --verify ricochet.tar.asc

You should see: GOOD SIGNATURE


gpg: Signature made Sat 05 Nov 2016 03:22:52 AM CET
gpg:using RSA key 0xFF97C53F183C045D
gpg: Good signature from "John Brooks " [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the owner.
Primary key fingerprint: 9032 CAE4 CBFA 933A 5A21  45D5 FF97 C53F 183C 045D

Now you can be sure your tar is immaculate so you can extract it and run  
'ricochet' executable.





Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-06-10 Thread silver

Hi how I could import developper sigin key
thank you


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-06-10 Thread greatgnu
Download the tar and the relevant .asc from  
https://ricochet.im/releases/1.1.4/


Import developers signin key-->
https://ricochet.im/john-brooks.asc

Verify the tar, extract it and run the ricochet executable.

cheers


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-06-09 Thread silver

No repository is available with ricochet?


I should install manually?

Let know the commands I should use

ty


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-06-09 Thread gnuser
Yes, it is free/libre software. You can just download and extract and run, it  
is kinda portable. However it is possible that the last version (1.1.4 I  
think) will not work in Trisquel 7, in that case use previous version (1.1.3  
I believe) which will run just fine. There are no serious security issues  
between one and the other version.


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-06-09 Thread silver
How I could add ricochet repository to trisquel? richochet is totally free  
source? right



Thank you


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-06-09 Thread silver

Finally I found it was linked with my xmpp server issue..not client..

Do you know any xmpp server that offers fast download or upload..if yes, what  
is their maximum speed?


Thank you




Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-06-07 Thread silver

Finally I installed last version of jitsi.

version 2.10.5550

I noticed I don't receive authorization request to add new contact ..and the  
people I tried to send authorization request with same version don't receive  
authorization request..



Could you let me know if this version has an issue? and how could I change  
version?


Or is it related to XMPP server communication?


thanks


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-05-31 Thread greatgnu
>I got this error:Jabber) is trying to initiate an encrypted Off-The-Record  
conversation with you. However, your software does not support Off-The-Record  
messaging. How could I resolve it?



By setting the otr key..

https://securityinabox.org/en/guide/jitsi/linux/#using-jitsi-for-secure-instant-messaging


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-05-31 Thread silver

Hi  I did on Trisquel 7...




Im currrently testing xmpp chat encryption with jitsi.

I got this error:Jabber) is trying to initiate an encrypted Off-The-Record  
conversation with you. However, your software does not support Off-The-Record  
messaging.


How could I resolve it?

Thank you


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-05-29 Thread silver
I dont see qtox in my tray space..  qtox is already setup to appear in tray..  
What could I do to resolve it


I noticed jitsi has same issue  and not in tray. torchat has same issue  
too,,,.. it seems common.


Thank you


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-05-29 Thread silver
I added repository of qtox..it works now...  I thought I should debian.. but  
trisquel uses ubuntu 14.04 right?


So I used the follow commands and it worked.



For xUbuntu 14.04 run the following:

sudo sh -c "echo 'deb  
http://download.opensuse.org/repositories/home:/antonbatenev:/tox/xUbuntu_14.04/  
/' > /etc/apt/sources.list.d/qtox.list"

sudo apt-get update
sudo apt-get install qtox

You can add the repository key to apt. Keep in mind that the owner of the key  
may distribute updates, packages and repositories that your system will trust  
(more information). To add the key, run:


wget -nv  
http://download.opensuse.org/repositories/home:antonbatenev:tox/xUbuntu_14.04/Release.key  
-O Release.key

sudo apt-key add - < Release.key
sudo apt-get update




Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-05-29 Thread silver

I cannot find broken package in term.log

Here are the dependencies I see when I try to install qtox.

libfilteraudio0
libqrencode3
libqt5svg5
libsodium13

 I checked and it looks like qtox himself is broken

qtox Package name is 0.0.0+git20150512.r2844-1~trusty+1+7.0trisquel


thank you


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-05-28 Thread greatgnu

mangy dawg, I'm disappointed. No ricochet?
Shame on you!




Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-05-28 Thread silver

When I tried to fix broken package... I got this error
E: Unable to correct problems, you have held broken packages.
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by  
held packages.

E: Unable to correct dependencies
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by  
held packages.

E: Unable to correct dependencies

thank you



Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-05-28 Thread silver
hi how I could resolve the broken page error issue in synapatic? I cannot  
locate broken package with custom filter.
I had broken page error when I tried to install follow package  
0.0.0+git20150512.r2844-1~trusty+1+7.0trisquel ?


What are the different  between Qtox, utox and other tox ?  is it better to  
use Qtox? (all the features?


Thank you



Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-05-27 Thread silver

Here is version that is in synapatic package manager.
0.0.0+git20150512.r2844-1~trusty+1+7.0trisquel1


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-05-26 Thread silver

None broken package is there in custom filter broken..

Thank you



Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-05-26 Thread silver

hi

I didnt have any authentification error.. but I still have error.. fix broken  
package first..could not apply changes.


I noticed this error message as well. ** (synaptic:28256): WARNING **:  
Couldn't connect to accessibility bus: Failed to connect to socket  
/tmp/dbus-APtBDtO5W5: Connection refused

 when I enter sudo synaptic..

It looks like I cannot authentificate  from system gui menu..password is  
always wrong..but I can from command line sudo synaptic.


i got this error too but when I hit refresh a second time, these errors don't  
appear again:

Could not download all repository indexes

The repository may no longer be available or could not be contacted because  
of network problems. If available an older version of the failed index will  
be used. Otherwise the repository will be ignored. Check your network  
connection and ensure the repository address in the preferences is correct..



E: Unable to correct problems, you have held broken packages.
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by  
held packages.

E: Unable to correct dependencies
E: Unable to lock the list directory


Thank you




Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-05-26 Thread silver

Hi

I tried install qtox from synaptic and error i got:   you are about to  
install sofware that can be authenticated.. and It stops installation there


How could I resolve this?

Thank you


Re: [Trisquel-users] p2p networks supported on trisquel? and p2p encrypted chat supported on trisquel?

2017-05-24 Thread silver

TY:)

I cannot find Qtox in trisquel repository.. I use gui add/remove.
I cannot find me  bitmessage  too. Is it in officall trisquel repositary.
Can you give me  some links for some decentralized sites like wp ?
ty