RetroShare is an Open Source, cross-platform, Friend-2-Friend, and secure decentralised communication platform. It lets you securely chat and share files with your friends and family, using a web-of-trust to authenticate peers and OpenSSL to encrypt all communication. RetroShare provides filesharing, chat, messages, forums and channels. For those among us who trust huge C++ behemoths with their privacy, or have friends and family who need GUIs to contact us. ok ajacoutot, librthread crash fix ack'd by guenther
16 lines
482 B
Plaintext
16 lines
482 B
Plaintext
$OpenBSD: patch-src_data_retroshare_desktop,v 1.1.1.1 2013/08/15 21:55:20 stsp Exp $
|
|
--- src/data/retroshare.desktop.orig Mon Aug 12 21:23:38 2013
|
|
+++ src/data/retroshare.desktop Mon Aug 12 21:23:54 2013
|
|
@@ -3,9 +3,8 @@ Encoding=UTF-8
|
|
Version=1.0
|
|
Name=RetroShare
|
|
Comment=Securely share files with your friends
|
|
-Exec=/usr/bin/RetroShare
|
|
-Icon=/usr/share/pixmaps/retroshare.xpm
|
|
+Exec=RetroShare
|
|
+Icon=retroshare
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Application;Network;
|
|
-
|