Kopete/Winpopup/it: Difference between revisions

From KDE UserBase Wiki
(Created page with "Con il plugin Winpopup è possibile inviare e ricevere messaggi "net send" di windows con '''Kopete'''.")
(Created page with "Dovrebbe funzionare con Windows 2000, XP e ogni sistema operativo (BSDs, Linux, OSX...) in cui sia in esecuzione [http://www.samba.org|Samba]. Per Windows 98 e ME hai bisogno di ...")
Line 8: Line 8:
Con il plugin Winpopup è possibile inviare e ricevere messaggi "net send" di windows con '''Kopete'''.
Con il plugin Winpopup è possibile inviare e ricevere messaggi "net send" di windows con '''Kopete'''.


It should work with Windows 2000, XP and every OS where [http://www.samba.org|Samba] is running on (BSDs, Linux, OSX...). For Windows 98 and ME you need an additional ''Winpopup'' program.
Dovrebbe funzionare con Windows 2000, XP e ogni sistema operativo (BSDs, Linux, OSX...) in cui sia in esecuzione [http://www.samba.org|Samba]. Per Windows 98 e ME hai bisogno di un programma ''Winpopup'' aggiuntivo.


==Status==
==Status==

Revision as of 19:18, 1 November 2010

Other languages:

Warning

Alcune di queste informazioni sono vecchie e potrebbero essere obsolete. Se utilizzi Kopete, modifica direttamente la pagina in inglese o aggiungi note alla pagina di discussione collegata


Informazioni generali

Con il plugin Winpopup è possibile inviare e ricevere messaggi "net send" di windows con Kopete.

Dovrebbe funzionare con Windows 2000, XP e ogni sistema operativo (BSDs, Linux, OSX...) in cui sia in esecuzione [1]. Per Windows 98 e ME hai bisogno di un programma Winpopup aggiuntivo.

Status

It is re-enabled since Kopete 0.12-alpha1.

The current version has been tested only with Samba 3.0.x. It may or may not work with Samba 2.2.x or Samba 4.

Prerequisites and configuration

You must have installed the samba server and smbclient program. The samba server needs to be configured and running.

It needs a directory where messages are temporarily stored.

mkdir -p -m 0777 /var/lib/winpopup

Add "message command = _PATH_TO_/winpopup-send.sh %s %m %t &" to your smb.conf [global] section.

So it may look like this:

[global]
workgroup = TUX-NET
server string = my linux server
interfaces = localhost eth0
bind interfaces only = yes
name resolve order = host wins bcast
dead time = 5
message command = /opt/kde3/bin/winpopup-send.sh %s %m %t &;
local master = yes
preferred master = yes

# share definitions
[homes]
 ...

For further information take a look at the smb.conf manpage.