I installed x11/lxpanel and for digital clock plugin (clock + calendar) I have a calendar with Sunday as a start day. I try to set it to Monday. There are no specific options in LXPanel.
Here is source code: http://git.lxde.org/gitweb/?p=lxde/...=0580e5f354d5021922c9f6587a9da939870986ce#l97
So, this is a standard GTK calendar and GTK should pick calendar options from locale settings according API documentation.
https://developer.gnome.org/gtk2/stable/GtkCalendar.html
So, my question is: is this option available for locale?
Here is source code: http://git.lxde.org/gitweb/?p=lxde/...=0580e5f354d5021922c9f6587a9da939870986ce#l97
So, this is a standard GTK calendar and GTK should pick calendar options from locale settings according API documentation.
https://developer.gnome.org/gtk2/stable/GtkCalendar.html
GTK_CALENDAR_WEEK_START_MONDAY
Since GTK+ 2.4, this option is deprecated and ignored by GTK+. The information on which day the calendar week starts is derived from the locale.
So, my question is: is this option available for locale?
Code:
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_ALL=