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

Manual installation failing #105

Closed jose1711 closed 2 years ago

jose1711 commented 2 years ago

Trying to manually install the extension under Gnome-shell 42.0:

apr 25 21:20:26 myhost gnome-shell[18075]: JS ERROR: Extension taskwhisperer-extension@infinicode.de: GLib.FileError: Failed to open file „/home/jose/.local/share/gnome-shell/extensions/taskwhisperer-extension@infinicode.de/schemas/gschemas.compiled“: open() failed: File or directory does not exist
cinatic commented 2 years ago

i updated the installation instruction

Git master

Checkout and run make install, a locale copy will be generated in (~/.local/share/gnome-shell/extensions/). Maybe a restart of GNOME Shell is needed and/or enabling the extension.

git clone https://github.com/cinatic/taskwhisperer.git && cd taskwhisperer && make install

Git Release

Download latest release and extract it to ~/.local/share/gnome-shell/extensions/taskwhisperer-extension@infinicode.de/. Maybe a restart of GNOME Shell is needed and/or enabling the extension.


mkdir -p ~/.local/share/gnome-shell/extensions/taskwhisperer-extension@infinicode.de/ && curl -L https://github.com/cinatic/taskwhisperer/releases/latest/download/taskwhisperer-extension.zip | bsdtar -xf - -C ~/.local/share/gnome-shell/extensions/taskwhisperer-extension@infinicode.de/