Siduction Forum

Siduction Forum => Software - Support => Topic started by: gorzka on 2021/07/11, 06:32:57

Title: [gelöst] digitale Uhr in Plasma Fehler
Post by: gorzka on 2021/07/11, 06:32:57
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:

Code: [Select]
sudo timedatectl set-timezone $(timedatectl | grep Local | awk '{printf $6}')
Nun aber erscheint folgendes:


Code: [Select]
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
Title: Re: digitale Uhr in Plasma Fehler
Post by: hendrikL on 2021/07/11, 06:48:45
Bitte probiere Folgendes,

Code: [Select]
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.
Title: Re: digitale Uhr in Plasma Fehler
Post by: gorzka on 2021/07/11, 08:11:05
Danke für die schnelle Antwort. 

Läuft nun alles wie es soll ;-)
Title: Re: [gelöst] digitale Uhr in Plasma Fehler
Post by: hendrikL on 2021/07/11, 11:30:47
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.
Title: Re: [gelöst] digitale Uhr in Plasma Fehler
Post by: gorzka on 2021/07/13, 18:56:32
Aber sicher doch


Code: [Select]
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
Title: Re: [gelöst] digitale Uhr in Plasma Fehler
Post by: hendrikL on 2021/07/13, 20:36:20
Bedankt!

Quote
 aber ich habe zur Installation NOX CBLUES genommen

Alle klar, dies ist die wichtige Information!
Title: Re: [gelöst] digitale Uhr in Plasma Fehler
Post by: David121314 on 2021/10/15, 09:14:27
Thank you for this, (https://bigrigtruckingcompanyaustin.com/) having the same problem.