MarianArlt / kde-plasmoid-betterinlineclock

Your usual clock widget, just way better and on a single line!
https://www.opendesktop.org/p/1245902
GNU General Public License v3.0
20 stars 14 forks source link

Time Zones doesn't work #20

Open pushkinilia opened 2 years ago

pushkinilia commented 2 years ago

Description: Manjaro Linux Release: 21.2.0 Codename: Qonos

latte-dock-git Edna theme

Clocks works normally, but without Time Zones

image

mackuz commented 2 years ago

Confirm.

jhc1993-846 commented 2 years ago

For now since the author seems busy, I'll copy what I posted on the KDE store.

To bandaid the time zone thing, drop the following line into terminal:

sudo cp /usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/configTimeZones.qml ~/.local/share/plasma/plasmoids/org.kde.plasma.betterinlineclock/contents/ui/configTimeZones.qml

This just copies the time zone config UI from a source widget and drops it into this one. Sudo required because the source widget sits in a root directory.

I don't know myself how it can be fixed at source, or what broke it as I'm still new to Linux in general.