Ich habe ein Problem mit der digitalen Uhr in Plasma. Ich hatte das Problem schon einmal und es wurde erfolgreich gelöst mit folgendem Befehl:
sudo timedatectl set-timezone $(timedatectl | grep Local | awk '{printf $6}')
Nun aber erscheint folgendes:
timedatectl set-timezone $(timedatectl | grep Local | awk '{printf $6}')
Failed to set time zone: Invalid or not installed time zone 'CEST'
irgendetwas muss noch installiert werden
Bitte probiere Folgendes,
rm -f /etc/localtime && ln -s /usr/share/zoneinfo/$(timedatectl | awk '/Time/{printf $3}') /etc/localtime
Wenn '/etc/localtime' nicht existiert, dann nur den 'link' (ln -s /foo/...) erstellen.
Danke für die schnelle Antwort.
Läuft nun alles wie es soll ;-)
Hallo gorzka,
könntest Du uns bitte die Ausgabe von 'inxi -Sa' geben, würde gerne wissen um was für ein iso und welches plasma/kde es sich handelt.
Aber sicher doch
System: Host: tiger-pc Kernel: 5.12.15-1-siduction-amd64 x86_64 bits: 64 compiler: gcc v: 10.2.1
parameters: BOOT_IMAGE=/boot/vmlinuz-5.12.15-1-siduction-amd64
root=UUID=6a88fdc0-10ad-4684-8046-a422bbc556ef ro quiet systemd.show_status=1 splash
Desktop: KDE Plasma 5.20.5 tk: Qt 5.15.2 info: latte-dock wm: kwin_x11 dm: SDDM
Distro: siduction 21.1.0 C-Blues - nox - (202102141954) base: Debian GNU/Linux 11 (bullseye)
aber ich habe zur Installation NOX CBLUES genommen
Bedankt!
Zitat
aber ich habe zur Installation NOX CBLUES genommen
Alle klar, dies ist die wichtige Information!
Thank you for this, (https://bigrigtruckingcompanyaustin.com/) having the same problem.