Kopete/Winpopup: Difference between revisions
Pipesmoker (talk | contribs) (copied from Kopete_Winpopup) |
(Marked this version for translation) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<languages /> | <languages /> | ||
<translate> | <translate> | ||
<!--T:1--> | |||
[[Image:Winpopup protocol.png|thumb]] | |||
<!--T:16--> | |||
{{Historic}} | |||
==General Information== <!--T:3--> | |||
<!--T:4--> | |||
With the Winpopup plugin it is possible to send and receive windows "net send" messages with '''Kopete'''. | |||
<!--T:5--> | |||
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. | |||
==Status== <!--T:6--> | |||
<!--T:7--> | |||
It is re-enabled since '''Kopete''' 0.12-alpha1. | |||
<!--T:8--> | |||
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. | 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== | ==Prerequisites and configuration== <!--T:9--> | ||
You must have installed the samba server and smbclient program. The samba server needs to be configured and running. | <!--T:10--> | ||
You must have installed the '''samba server''' and '''smbclient''' program. The samba server needs to be configured and running. | |||
<!--T:11--> | |||
It needs a directory where messages are temporarily stored. | It needs a directory where messages are temporarily stored. | ||
{{Input|1=mkdir -p -m 0777 /var/lib/winpopup}} | {{Input|1=mkdir -p -m 0777 /var/lib/winpopup}} | ||
Line 23: | Line 34: | ||
smb.conf [global] section. | smb.conf [global] section. | ||
<!--T:12--> | |||
So it may look like this: | So it may look like this: | ||
{{Input|1=[global] | {{Input|1=[global] | ||
Line 33: | Line 45: | ||
'''message command = /opt/kde3/bin/winpopup-send.sh %s %m %t &;''' | '''message command = /opt/kde3/bin/winpopup-send.sh %s %m %t &;''' | ||
local master = yes | local master = yes | ||
preferred master = yes | preferred master = yes <!--}}--> | ||
# share definitions | <!--T:13--> | ||
<!--{{--># share definitions | |||
[homes] | [homes] | ||
...}} | ...}} | ||
<!--T:14--> | |||
For further information take a look at the smb.conf manpage. | For further information take a look at the smb.conf manpage. | ||
<!--T:15--> | |||
[[Category:Internet]] | [[Category:Internet]] | ||
</translate> | </translate> |
Latest revision as of 06:53, 22 September 2024
General Information
With the Winpopup plugin it is possible to send and receive windows "net send" messages with Kopete.
It should work with Windows 2000, XP and every OS where Samba is running on (BSDs, Linux, OSX...). For Windows 98 and ME you need an additional Winpopup program.
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.