Nothing appears when I install the theme. I edited the script, thinking the problem was dealing with the font,but didn't find where I could change it... An hint???
Hi,
Today is October 31st, and with the Italian language, your calendar displays October 30th and no 31 available at all.
My system cal is ok.
Is this a bug?
Please check.
Thank you,
Spiro
I think it's possible. I started to rewrite the entire code to change the license to GPL, but it's never finished. I hope I'll get it done soon an add new features like the one you requested.
I make a bugfix for theese problem... i make a scaled up version of liquid2.png.. if u use another background u need to rescale the image. the bugfixed code downloadable from: http://debrecen.dyn.hu/xalendar-0.5-czo.tar.gz
Czo
Funny thing I Just noticed as i was playing with which background to use. It is only showing 29Days instead of 31. Don't know if this is a bug or something. I still like it and am glad you were able to help me in getting it to work
Well, May is 29 days isn't it?
Just kidding:)
Good eye. It seems like there aren't enough number of rows to fit in the last two days. I'm sorry I'm not the author of that part of the code. The theme used to work fine other than that.
I wonder what is going tho happen in the last two days of May. I'll see what I can do.
here is the shell output. I hope you or someone else can help get it to work:
I give the command superkaramba xalendar:
call to initWidget failed
Traceback (most recent call last):
File "xalendar.py", line 47, in initWidget
locale.setlocale(locale.LC_ALL, getLocale(widget))
File "/usr/lib/python2.4/locale.py", line 381, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
I then go to configure and select English:
New language en_US was selected!
Then I try to reload the theme and get:
Call to initWidget failed
Traceback (most recent call last):
File "xalendar.py", line 47, in initWidget
locale.setlocale(locale.LC_ALL, getLocale(widget))
File "/usr/lib/python2.4/locale.py", line 381, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
Hmm this is a python error.
It looks like an issue with your python 2.4 installation (?)
Do you have a list of locale names in the mentioned file: /usr/lib/X11/locale/locale.alias
around lines 475-650?
There I can see the proper locale name for en_us: en_US.ISO8859-1
How did you install your python-2.4 (binary, compiled.. etc)?
As a workaround, you can try comment out lines 47 and 62 in xalendar.py. Put a # on the front, keeping the same indentation. But this way you'll only have english as locale.
That work-a-round did the trick. the only Locale I care about is English since that is what i speak. Is it possible to have Sunday be at the beginning of the week instead of at the end? If so How.
Thanks for your help.
Ratings & Comments
16 Comments
Is it possible to have the start of week starting with Sunday(rather than the present Monday)? If so, how does one do this?
Nothing appears when I install the theme. I edited the script, thinking the problem was dealing with the font,but didn't find where I could change it... An hint???
Hi, Today is October 31st, and with the Italian language, your calendar displays October 30th and no 31 available at all. My system cal is ok. Is this a bug? Please check. Thank you, Spiro
Is it possible for Xalendar to start on Sunday instead of Monday? I lke the theme. It looks good.
I think it's possible. I started to rewrite the entire code to change the license to GPL, but it's never finished. I hope I'll get it done soon an add new features like the one you requested.
thanx for the fix!
I make a bugfix for theese problem... i make a scaled up version of liquid2.png.. if u use another background u need to rescale the image. the bugfixed code downloadable from: http://debrecen.dyn.hu/xalendar-0.5-czo.tar.gz Czo
http://debrecen.dyn.hu/xalendar.png
Funny thing I Just noticed as i was playing with which background to use. It is only showing 29Days instead of 31. Don't know if this is a bug or something. I still like it and am glad you were able to help me in getting it to work
Well, May is 29 days isn't it? Just kidding:) Good eye. It seems like there aren't enough number of rows to fit in the last two days. I'm sorry I'm not the author of that part of the code. The theme used to work fine other than that. I wonder what is going tho happen in the last two days of May. I'll see what I can do.
lol... I'll let ya know in a couple of weeks.
here is the shell output. I hope you or someone else can help get it to work: I give the command superkaramba xalendar: call to initWidget failed Traceback (most recent call last): File "xalendar.py", line 47, in initWidget locale.setlocale(locale.LC_ALL, getLocale(widget)) File "/usr/lib/python2.4/locale.py", line 381, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting I then go to configure and select English: New language en_US was selected! Then I try to reload the theme and get: Call to initWidget failed Traceback (most recent call last): File "xalendar.py", line 47, in initWidget locale.setlocale(locale.LC_ALL, getLocale(widget)) File "/usr/lib/python2.4/locale.py", line 381, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting
Hmm this is a python error. It looks like an issue with your python 2.4 installation (?) Do you have a list of locale names in the mentioned file: /usr/lib/X11/locale/locale.alias around lines 475-650? There I can see the proper locale name for en_us: en_US.ISO8859-1 How did you install your python-2.4 (binary, compiled.. etc)? As a workaround, you can try comment out lines 47 and 62 in xalendar.py. Put a # on the front, keeping the same indentation. But this way you'll only have english as locale.
That work-a-round did the trick. the only Locale I care about is English since that is what i speak. Is it possible to have Sunday be at the beginning of the week instead of at the end? If so How. Thanks for your help.
I like it. Just wish it would work for me.
Can you post the shell output here please?