uninet writes "Tim Butler and Ed Hurst have discussed GNOME quite a bit. Tim likes the current trend, and Ed doesn't. Read Ed's alternate perspective at OfB.biz."
Re:"Average user"
by
Sunspire
·
· Score: 4, Informative
Let's look at it a bit further. Right clicking on the clock and selecting "Time and Date Format" (not "Configure clock" which a newbie would likely select) gives you a nice dialog where I can select my country. What the fuck that has to do with "Time and Date Format", the context entry you select, is anybody's guess.
But we tab to the "Time and Dates" page and continue on, probably saving the programmer a few lines of code. No 24H setting here either, but there's a dropdown that allows you to choose between "HH:MM:SS" and "pH:MM:SS". "pH?, wtf" the user is thinking about now. A google search only turn up programming related matches. That's right, it's the fucking formatting string of the unix date function. According to the help the 'p' is "locale's upper case AM or PM indicator (blank in many locales)" modifier. But we can plug in 'N' for nanoseconds if we want, so it's ok!
The user doesn't know shit about any of this of course, so through trial and error we see that the first selection is indeed a 24hour format. But wait, there more! KDE needs to be shut down each time you change something related to the "Time and Date Format" functions, joy. It tells me this in a friendly pop-up dialog (incidentaly the title on the dialog doesn't fit the window).
Let's look at it a bit further. Right clicking on the clock and selecting "Time and Date Format" (not "Configure clock" which a newbie would likely select) gives you a nice dialog where I can select my country. What the fuck that has to do with "Time and Date Format", the context entry you select, is anybody's guess.
But we tab to the "Time and Dates" page and continue on, probably saving the programmer a few lines of code. No 24H setting here either, but there's a dropdown that allows you to choose between "HH:MM:SS" and "pH:MM:SS". "pH?, wtf" the user is thinking about now. A google search only turn up programming related matches. That's right, it's the fucking formatting string of the unix date function. According to the help the 'p' is "locale's upper case AM or PM indicator (blank in many locales)" modifier. But we can plug in 'N' for nanoseconds if we want, so it's ok!
The user doesn't know shit about any of this of course, so through trial and error we see that the first selection is indeed a 24hour format. But wait, there more! KDE needs to be shut down each time you change something related to the "Time and Date Format" functions, joy. It tells me this in a friendly pop-up dialog (incidentaly the title on the dialog doesn't fit the window).
It's like deja vu all over again.