Ubuntu :: Notify-send Only Showing When Executed As Root?
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
ADVERTISEMENT
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
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
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
View Related
Aug 11, 2010
I want to get a of log all the commands executed by the root user with the following details :
incoming ip
username (thru which su was executed)
time and date
all the commands executed as mentioned above.
Also if user has managed to login as root, he should not be able to disable / delete the above info. Can this info be collected at some other physical server ?
View 5 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
Feb 22, 2010
Inspite of having 755 permissions on the chown command, it seems the command can be executed by the root only. I was under the impression that the 'x' permission for 'others' can give executable rights to the normal user too, which does not seem to be the case here. Just curious to know, if not the file perms itself, what controls the execution of the command?
View 6 Replies
View Related
Jul 15, 2009
I've setup dimdim (opensource, centos 5.3) and noticed yum & rpm commands fail when executed as root because it uses librpmio from openoffice3 instead of /usr/lib (I'm running from memory so I may have misstyped). But sudo doesn't have this problem.
How can root's search path be different, especially after I state /usr & /usr/lib at the top of /etc/ld.so.conf.
View 2 Replies
View Related
Feb 27, 2011
logging in a server through putty in the same network when i executed last command its showing system ip logged in time and logged out time the output as followsthis is my system
oot pts1 xx.xx.xx day month date time in time out timeand similarly am geeting other than this likeroot :0day month date time still logged in this is from more than 3 days its logged in
View 2 Replies
View Related
Jul 6, 2010
Is there a way to configure the at command to send to someone other than root?
View 1 Replies
View Related
Dec 24, 2010
i know messages like "the system is going down for reboot now" get sent, and even show up in kde when they're sent. can this be done from a command line?
View 15 Replies
View Related
Feb 18, 2010
I have been tasked with sending a kill -s SIGHUP (a reload) to a Daemon process owned by root running on a centOS 5.4 machine.
Obviously, Apache cannot normally do this, so I'm going to have to use the sudoers file.
My problem is, how do I allow the Apache user to only run the kill command? nothing else.
in testing, I've gotten Apache to basically run every command prefixed with sudo and no password prompting. But I want the added security to only run the kill command without the password being prompted everything else should prompt for a password.
I'm trying to understand the sudoers file, and i must say, its non-trivial.
is there a simple 1 line I can put in the sudoers file like
PHP Code:
apache ALL=(ALL) NOPASSWD: /bin/kill
View 6 Replies
View Related
Aug 4, 2011
I just installed Debian 6 on a server and when the server powers up, it shows me all the accounts I created in order for me to choose and login under an account, except for the root account. At the colo where the server is going, they need the root account at the login screen.
View 11 Replies
View Related
Mar 25, 2010
The system crontab (/etc/crontab) uses the same format, except that the username for the command is specified after the time and date fields and before the command.
[code]...
Every hour, I get an e-mail complaining about the first line of the crontab:
[code]...
I get the same complaint from the other entries: It looks to me as if cron, or anacron, is trying to execute the user (root) as a command. Predictably, the shell doesn't like it, so barfs and triggers an e-mail about it. Why is this not doing what the man page says it should do? The 2nd problem I believe is related to exim, not cron. The e-mails I'm getting above are being bounced from my ISP because they are directed to root@myisp.com, rather than my regular e-mail address. When the message bounces, it bounces to my regular e-mail address. In /etc/aliases, I have root: [URL]... and in etc/email-addresses I have root: [URL]... Adding the entry to /etc/email-addresses allowed the bounce to find me because the sender's address is [URL]... but how can I get cron to send these messages to me in the first place, instead of root?
View 11 Replies
View Related
Dec 29, 2010
I scan a document with root pressing the scanner button. I would like to send an email using my gmail account. OK. nothing difficult with that... mbsmtp + mutt for sending trhough the sh script.
1-root is to be avoided at max to do some internet duties, due to security. Apt-get is good, but ok surfing or email sending shall be avoided for higher security.
2- sudo or su running mutt through this way, ok, using an existing user. OK, possible and simple, but not comfortable since you have to use an account of an user existing (create a new user for scanner and email?? - no, come on, we have linux and can maybe find a solution)
how to send an Email from root console using an non created USER?
View 5 Replies
View Related
Feb 19, 2010
I have set up a cron job in linux server using the command 'wget -q -o wget_outputlog url'
But on every run, an empty file being created at root.
How to stop this.
View 6 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
Aug 19, 2010
I want postfix to send me the root mail to an external account, but I never do it and I don't know how to do it, anyone can explain me how to do it?
View 1 Replies
View Related
Sep 28, 2010
On Linux, is root privilege required to send a wake-on-lan magic packet? If it depends on how you send the magic packet, please let me know under what situation root is required.
View 1 Replies
View Related
Mar 29, 2010
Sending computer runs linux. Recieving runs OS X.
View 2 Replies
View Related
Jun 14, 2009
I just added my login id to /etc/aliases to forward root's local e-mail to my local e-mail account in evolution.
As always, when I make a change to /etc/aliases, I run newaliases. I now get the following, and root's mail is not showing up in my local mail Inbox:
Code:
Is this correct?
I understand my hostname (i.e., Eng-Lab-010) is not a fully qualified host name, but I never had a problem before. But it appears this not a good thing. What should I do?
View 4 Replies
View Related
Dec 4, 2008
I have been installing Fedora 8 Linux with already having Windows Xp as my primary OS....
I have a total of 80GB Hard disk.Out of 80 GB,I have freed 8GB for Linux.But during Installation after "selecting language for keyboard" and then choosing "Create Custom Layout", while giving partitions I have alotted 4GB for '/' and 2GB for Swap.
Initially space was created for root(/)...but it is unable to create space for swap and all other boot,home etc...
It is showing the error msg as "Could not create partition as there is no space left for /(root)"...
View 4 Replies
View Related
Jan 23, 2010
Notify-osd is one of my favorite things about ubuntu but the pop ups last _WAY TOO LONG_. I've been googling for an hour and can't find any way to change it. Is this true? This is literally a big enough deal that I might just un-install it. But, that would be terrible because I think it's a fantastic app if it didn't sit there for five god damn minutes telling me about messages I read five minutes ago...
No, not literally five minutes, so don't respond saying "There's no way its five minutes" or "if it lasts that long something's wrong with your computer". If I really can't change the timing then that's an awful call on the part of the programmers who made it. Who the hell wants an app that can't be adjusted in any way?
View 3 Replies
View Related
Mar 19, 2010
I was hoping to have a pop up come up after my rssdler completes, I was hoping for the nice pop ups that Ubuntu for brightness, audio volume, instant messages ect, i think it's called notify but i'm still figuring things out. Is there a way i can write this into my rssdler start up script? or any other script i'm writing?
View 5 Replies
View Related
May 3, 2010
No matter what I try, notifications do not appear. The notify-osd program is running (if I check ps) and nothing ever reports an error. I just don't see it, or hear it (does it make a sound?)
I think this might be because of my dual screen setup. I have two screens set up, with the screen on the right lower than the screen on the left so that they match up in real life.
This leaves a dead space above the right hand screen, perhaps its appearing in there? But I have already used notification-preferences to move it to the left (does that even work?) and still nothing. What's up? I rely on notifications to tell me that something's up, since the new "notification area" plugin does not flash and is thus utterly useless on this large screen display (design failure)
View 1 Replies
View Related
Dec 24, 2010
I was wondering if there was a way to let lib-notify show notifications above windows that are in fullscreen, such as a fullscreen flash video.
View 2 Replies
View Related
Jan 5, 2011
Since updating Thunderbird (to version 3.1.7), I now get libnotify popups when new mail arrives, even though I have disabled the "show popup" option in Thunderbird's general options. Is there a way to disable these notifications?
View 1 Replies
View Related
Jan 14, 2011
Pidgin was running beautifully with notify-osd until recently i've decided to try AWN-notification-daemon ... didn't like it, so simply disabled it .. now notify-osd is not working at all with pidgin... it works with other applications , but not pidgin..
the pidgin-libnotify plugin is checked and working.. I've reinstalled notify-osd and notify-osd icons package .. but still.
View 3 Replies
View Related