public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Sending notification to user@host in LAN
@ 2007-07-02 20:20 Alex Schuster
  2007-07-02 20:38 ` Randy Barlow
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Alex Schuster @ 2007-07-02 20:20 UTC (permalink / raw
  To: gentoo-user

Hi there!

I'm loooking for a method to send a message to another user on another host 
in my LAN. Something like, um, NET SEND does under Windows. A window should 
open, displaying the message, nothing more is needed.

The purpose is to inform me or other people in the house about incoming 
phone calls. At the moment I just set the DISPLAY variable and open an 
xterm displaying the message, but that involves using xhost, and is not 
that sophisticated. KDE can be assumed to be running on all the systems.

There is the Winpopup plugin for kopete 
(<http://wiki.kdenews.org/tiki-index.php?page=Kopete+Winpopup>), which 
makes it respond to messages sent via NET SEND from a Windows host, or 
smbclient -M from a linux host. But it does not seem to be enabled by 
default. kopete has a use flag (winpopup), but I am using monolithic 
ebuilds, and kdenetwork does not know about it. Could this be a bug to 
report?
Anyway, there would be some more problems with that. smbclient -M takes a 
few seconds until it sends, I would need to find the cause first. And I 
assume that kopete would display a little notification in the taskbar 
first, which must be clicked at, while I want a window to open immediately. 

Any ideas? It's not that important, but I thought I'd ask, maybe someone 
knows a cool solution. If not, I will write a little daemon script, waiting 
for a message file arriving in a shared directory, and displaying it in an 
xterm. This way I avoid the use of xhost.

	Alex
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Sending notification to user@host in LAN
  2007-07-02 20:20 [gentoo-user] Sending notification to user@host in LAN Alex Schuster
@ 2007-07-02 20:38 ` Randy Barlow
  2007-07-02 21:09   ` Alex Schuster
  2007-07-02 21:02 ` Mick
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Randy Barlow @ 2007-07-02 20:38 UTC (permalink / raw
  To: gentoo-user

Alex Schuster wrote:
> Any ideas?
>   

If you are already using Kopete, why not just use an instant message 
service like AIM or Jabber or another?

R
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Sending notification to user@host in LAN
  2007-07-02 20:20 [gentoo-user] Sending notification to user@host in LAN Alex Schuster
  2007-07-02 20:38 ` Randy Barlow
@ 2007-07-02 21:02 ` Mick
  2007-07-02 23:34   ` Alex Schuster
  2007-07-02 21:11 ` Hemmann, Volker Armin
  2007-07-02 23:17 ` Randy Barlow
  3 siblings, 1 reply; 8+ messages in thread
From: Mick @ 2007-07-02 21:02 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1678 bytes --]

On Monday 02 July 2007 21:20, Alex Schuster wrote:
> Hi there!
>
> I'm loooking for a method to send a message to another user on another host
> in my LAN. Something like, um, NET SEND does under Windows. A window should
> open, displaying the message, nothing more is needed.
>
> The purpose is to inform me or other people in the house about incoming
> phone calls. At the moment I just set the DISPLAY variable and open an
> xterm displaying the message, but that involves using xhost, and is not
> that sophisticated. KDE can be assumed to be running on all the systems.
>
> There is the Winpopup plugin for kopete
> (<http://wiki.kdenews.org/tiki-index.php?page=Kopete+Winpopup>), which
> makes it respond to messages sent via NET SEND from a Windows host, or
> smbclient -M from a linux host. But it does not seem to be enabled by
> default. kopete has a use flag (winpopup), but I am using monolithic
> ebuilds, and kdenetwork does not know about it. Could this be a bug to
> report?
> Anyway, there would be some more problems with that. smbclient -M takes a
> few seconds until it sends, I would need to find the cause first. And I
> assume that kopete would display a little notification in the taskbar
> first, which must be clicked at, while I want a window to open immediately.
>
> Any ideas? It's not that important, but I thought I'd ask, maybe someone
> knows a cool solution. If not, I will write a little daemon script, waiting
> for a message file arriving in a shared directory, and displaying it in an
> xterm. This way I avoid the use of xhost.

Will this do?

http://www.gerdfleischer.de/klinpopup.php
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Sending notification to user@host in LAN
  2007-07-02 20:38 ` Randy Barlow
@ 2007-07-02 21:09   ` Alex Schuster
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Schuster @ 2007-07-02 21:09 UTC (permalink / raw
  To: gentoo-user

Randy Barlow writes:

> If you are already using Kopete, why not just use an instant message
> service like AIM or Jabber or another?

I thought about that, too. But as I wrote I would prefer a window to open, 
instead of having a little notification in he taskbar that kopete received 
a message, which I have to klick at.

Beides, I often have trouble with my accounts, they go offline from time to 
time, and I have to restart them manually. I want something that works all 
the time. Okay, I could set up my own jabber server just for that, but that 
seems to be a little exaggerated. And I would need to find out how to send 
a message via command line, too.

	Alex
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Sending notification to user@host in LAN
  2007-07-02 20:20 [gentoo-user] Sending notification to user@host in LAN Alex Schuster
  2007-07-02 20:38 ` Randy Barlow
  2007-07-02 21:02 ` Mick
@ 2007-07-02 21:11 ` Hemmann, Volker Armin
  2007-07-02 22:29   ` Alex Schuster
  2007-07-02 23:17 ` Randy Barlow
  3 siblings, 1 reply; 8+ messages in thread
From: Hemmann, Volker Armin @ 2007-07-02 21:11 UTC (permalink / raw
  To: gentoo-user

On Montag, 2. Juli 2007, Alex Schuster wrote:
> Hi there!
>
> I'm loooking for a method to send a message to another user on another host
> in my LAN. Something like, um, NET SEND does under Windows. A window should
> open, displaying the message, nothing more is needed.

yes. it is known als 'talk'. For decades.



>
> Any ideas? It's not that important, but I thought I'd ask, maybe someone
> knows a cool solution. If not, I will write a little daemon script, waiting
> for a message file arriving in a shared directory, and displaying it in an
> xterm. This way I avoid the use of xhost.
>

yes. emerge -s talk
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Sending notification to user@host in LAN
  2007-07-02 21:11 ` Hemmann, Volker Armin
@ 2007-07-02 22:29   ` Alex Schuster
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Schuster @ 2007-07-02 22:29 UTC (permalink / raw
  To: gentoo-user

Hemmann, Volker Armin writes:

> On Montag, 2. Juli 2007, Alex Schuster wrote:

> > I'm loooking for a method to send a message to another user on another
> > host in my LAN. Something like, um, NET SEND does under Windows. A
> > window should open, displaying the message, nothing more is needed.
>
> yes. it is known als 'talk'. For decades.

I know about talk, but usually this sends an invitation first, which the 
user must respond to. And I want a window to open immediately. Besides, the 
invitation appears in one of the many open terminals, I had to seach a 
while until I found the right one :)

I just tried ktalk, didn't knwo about that before. It opens a console in 
talk mode when accepting an invitation (but again I have to accept it 
first), but nothing happens in it, the graphics does not get updated, I see 
my desktop in the window.

	Alex
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Sending notification to user@host in LAN
  2007-07-02 20:20 [gentoo-user] Sending notification to user@host in LAN Alex Schuster
                   ` (2 preceding siblings ...)
  2007-07-02 21:11 ` Hemmann, Volker Armin
@ 2007-07-02 23:17 ` Randy Barlow
  3 siblings, 0 replies; 8+ messages in thread
From: Randy Barlow @ 2007-07-02 23:17 UTC (permalink / raw
  To: gentoo-user

Alex Schuster wrote:
> Any ideas?

How about Zephyr then?  http://itinfo.mit.edu/product.php?vid=635

-- 
Randy Barlow
http://electronsweatshop.com

But you are a chosen race, a royal priesthood, a holy nation, a people 
for his own possession, that you may proclaim the excellencies of him 
who called you out of darkness into his marvelous light. Once you were 
not a people, but now you are God's people; once you had not received 
mercy, but now you have received mercy. ~1 Peter 2:9-10

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Sending notification to user@host in LAN
  2007-07-02 21:02 ` Mick
@ 2007-07-02 23:34   ` Alex Schuster
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Schuster @ 2007-07-02 23:34 UTC (permalink / raw
  To: gentoo-user

Mick writes:

> Will this do?
>
> http://www.gerdfleischer.de/klinpopup.php

Yes! Thanks, this looks nice. It minimizes into the tray, and opens as 
window when a message arrives (if configured so). I think I will be using 
it.

I first had a little problem because of a five-second delay with 
smbclient -M, but I solved it by enabling WINS support in smb.conf.

I like it, thanks again!

	Alex
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-07-02 23:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-02 20:20 [gentoo-user] Sending notification to user@host in LAN Alex Schuster
2007-07-02 20:38 ` Randy Barlow
2007-07-02 21:09   ` Alex Schuster
2007-07-02 21:02 ` Mick
2007-07-02 23:34   ` Alex Schuster
2007-07-02 21:11 ` Hemmann, Volker Armin
2007-07-02 22:29   ` Alex Schuster
2007-07-02 23:17 ` Randy Barlow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox