cinatic / taskwhisperer

Taskwhisperer is a extension for TaskWarrior Application https://taskwarrior.org. It is to display upcoming tasks and task details as well as to create and modify them.
GNU General Public License v3.0
141 stars 20 forks source link

Error when opening settings #36

Closed MacLotsen closed 7 years ago

MacLotsen commented 7 years ago

When opening the settings I get the following error:

Error: Requiring St, version none: Typelib file for namespace 'Clutter', version '0' not found

Stack trace:
  @/home/erik/.local/share/gnome-shell/extensions/taskwhisperer-extension@infinicode.de/convenience.js:34:7
  @/home/erik/.local/share/gnome-shell/extensions/taskwhisperer-extension@infinicode.de/prefs.js:12:7
  Application<._getExtensionPrefsModule@resource:///org/gnome/shell/extensionPrefs/main.js:75:13
  wrapper@resource:///org/gnome/gjs/modules/lang.js:178:22
  Application<._selectExtension@resource:///org/gnome/shell/extensionPrefs/main.js:90:31
  wrapper@resource:///org/gnome/gjs/modules/lang.js:178:22
  Application<._onCommandLine@resource:///org/gnome/shell/extensionPrefs/main.js:246:17
  wrapper@resource:///org/gnome/gjs/modules/lang.js:178:22
  main@resource:///org/gnome/shell/extensionPrefs/main.js:402:5
  @<main>:1:49

I have the following packages installed concerning Clutter:

$ pacman -Qs clutter
local/clutter 1.26.2-1
    A toolkit for creating fast, portable, compelling dynamic UIs
local/clutter-gst 3.0.24-1
    GStreamer bindings for clutter
local/clutter-gtk 1.8.2-1
    Clutter integration with GTK+

Note that gir comes with clutter-gtk (see link)

I've searched for this error and found the same error in dash-to-doc.

Can some elaborate?

cinatic commented 7 years ago

you can checkout the extension from git and replace it in ~/.local/share/gnome-shell/extension/taskwhisperer*

i already submitted the new version to gnome.org but it's not reviewed yet