Kopete-remote: Unterschied zwischen den Versionen

Aus SchnallIchNet
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: ==kopete-remote== die eigentliche idee zu kopete-remote basiert auf einem bash-script von<br/> [http://kundor.org/kopete-remote/ kundor.org] und nutzte kopete's DCOP fu...)
 
(installation)
Zeile 11: Zeile 11:
  
 
===installation===
 
===installation===
can be installed using that command as root:
+
can be installed using the following commands as root.<br/>
 +
install the gpg-key:
 +
wget -O- http://deb.rubbish.de/2A74AB6F140616FB.gpg | apt-key add -
 +
 
 +
list my repo in your sources.list-file, update local DB and install:
 
  echo "deb http://deb.rubbish.de/debian squeeze main contrib non-free" >> /etc/apt/sources.list
 
  echo "deb http://deb.rubbish.de/debian squeeze main contrib non-free" >> /etc/apt/sources.list
 
  apt-get update
 
  apt-get update
 
  apt-get install kopete-remote
 
  apt-get install kopete-remote

Version vom 16. Dezember 2009, 10:54 Uhr

kopete-remote

die eigentliche idee zu kopete-remote basiert auf einem bash-script von
kundor.org und nutzte kopete's DCOP funktionalitaet.

Leider funktionierte das ganze bei mir (Debian Squeeze und KDE4) nicht mehr,
da kopete nicht mehr DCOP sondern DBUS nutzt!

ich habe das ganze dann neu geschrieben auf der basis von DBUS
der quelltext steht unter der GPL, daher keine veroeffentlichung hier...
installation wie folgt! ;-)

installation

can be installed using the following commands as root.
install the gpg-key:

wget -O- http://deb.rubbish.de/2A74AB6F140616FB.gpg | apt-key add -

list my repo in your sources.list-file, update local DB and install:

echo "deb http://deb.rubbish.de/debian squeeze main contrib non-free" >> /etc/apt/sources.list
apt-get update
apt-get install kopete-remote