Debian Multimedia :: Send A Message To Other User With Ssh And Notify That?
Jun 14, 2011
Let's say there are machines A and B. user1 is on machine A, and has access to machine B through ssh (also as user1). user2 is sitting at machine B (let's say in Gnome session). And user1 has sudo access on machine B. How can user1 send a message to user2 (so it should appear on user2's desktop) with notify-send? code...
This doesn't work. I get in result:
(notify-send:28676): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
What else should be done to make it work? (trying it on current Debian testing).
View 3 Replies
ADVERTISEMENT
Jun 22, 2009
how can i send message to other user in shelli try use write before but it say permission deny from user
View 2 Replies
View Related
Jul 13, 2011
Is possible to send a message (popup window or something) to local user logged into X (xdm, fluxbox) from console ? For example: user1 is logged and using X/fluxbox, user2 logging into the same box by ssh to console. Now - what user2 have to do to send message to user1 ?
View 1 Replies
View Related
Jul 13, 2010
I use Ubuntu 9.10 for one of my MythTV frontends, which have a plasma screen connected using VGA as display :0.0 and a projector connected using HDMI as display :0.1.How do I send notifications using notify-send to the projector? The following doesn't work, i.e. it still displays on the plasma screen:Code:DISPLAY=:0.1 ; notify-send "This will still display on :0.0"
View 3 Replies
View Related
Mar 22, 2011
I'm trying to get notify send to display time as I've done in the past on 10.04.
Here is my script:
Code:
Can't get it to work in 10.10
View 4 Replies
View Related
May 27, 2010
I write a cgi script in python just send a notification command,but that can not work for me.
Code:
#!/usr/bin/env python
#-*-coding=utf-8-*-
import cgi
[code]....
View 9 Replies
View Related
Dec 8, 2010
I have been trying to send some messages from my Debian GNU/Linux to my Canaima GNU/Linux, i have tried with write: write user@host
But it says user is not logged in, apparently the write daemon have to be running in both machines to do this.
And i wanted to use talk, but i should install it in both machines ¿?
The thing is that i have like 10 machines i wanted to send messages to, but i cant find an easy way to do this.
Is there any other way i am missing? or it has to be the "hard" way
View 1 Replies
View Related
Jun 1, 2010
I've been having some trouble with the notifications on 10.04.Networking and volume popups are visible, but messages from Banshee or empathy aren't showing.
I tried the command notify-send in the terminal, but it showed nothing, unless when doing it as root.
fix or a setting to tweak in order to get full notifications back?
View 2 Replies
View Related
May 20, 2011
I've been using Ubuntu 11.04 for a couple of weeks now, and I can't seem to get notify-send to work correctly (yes, I did install libnotify-bin)
Yesterday, I reinstalled Ubuntu 11.04 and the first thing I did was install libnotify-bin to try notify-send on a fresh install.
It worked fine after the reinstallation until I did sudo apt-get upgrade. Immediately after the updates finished, I tried notify-send again and it failed to display a notification.
No error messages, command exits correctly, no indication of anything going wrong except no notification pops up.
I'm on a lenovo thinkpad t420, 64bit ubuntu.
View 4 Replies
View Related
Apr 30, 2009
Hi I am running a fedora 10 desktop. when i send an email using evolution the message was not sent but returns a error message:"Error while performing operation.DATA command failedError: 550 Viagra SPAM - Hi in Subject" and the message did not have an attachment just plain words. what might have gone wrong for i have been using this for sometime without a problem. or what security measures should be in place to remove this viagra spamAm I infected by virus on this fedora, all my updates are up to date.
View 1 Replies
View Related
Nov 1, 2010
I have a script running from a hotkey,it tries to do this:
Code:
DISPLAY=:0.0; notify-send "hi there"
this worked okay in Lucid (Ubuntu 10.04), but doesn't work in Maverick 10.10 I have also tried:
Code:
DISPLAY=:0 notify-send "hi there"
to no avail.
View 9 Replies
View Related
Jul 26, 2011
I tried to send mail from my debian system commandline as root user But i did not get the mail in the destination email inbox No errors was shown
View 1 Replies
View Related
Mar 26, 2010
Ive just installed Debian Lenny and then fglrx and kde, but if i try to login to kde, i get an error message because of invalid user. Do I have to enable my user first to login to kde or something?
View 4 Replies
View Related
Jun 7, 2010
Im using sid, have installed gnome-bluetooth but cannot send/receive, browse files on any device. It says that my "personal file sharing" program might not be installed but i have no idea what exact package is it
View 6 Replies
View Related
Jun 8, 2011
How to configure a Debian mail server as a user send a mail with attachment maximum wight is 5 Mb.
View 3 Replies
View Related
Aug 5, 2015
Evolution keeps crashing everytime I send mail. I am also constantly asked for my keyring or email passwords. I checked the log and found this error message.
"CRITICAL **: mail_session_refresh_cb: assertion 'service != NULL' failed"
This message was in a bug report from 2013 that seems to be closed.: https://bugs.debian.org/cgi-bin/bugrepo ... bug=730256
My system : Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt11-1+deb8u2 (2015-07-17)
synaptic package manager says my evolution and keyring are the latest.
I usually run Xfce if that means anything.
View 1 Replies
View Related
May 13, 2010
Evolution Mail 2.22.3.1 - Debian Lenny 5.0.4I configured Evolution in my gmail account. I can send successfully emails to users but I cannot receive any emails
View 4 Replies
View Related
Apr 8, 2011
I'm using Thunderbird under Ubuntu Lucid Lynx. I'm managing to send messages to other newsgroup but not to alt.os.linux.ubuntu. It says:"A News (NNTP) error occurred: You are not allowed to post to alt.os.linux.ubuntu". Does somebody know what is wrong and how do I enable sending messages to this newsgroup?
View 3 Replies
View Related
May 31, 2009
if i want to send a message to another computer? or get access to another system? what computer knowledges should i know? or what techniques should i learn?
View 2 Replies
View Related
Mar 4, 2011
i am new to using linux and am doing an application to send sms using the kannel? my problem is that i dont know where to get my url for the sendsms?in the mean time i have tried:-http://192.168.9.93:13013/cgi-bin/se...assword=foobar
View 1 Replies
View Related
May 28, 2010
but i don't see how you can send a new message to someone using kopete.I use kopete with only my aim account. I want to be able to send a message to someone who is not on my buddy list.If they're on my buddylist, its easy to send a message, but nowhere in the program does it allow you to send to someone not on your buddy list
View 3 Replies
View Related
Sep 24, 2010
I'm wondering if somebody knows how to add more locations to "Send to", or "Move to" menu. Now there is only Desktop and Home folder. I know there is this nautilus actions configurator app, but with it, I'm able to add to main context menu, not to "Copy|Move to" submenu.
View 2 Replies
View Related
Jun 6, 2015
After installing a fresh Jessie, upgrading it to Stretch and then installing gnome. I see this white page with this weird error when I enter my password to log into my account in gnome:
Code: Select allOh no! Something has gone wrong. A problem has occurred and the system can't recover. Please log out and try again.
Sometimes the error vanishes after a second and the desktop comes up with no problem and sometimes I get logged out automatically.
journalctl | grep gnome:
[URL] .....
dmesg | grep segfault:
Code: Select all[Â Â 23.583242] gdbus[1179]: segfault at d0 ip 00007f38dbef825d sp 00007f38d4120780 error 4
dmesg:
[URL] ....
View 3 Replies
View Related
Mar 24, 2010
how to send message in terminal
View 5 Replies
View Related
May 14, 2010
how to send a message alert from the terminal?
View 1 Replies
View Related
Nov 30, 2010
if there is a way to send a message to computers connected to the LAN? I tried to install linpopup but I only got the message E: Unable to locate package linpopup.
View 2 Replies
View Related
May 24, 2010
I want to send a message from IP to Another IP through command prompt. how can i do this.s
View 3 Replies
View Related
Nov 14, 2009
How to send message to all users wishing them "Good Morning"
View 2 Replies
View Related
Dec 6, 2010
How to send message via terminal in windows or linux?
View 4 Replies
View Related
Aug 4, 2009
I encountered a problem when send dbus method call message.Program A which runs as root user provides system-wide dbus service interfaces.When another program B with root permission send method call message to A,It received the error info:Error org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.41" (uid=0 pid=3397 comm="dbus-send --system --print-reply --type=method_cal") ...But when I run prgram B in generic user permission,localmachine for example,it success to send message.It confused me all the day.
View 2 Replies
View Related