Kopete/Winpopup/uk: Difference between revisions
Created page with "==Стан==" |
Created page with "Додаток знову увімкнено у версії '''Kopete''' 0.12-alpha1." |
||
Line 12: | Line 12: | ||
==Стан== | ==Стан== | ||
Додаток знову увімкнено у версії '''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. | 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. |
Revision as of 13:06, 30 October 2010

Загальна інформація
За допомогою додатка Winpopup можна надсилати і отримувати повідомлення "net send" з Windows за допомогою Kopete.
Додаток має працювати з Windows 2000, XP та будь-якою операційною системою, у якій встановлено і запущено [1] (BSDs, Linux, OSX...). Щоб спілкуватися з користувачами Windows 98 і ME, вам потрібна додаткова програма Winpopup.
Стан
Додаток знову увімкнено у версії 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.