MultiClock icon indicating copy to clipboard operation
MultiClock copied to clipboard

Nothing seem to happend when clicking on “Other…”

Open EBoisseauSierra opened this issue 4 years ago • 2 comments

Issue

I would like to specify a time zone not listed in the default list.

When I click on “Other…”, nothing happens. (Yet when I click on one of the listed time zone, the clock changes as expected.)

## Context

I have installed MultiClock from Gnome extensions, and it installed correctly:

cat ~/.local/share/gnome-shell/extensions/[email protected]/metadata.json | grep version
{
  "_generated": "Generated by SweetTooth, do not edit",
  "description": "A clock for showing a second timezone in the panel.",
  "name": "MultiClock",
  "settings-schema": "org.gnome.shell.extensions.mibusMultiClock",
  "shell-version": [
    "3.36",
    "40.0"
  ],
  "url": "https://github.com/mibus/MultiClock",
  "uuid": "[email protected]",
  "version": 8
}%                                                                    

My system runs Fedora 33, GNOME 3.38.5, X11.

EBoisseauSierra avatar Jun 02 '21 08:06 EBoisseauSierra

My workaround has been to manually add the time zone I wanted to ~/.local/share/gnome-shell/extensions/[email protected]/extension.js, and restart the session ; I've then been able to select it and live happily ever after.

EBoisseauSierra avatar Jun 02 '21 08:06 EBoisseauSierra

Another workaround would be to include all the international time zone names in that file. Hopefully the selection list doesn't overflow the screen.

l0b0 avatar Oct 05 '21 23:10 l0b0