Kopete/Winpopup/it: Difference between revisions
(Created page with "C'è bisogno di una cartella per memorizzare temporaneamente i messaggi. {{Input|1=mkdir -p -m 0777 /var/lib/winpopup}} Aggiungi "message command = _PERCORSO_PER_/winpopup-s...") |
(Created page with "Dunque potrebbe essere più o meno così: {{Input|1=[global] workgroup = TUX-NET server string = my linux server interfaces = localhost eth0 bind interfaces only = yes name resol...") |
||
Line 25: | Line 25: | ||
sezione [global] in smb.conf. | sezione [global] in smb.conf. | ||
Dunque potrebbe essere più o meno così: | |||
{{Input|1=[global] | {{Input|1=[global] | ||
workgroup = TUX-NET | workgroup = TUX-NET | ||
Line 36: | Line 36: | ||
local master = yes | local master = yes | ||
preferred master = yes | preferred master = yes | ||
<!--}}--> | |||
# share definitions | # share definitions |
Revision as of 19:24, 1 November 2010
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.
Stato
È stato riattivato a partire da Kopete 0.12-alpha1.
L'attuale versione è stata testata solo con Samba 3.0.x. Potrebbe o potrebbe non funzionare con Samba 2.2.x o Samba 4.
Prerequisiti e configurazione
Devi avere installato il server samba e il programma smbclient. Il server samba ha bisogno di essere configurato e deve essere in esecuzione.
C'è bisogno di una cartella per memorizzare temporaneamente i messaggi.
mkdir -p -m 0777 /var/lib/winpopup
Aggiungi "message command = _PERCORSO_PER_/winpopup-send.sh %s %m %t &" alla tua sezione [global] in smb.conf.
Dunque potrebbe essere più o meno così:
[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.