Siduction Forum > Software - Support

 [gelöst] digitale Uhr in Plasma Fehler

(1/2) > >>

gorzka:
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: ---sudo timedatectl set-timezone $(timedatectl | grep Local | awk '{printf $6}')
--- End code ---

Nun aber erscheint folgendes:



--- Code: ---timedatectl set-timezone $(timedatectl | grep Local | awk '{printf $6}')
Failed to set time zone: Invalid or not installed time zone 'CEST'
--- End code ---

irgendetwas muss noch installiert werden

hendrikL:
Bitte probiere Folgendes,


--- Code: ---rm -f /etc/localtime && ln -s /usr/share/zoneinfo/$(timedatectl | awk '/Time/{printf $3}') /etc/localtime
--- End code ---

Wenn '/etc/localtime' nicht existiert, dann nur den 'link' (ln -s /foo/...) erstellen.

gorzka:
Danke für die schnelle Antwort. 

Läuft nun alles wie es soll ;-)

hendrikL:
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.

gorzka:
Aber sicher doch



--- Code: ---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)
--- End code ---

 aber ich habe zur Installation NOX CBLUES genommen

Navigation

[0] Message Index

[#] Next page

Go to full version
Powered by Advanced Topic Prefix Pro
Powered by SMFPacks WYSIWYG Editor