Ubuntu :: How To Autostart Alarm Clock In Gnome
Nov 19, 2010
I installed 'Alarm Clock' from the Software Center and would like to have said app autostarts. There is an option in Alarm Clock to autostart with Gnome but that doesn't work so I assume the reason being I'm not root.
How to autostart Alarm Clock?
Also, in System > Preferences > Startup Applications, the 'Add' asks for a command. Is this like Windows whereas I simply point it to the app I want started? I don't even know where apps are installed. Who said ignorance is bliss?
View 3 Replies
ADVERTISEMENT
Sep 24, 2010
I'm looking for an easy to use alarm clock program that I can suggest to new users. The two I have tried so far have fallen short of my expectations. "Alarm Clock" from the Ubuntu software repository starts out okay, but when the alarm actually goes off, getting it to stop seems pretty unintuitive. Click on the Alarm Clock icon, then click a Stop button in the new window that pops up. Sounds easy enough except that the icon used for "Stop" is just this grey square, so for users who are not familiar with linux or this program, it isn't even obvious that it is a button. I had one user actually uninstall the thing in order to get it to shut up. Preferably one should be able to silence the alarm by click on the alarm icon (or right clicking, if a 'doze' behavior is preferred) The other one I tried was alarm-clock-applet, which wants me to locate an alarm sound on my filesystem. Uh, no.
Does anyone know of a simple, basic alarm clock system that anyone can just sit down and immediately use without having to 'get in to the head' of the developer? Are the KDE alarms better? Am I missing something about either of these programs which would make them easier to use?
View 4 Replies
View Related
Mar 2, 2011
Any alarm clock program I can run on xubuntu.
View 1 Replies
View Related
Jun 13, 2011
So, I'm attempting to write an alarm clock from scratch without a GUI, doing this through a bash script. So far I wrote the file that actually initiates the song, and I was trying to set up a crontab so I could do it at a certain time, making it function like an alarm clock, but it isn't seeming to work, any input on why
Code:
SHELL=/bin/bash
12 5 * * * /home/angelo/music.sh
That is my crontab
View 9 Replies
View Related
Aug 15, 2010
I'm trying to set up the Alarm Clock app to automatically launch Rhythm Box and begin playing a specific internet play lists I have there. I have one template set up to launch Pandora and I could probably get it to launch Rhythm Box but, how do I get it to launch Rhythm Box and begin playing a certain radio station playlist?
View 6 Replies
View Related
Jan 13, 2011
I must be overlooking something here, but I can't find out how to add "Alarm Clock Applet" to my panel. In Ubuntu Software Center, there's a picture of the program right in the panel and feature to add to panel, but there's no option for me to do this. "Add to Panel" doesn't have the application either.
View 9 Replies
View Related
Feb 2, 2011
I've installed Alarm Clock and was planning to use it to shut down my PC at a certain time every day. What command would I use to execute the shutdown, "sudo shutdown -P" ?
View 5 Replies
View Related
Mar 2, 2011
I have just installed alarm clock, I cannot find an icon anywhere after the install. How can I start this program.
View 7 Replies
View Related
Nov 27, 2010
I left the linux world for a few years and now i am trying to re-learn my shell scripting basics. I am writing a script for an alarm clock, but i seem to be running into a few issues.
declare -i H
declare -i M
declare -i currentH
declare -i currentM
declare -i minutesLeft
[code]....
My script, instead of doing what it should, produces the following errors:
./alarm: line 19: echo 11: No such file or directory
./alarm: line 26: 6: command not found
[code]....
and if i choose the time 11:06, files called 11 and 6 are creating in the working directory. I am sure it is something really simple, but i haven't used linux or scripting on my computers in around 6 years.
View 11 Replies
View Related
Feb 4, 2011
I need to set up an alarm to start at 7:30am and run every 5 seconds until I stop it. How would I acheive this in cron tab?
View 2 Replies
View Related
Jul 6, 2010
I have a feature that keeps me going back to Mac every night, and I was wondering if there was an equivalent. I have a nice app called alarm clock on Mac that plays music from my library on specified days of the week and times AND can wake the computer from sleep to do so. I was wondering if there was a Linux equivalent, such as crontab, that could do all those things. It's the last barrier to almost full time Linux use.
View 4 Replies
View Related
Feb 21, 2010
I'm trying to make an "alarm clock" with mpd and gxmessage. Gxmessage allows you to assign unique exit codes for its buttons to use in your script. This is what I have so far:
Code:
#!/bin/bash
vol=$1
mpc clear
mpc load alarm
[Code].....
Now I know I'm way off with the case statement, because when the alarm_message function is called within the case, both of the exit codes I assigned to the buttons (-buttons "Stop":1,"Sleep":2 ) return to their default value.
What I would like is for every time the "Sleep" button is pressed, it would pause mpc, sleep for an amount of time, play, then open gxmessage again to restart the case statement (retaining the exit codes I assigned to the buttons). Am I on the right track?
View 2 Replies
View Related
Mar 25, 2010
Autostart kinternet with Gnome?
I recently switched desktops. Kinternet connects fine with Gnome, but it doesn't start up with Gnome. I tried putting kinternet into the Gnome startup, but kinternet errors when it starts.
View 5 Replies
View Related
Sep 3, 2011
I'm a KDE fan giving GNOME Shell a try, and I find I like it better with a dock. The one in GNOME Shell extensions is still primitive, so I installed Cairo and set it to start automatically, but then I found it starting in KDE too, where I prefer the Plasma Panel. So I disabled it for autostart and checked "Restore Programs" in the Startup Manager instead, but that didn't do the trick. Now I'm thinking that instead of an autostart entry for Cairo dock, I should have one for a script that says, "IF running GNOME, THEN launch Cairo, ELSE leave well enough alone." Can anyone here tell me how to do that? I've never written a script, but I figure the internet can help me with the basics; the piece I'll need is a way to check whether I'm in GNOME.
View 9 Replies
View Related
Jul 11, 2010
How can you disable GNOME autostart in lucid, so it can be started only when i need it?
View 5 Replies
View Related
Mar 5, 2016
I've tried creating .desktop entries in ~/.config/autostart and /etc/xdg/autostart, the contents as follows
Code: Select all[Desktop Entry]
Name=SetResolution
Comment=Fix resolution in VMWare
Exec=/home/me/gnome-autoruns/set_1920x1080.sh
Terminal=false
Type=Application
X-GNOME-Autostart-enabled=true
But it simply never runs, I am stuck with an incorrect resolution every time I login. (VMWare guest with virtual display does not detect 1920x1080)
The script is as follows, and works when run from the command line
Code: Select all#!/bin/bash
echo Setting mode to 1920x1080 from ~/gnome-autoruns/set_1920x1080.sh
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode Virtual1 "1920x1080_60.00"
xrandr --output Virtual1 --mode "1920x1080_60.00"
script is executable to all.
View 4 Replies
View Related
Jun 1, 2011
I edited my menu using alacarte. There was an unchecked entry of "Panel", so I deleted that entry. After a reboot, my gnome-panel autostarts no more. I reset everythin in alacarte, but I still have to start gnome-panel manually.
How is that possible? Why depends a simple menu entry from the boot configuration? I hate this so much, because I've made 14 reinstalls the last 3 weeks because of those stupid fails. Is there anybody out there having a solution for me (except reinstalling Ubuntu.
View 2 Replies
View Related
Nov 21, 2010
I have 10.10 Ubuntu (upgraded from 10.04), it's all nice and I like it, I use what I believe is called Ubuntu Desktop environment.During the summer I read about a new weather forecast applet built in the clock that really caught my attention.
View 9 Replies
View Related
May 23, 2010
I live in Dunedin, New Zealand. Dunedin isn't listed as a city in the Gnome clock location thing - only Christchurch, Wellington and Auckland are in New Zealand.I can add my own custom city by specifying the latitude and longitude, which I have done, but I also want the weather for Dunedin to show up.Weather for Dunedin is available from Weather Underground, iGoogle and many other weather sites.
View 1 Replies
View Related
Oct 30, 2010
I recently installed 10.10, and I have not been able to get the gnome panel clock to work correctly. I will set it to the correct time, but every time I reboot it will be wrong by several hours. I have never had a problem in previous versions and I have always set the clock by right-clicking on the clock -> Preferences ->Time Settings. Am I doing something wrong or is there an easy way to synchronize with a time server?
View 1 Replies
View Related
Apr 17, 2011
I recently noticed that the time displayed in the Gnome Clock applet is exactly (or nearly so) one second behind NTP time.I have a NTP server on my small network to which I sync my other PCs. Some of the applications I run are critical of time and need sub second accuracy - I am also a bit of Time Nut as well.My NTP server is OK. My PCs can sync to my NTP server OK. My applications which require precise time get the right time from NTP - BUT - the time displayed in the GNOME Clock applet is always behind one second!I have spent much time searching for others with similar problems and their solutions but so far nothing - hence my asking here, why do I see this behaviour and what can I do about it
View 2 Replies
View Related
May 13, 2011
Lifetime Windows user here, finally decided to dualboot Ubuntu =) So far, I've been doing pretty good with figuring things out on my own but now...I was customizing the panel and accidentally clicked "remove from panel" on the clock, which took with it the controller for banshee, bluetooth menu, ect. I can use Add to Panel to get a clock back, but it doesnt have the other things that were attached to the default one =S
View 3 Replies
View Related
Sep 30, 2010
When I travel, I would like to tell my laptop that I, as a user, am in a different time zone that what the OS may think is local. And I would like the clock on my desktop (default Gnome bar date/time display) to show the local time.
Instead, I currently have to use sudo and change the system time... (click on the clock, choose time settings, set system time -- there are no other choices given). The applet thing allows me to add other locations, but they only show up if I click on the icon, as extra times below the main one.
Am I missing something? Using the wrong app?
View 9 Replies
View Related
Mar 7, 2011
It simply doesn't work. No matter what city I put there (I even tried putting American cities) the applet just widens a bit to the left and shows nothing. Doing some searches, I learned the protocol it uses is called METAR, the data is provided by airports, and the list of locations is at:[URL]..
But this file doesn't exist! What exists is:[URL].. And that one only has American cities. But, as I said, not even American cities work. Where should I start looking?
View 10 Replies
View Related
Jul 2, 2011
Any one know of a world clock applet that can be run in gnome 3, something that you can show or choose from different cities around the world.
View 3 Replies
View Related
Sep 7, 2010
I was wondering if it is at all possible to use CSS code to make the Gnome panel clock text blink. I Googled a bunch of CSS code which is supposedly used to create a blinking text effect but none work in the Gnome panel clock. Is there any sort of CSS code which can do that? If so, what is it?
View 3 Replies
View Related
Aug 18, 2015
I remember that 10 years ago or so, I used to have on a Debian desktop a clock which displayed the time on a custom level of approximation, e.g. quarter to five for 04:47 or even "morning/late evening/etc". I can't remember if it was a customization of the default clock or a separate program. I didn't have luck searching on the internet. Is it possible to get something similar with Gnome on Jessie?
View 2 Replies
View Related
Sep 26, 2009
Does anyone know how to change the font color for the clock applet? I have a dark background on my desktop and want the panel to be transparent but I can't read the clock.
View 2 Replies
View Related
Apr 27, 2010
I'd like to have two gnome clock applets, one with the regular default time and date in the upper right hand corner (the default) and another set to epoch time. However, I can't figure out how to set the second gnome clock applet to display the epoch time. I'm running FC12.
View 4 Replies
View Related
Jun 29, 2010
I'm experiencing a strange problem with GNOME Clock on Fedora 13. When the applet is in the bottom panel, and I click on the clock, the popup display appears at the top of the screen rather than at the bottom of the screen (above the bottom panel) as would be expected. Worse, the display appears higher than would be expected had the clock been on the top panel, meaning the display is cutoff (ie, the display goes off the top of the screen). I've tried playing with my .gconf files, and removing and re-adding the GNOME Clock applet, but nothing has worked. I'm not sure if this is a weird quirk particular to my settings, or a more general bug; can readers here check to see if the behavior I've described occurs if the Clock applet is added to the bottom panel?
View 8 Replies
View Related