Siduction Forum

Siduction Forum => Software - Support => Thema gestartet von: gorzka in 2021/07/11, 06:32:57

Titel: [gelöst] digitale Uhr in Plasma Fehler
Beitrag von: gorzka in 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:

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
Titel: Re: digitale Uhr in Plasma Fehler
Beitrag von: hendrikL in 2021/07/11, 06:48:45
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.
Titel: Re: digitale Uhr in Plasma Fehler
Beitrag von: gorzka in 2021/07/11, 08:11:05
Danke für die schnelle Antwort. 

Läuft nun alles wie es soll ;-)
Titel: Re: [gelöst] digitale Uhr in Plasma Fehler
Beitrag von: hendrikL in 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.
Titel: Re: [gelöst] digitale Uhr in Plasma Fehler
Beitrag von: gorzka in 2021/07/13, 18:56:32
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
Titel: Re: [gelöst] digitale Uhr in Plasma Fehler
Beitrag von: hendrikL in 2021/07/13, 20:36:20
Bedankt!

Zitat
 aber ich habe zur Installation NOX CBLUES genommen

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