FB chat alkalmazás

kimarite képe

Fórum: 

Nem használok ilyen alkalmazást. :) - Fórum a forma, mert a tapasztalatokat meg lehet osztani.
 

Home -- dx edited this page Aug 12, 2015 · 8 revisions

-- Klónozd a gépedre a teljes  Wiki-t:

git clone https://github.com/jgeboski/purple-facebook.wiki.git

 

The purple-facebook plugin is a replacement for the builtin Facebook XMPP plugin. Facebook is in the process of shutting down their XMPP service, which will inevitably break existing support.

As part of Google Summer of Code 2015, jgeboski is working on a plugin for libpurple to support a the newer Facebook Messenger protocol. The plugin is implemented for the development version of libpurple, purple3, which has yet to be released. The purple-facebook project simply back-ports the purple3 plugin to purple2, which is the released version of libpurple.

It should be noted that this plugin is still a work in progress, and there are many things which still need to be completed. Overall, however, the plugin is largely functional and can be used as a replacement for Facebook support within Pidgin and other clients which use libpurple. See the TODO for more information on the progress of the project.

...

 

Facebook plugin telepítése Pidginhez

Terminálba:

deb http://download.opensuse.org/repositories/home:/jgeboski/xUbuntu_15.04 ./
wget -O- https://jgeboski.github.io/obs.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install purple-facebook

Majd Pidgin újraindítása. Fiók beállításánál a Facebook protokollt kell választani, nem a Facebook (XMPP)-t.

Értékelés: 

0
Még nincs értékelve
kimarite képe

RE:Facebook plugin telepítése Pidginhez

#1 Ez így nem lesz jó.:) ... mi lehet a hiba?

deb http://download.opensuse.org/repositories/home:/jgeboski/xUbuntu_15.04 ./
bash: szintaktikai hiba „(” váratlan token közelében

Értékelés: 

0
Még nincs értékelve

RE:RE:Facebook plugin telepítése Pidginhez

Milyen linuxon próbáltad?
Bár kicsit sztem én is összekevertem, ezt a sort a szoftverkezelő ->szerkesztés->szoftverforrások->további tárolók-nál add hozzá.

Az xUbuntu_15_04 -et át kell módosítani linux verzióknak megfelelően.

Debian Jessie 8.0:

deb http://download.opensuse.org/repositories/home:/jgeboski/Debian_8.0 ./

Debian Wheezy 7.0:

deb http://download.opensuse.org/repositories/home:/jgeboski/Debian_7.0 ./

Ubuntu Vivid Vervet 15.04:

deb http://download.opensuse.org/repositories/home:/jgeboski/xUbuntu_15.04 ./

Ubuntu Utopic Unicorn 14.10:

deb http://download.opensuse.org/repositories/home:/jgeboski/xUbuntu_14.10 ./

Ubuntu Trusty Tahr 14.04:

deb http://download.opensuse.org/repositories/home:/jgeboski/xUbuntu_14.04 ./

Ubuntu Precise Pangolin 12.04:

deb http://download.opensuse.org/repositories/home:/jgeboski/xUbuntu_12.04 ./

Értékelés: 

0
Még nincs értékelve
kimarite képe

RE:RE:RE:Facebook plugin telepítése Pidginhez

#3 Köszi a javítást. Itt is megvan amúgy.

https://jgeboski.github.io/#package-repositories

( és itt: http://download.opensuse.org/repositories/home:/jgeboski/ )

Debian and Ubuntu

Release Name Release Version Version
Debian Jessie 8.0 Debian_8.0
Debian Wheezy 7.0 Debian_7.0
Ubuntu Wily Werewolf 15.10 xUbuntu_15.10
Ubuntu Vivid Vervet 15.04 xUbuntu_15.04
Ubuntu Utopic Unicorn 14.10 xUbuntu_14.10
Ubuntu Trusty Tahr 14.04 xUbuntu_14.04
Ubuntu Precise Pangolin 12.04 xUbuntu_12.04

1. Add hozzá az alábbi sort ehhez a fájlhoz: /etc/apt/sources.list.d/jgeboski.list

deb http://download.opensuse.org/repositories/home:/jgeboski/<version> ./

A '<version>' a fenti táblázatból, kacsacsőr nélkül.

A fájl szerkesztése grafikusan,

gksu geany /etc/apt/sources.list.d/jgeboski.list

és terminálban.

sudo nano /etc/apt/sources.list.d/jgeboski.list

 

1) Ha a 'jgeboski.list' szövegfájl nem létezik, hozd létre (a fenti szövegtartalommal) és így.

sudo touch /etc/apt/sources.list.d/jgeboski.list 

2) Vedd fel a tároló (forrás) hitelesítési kulcsát:

wget -O- https://jgeboski.github.io/obs.key | sudo apt-key add - 

3) Frissítsd a csomaglistát a változásra:

sudo apt-get update

4) Telepítsd a plugint:

sudo apt-get install <package>

A '<package>' a fenti táblázatból, kacsacsőr nélkül.

#####

Értékelés: 

0
Még nincs értékelve