Fedora :: KDE Panel Clock To Display In 12 Hour Not 24 Hour Format?
Mar 24, 2010
I recently decided to try KDE4 and would like the change the clock on the panel to display 12 hour format and not the default 24hour format but i can not find where to change this option currently the clock looks like the attached picture. Gnome has this option and I would like to see it in KDE if it exists in the default clock. I am willing to replace the default KDE clock with a seperate widget if one exists for this.
View 1 Replies
ADVERTISEMENT
Aug 5, 2010
I need to change the time displayed in the task bar from a 24 hour clock to a 12 hour format. I could not find the relevant settings in OpenSuse 11.2 and same is the case for 11.3 as well.
how to make the change? I have tried System Settings ---> Computer Administration ---> Date & Time; but I was not able to make the desired change.
Similarly, I have a digital clock widget that shows GMT + 5.5 hours and I need to change that to 12 hour format as well.
View 3 Replies
View Related
Sep 2, 2010
Very simple question but very frustrating as none of the other threads/bug reports/whatever have had quite the same problem. I want gnome clock to display the time in 12 hour format. The suggested solution is something like right-click the clock -> Preferences and somewhere there will be an option to choose 12/24 hour time. Problem is I don't have that option.
The help has a note that 12 hour time "is not shown if your session language does not use the 12 hour clock" but this really shouldn't be a problem? My language/locale/city, everything I can think of, it's all some variation of en_GB, UK English, Brisbane, Australia: all places which should allow the option of 12 hour clock! So why don't I have that option?
View 4 Replies
View Related
Aug 5, 2010
If I set the clock to speak the time, I get this when it tries: starting kttsd failed. I've looked at the various posts, but haven't yet found an actual solution. I've tried to run kttsmgr, but for some reason the "run" dialog doesn't seem to do anything - no error, nothing. Type kttsmgr, press enter since there is not obvious other way to execute the command, and nothing happens.
Is this a module that does not come with KDE? And I give - I can't find time format anywhere. How do you change the clock that appears in the lower right corner to 12 hour instead of what appears to be default 24 hour? I don't see it in "Digital Clock Settings", and I don't see it in System Settings - Date & Time. This is a clean install of slackware 13.1, and whatever version of KDE comes with it.
View 3 Replies
View Related
May 17, 2011
I want to know how to change the Digital Clock panel applet to 12 hour time because the default is 24 hour.
View 4 Replies
View Related
Sep 21, 2010
How to I get F13 to show a 24 hour clock in the upper right hand where the time is displayed? I am using the default desktop so I guess that's gnome.
View 2 Replies
View Related
Jun 17, 2011
I just switched over to Lubuntu, and so far, it's been great.It's rendering quite well with my laptop, even though the fan is constantly running.I've had some small annoyances that I haven't been able to figure out. How do I get the power button and/or other related actions to the 'start' menu? Is there a way to drag and drop applets like in Ubuntu? How do I setup default brightness like in Ubuntu? How do I change the time to normal US time (12 hour instead of 24 hour)How do I change the time to a 12-hour instead of 24-hour?Is there a software center?
View 2 Replies
View Related
Nov 20, 2010
After daylight savings time, my squeeze installation's clock failed to adjust. I've tried to change this in the bios, but it always resets itself.
Is there a way to force-change the time?
View 3 Replies
View Related
Apr 2, 2010
No clue how to change the 24 hour clock format in Lubuntu 10.04 Beta.
View 6 Replies
View Related
May 20, 2011
Yesterday I configured an NTP Server, and synched a sever with my NTP Server. Now some how my Client clock jumped one hour ahead at 12:00 AM, while HW Clock and NTP Server Clock remained.
Code:
cat /etc/sysconfig/clock
# The ZONE parameter is only evaluated by system-config-date.
# The timezone of the system is defined by the contents of /etc/localtime.
ZONE="Asia/Karachi"
[Code]....
View 2 Replies
View Related
Mar 31, 2010
I have cron jobs running and the timing is critical, because I'm running Nessus scans on production servers. If I hit them at the wrong time, I'm toast. But when I check the cron log, I see that it is an hour off. Here is the output for the command "clock":
Wed 31 Mar 2010 03:01:26 PM CDT -0.257677 seconds
And this is the tail of the cron log:
Mar 31 16:00:01 nes-001 CROND[8790]: (root) CMD (/Nessus/Targets/NessusScriptDataCenterScan.test)
Mar 31 16:01:02 nes-001 CROND[8822]: (root) CMD (run-parts /etc/cron.hourly)
Mar 31 16:01:02 nes-001 run-parts(/etc/cron.hourly)[8822]: starting 0anacron
Mar 31 16:01:02 nes-001 anacron[8832]: Anacron started on 2010-03-31
Mar 31 16:01:02 nes-001 anacron[8832]: Normal exit (0 jobs run)
Mar 31 16:01:02 nes-001 run-parts(/etc/cron.hourly)[8834]: finished 0anacron
Cron thinks it is 4:00 p.m., but it's really 3:00 p.m. How do I tell Cron what time it is? (Stopping and restarting the crond service did not change it.)
View 1 Replies
View Related
Jun 1, 2010
Today I updated a bunch of packages, rebooted. I run lucid 10.04 x86_64, originally Xubuntu but now gnome since I cannot make xfce4-panel tasklist behave with compiz. Anyway, by the end of the day my clock was 10min off. If I use ntpdate at about 10min intervals I see things like:
$ sudo ntpdate time.xxx.xxx.de 1 Jun 18:37:02 ntpdate[9734]: step time server xxx.xxx.xxx.xxx offset 10.043055 sec
I have deleted /etc/adjtime and touch'd a blank file to no avail.
Is this problem serious? Is it likely software or hardware? Is running an ntp daemon the right solution or would it be masking a new software or hardware problem that appeared today?
View 6 Replies
View Related
Mar 29, 2011
I use Slackware64 13.1 and this Sunday the hour change and ntp daemon don't start automatically and my clock is an hour late. It's normal or a bug?
View 20 Replies
View Related
Apr 12, 2010
Currently whenever i run date command output is shown like
Mon Apr 12 05:17:21 IST 2010
When its 17:17 Here.
How would i change it so that it should show.
Mon Apr 12 17:17:21 IST 2010
View 9 Replies
View Related
May 11, 2010
I have a script that I want to run for one hour.
I used to use doalarm to make it run for one hour then stop but it is not working consistently so I need another solution.
How would you make a script run for one hour then stop?
View 14 Replies
View Related
Nov 15, 2010
I wish to run a cron job every half hour, where exactly do I put the job? The reason I am asking is that I am used to entering jobs into crontab, I am not used to using fedora and its cron layout.
View 2 Replies
View Related
Jun 14, 2011
I'm running a fully updated Fedora 15.In Evolution's calendar, my days are limited to 12 hours: from 0:00 to 11:45, always.Under preferences->Calendar and Tasks->General, I have "day begins" as 07:00, and "day ends" as 23:30. Changing these numbers has no effect whatsoever. Selecting "12 hour" under "time format" also does nothing.I REALLY hope this isn't a deliberate change by the Evolution developers. My days have normally consisted of more than 12 hours since I was three or four (I'd have to call my parents to ask). Jokes aside, what's going on and how do I change this?
View 3 Replies
View Related
May 28, 2010
I found (Red Hat Fedora Core 6 Server) a CRON entry for "backupmng" that has repeats at 1,16,31 and 46 minutes every hour of every day, 24/7.It is located at:/usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1.
View 1 Replies
View Related
Mar 23, 2010
I'm experiencing a problem with cron.hourly running mcelog.cron on Fedora 11:Quote:mcelog: warning: 18446744073709551600 bytes ignored in each recordmcelog: consider an updateI've read a dead end email thread here from February 2010 describing what I am seeing on Fedora here:Does anyone have any insight into this problem? This is relevant portion of strace(1)ing mcelog which shows /dev/mcelog is open()d and configured correctly:Quote:
open("/dev/mcelog", O_RDONLY) = 3
ioctl(3, MTRRIOC_SET_ENTRY, 0x7fff13129bac) = 0
ioctl(3, MTRRIOC_DEL_ENTRY, 0x7fff13129ba8) = 0
[code]...
View 4 Replies
View Related
Jan 8, 2009
How to backup in such way that, data will be backed up in every 1 hour...but every time not full data;; only the data/file which have been modified within last 1 hour. Its on locally. And how to back up local data to remote system. Because I have tried with ssh-keygen also , but everytime its requiring password.
View 1 Replies
View Related
Feb 15, 2010
Fresh 12 install. I did a yum install yum-fastestmirror and it took over 30 minutes to download its database, at a speed of 5-9 KB/s. Drove me nuts to wait 30 minutes to download a 60Kb program. Then after the install of fastest-mirror, I thought I was out of the woods, and launched a YUM UPDATE, and its still downloading fedora/filelists_db at 13KB/s. Estimated to take over 20 minutes. After that, it will be downloading the 500MB of stuff - hopefully at a better rate. Sigh!! No way to speed this up?
View 5 Replies
View Related
Dec 31, 2010
I had an aging RH 7.3 server that I decided was time to upgrade the hardware and software as well. I chose Fedora 13.This server runs an ircd with several bots connected to it. The bot in question is a perl bot based on the old dreambot script. On the RH 7.3 server, it ran forever. On the new Fedora 13 server, it does an EOF and restarts every hour, exactly one hour after it's been started.Is there something limiting the time that a perl script can execute?
View 1 Replies
View Related
Jun 1, 2011
13.37 default Xfce version panel clock not persisting custom format. Carry on. It would help if I didn't have two installations and I only configured the clock on one of them.
View 2 Replies
View Related
May 9, 2010
I have an indexer for sphinx, and i want it to run once every hour in linux. How would i do this?
View 8 Replies
View Related
Nov 23, 2010
I have a python script that I would like to run every hour regardless of whether I am logged in. I have tried putting a link to the script in cron.hourly, however, it does not run.
View 9 Replies
View Related
Jul 12, 2011
why did i have every time a black screen after 1 hour and can do nothing any more. But the music that play with rhytmbox is playing good.No energy saving only screen saver that must be active after 10 min non activitie on pc
View 3 Replies
View Related
Jan 20, 2010
I need to build a system that can provide me capacity to send more than 50.000 mails per hour. Now I have inherit a server farm with 40 postfix servers, and one server managing which of this servers send the mails but its programming for someone but it's too complex. I would like to have a new system for do that, (To manage hotmails, Yahoo and others complains i have a contract with a specialist company to have ours ips in whitelist, activate and deactivate servers )
View 8 Replies
View Related
Feb 14, 2010
I created a script
Code:
#!/bin/sh
bla bla bla
I know if I put it in
Code:
/etc/cron.daily
it will be executed every day at 12:01, or I am not sure the hour
But I want to be executed every monday and saturday at 20:00h
View 4 Replies
View Related
Jan 28, 2010
Do you like programming? Can you take challenges? Would you match yourself with others? Here is your chance! Grab it! The jubilee X. BME International 24-hour Programming Contest will be held this year in May!
This contest is a real test of creativity, knowledge, endurance and team-work, an EXTREME CHALLENGE! Sponsors and the offered prizes worth 6000 euros contribute to the high standards of the contest. The team which gaines the utmost points can take home the award and the cup.[URL]..
View 1 Replies
View Related
Aug 24, 2011
Is there any way to force 24-hour time in my locale (for example, 14:00) instead of 12-hour time (2:00 PM)?
I use the en_US locale with a UTF-8 character set on Arch Linux, but this shouldn't matter, I think.
View 1 Replies
View Related