Projekt

Allgemein

Profil

Gnome calender » Historie » Version 1

Jeremias Keihsler, 10.03.2019 09:00

1 1 Jeremias Keihsler
h1. Gnome calender
2
3
taken from https://ask.fedoraproject.org/en/question/110789/how-to-set-monday-as-the-first-day-of-the-week-in-gnome-shell-calendar-fedora-26/
4
5
check your current settings with
6
7
<pre><code class="bash">
8
localectl set-locale LC_TIME=en_GB
9
</code></pre>
10
11
set @LC_TIME@ to english, since en_GB locale starts with monday as the first day of the week
12
<pre><code class="bash">
13
localectl set-locale LC_TIME=en_GB
14
</code></pre>
15
16
log out and in for the change to take effect. The setting is stored in @/etc/locale.conf@