Public bug reported:

Binary package hint: zenity

An example: zenity --calendar --title=Inspelningsdatum --text=Välj datum 
--year=2011 --month=09 --day=19 ⇨ Error message
zenity --calendar --title=Inspelningsdatum --text=Välj datum --year=2011 
--month=07 --day=19 ⇨ Works as expected.

It seems like --month and --day must not be 08 or 09. 01-07 seems to work fine, 
though.
The workaround seems to be to make sure there are no trailing zeroes. This 
works fine, for example:
zenity --calendar --title=Inspelningsdatum --text=Välj datum --year=2011 
--month=9 --day=19

** Affects: zenity (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721956

Title:
  zenity --calendar behaves strangely

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to