fflewddur / tophat

View CPU, memory, disk, and network activity in the GNOME top bar.
https://extensions.gnome.org/extension/5219/tophat/
GNU General Public License v3.0
349 stars 26 forks source link

Something gone wrong when tried to configure TopHat #149

Open iRomanyshyn opened 3 days ago

iRomanyshyn commented 3 days ago

The settings of extension tophat@fflewddur.github.io had an error:

Error: Requiring Clutter, version none: Typelib file for namespace 'Clutter' (any version) not found

Stack trace:
  require@resource:///org/gnome/gjs/modules/esm/gi.js:16:28
  @gi://Clutter:3:25
  _init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:263:34
iRomanyshyn commented 3 days ago

Of course, resolved by installing a clutter.x86_64 package on Fedora, but it is not mentioned anywhere. It is better to include this in the description of the extension on extensions.gnome.org as well as here.

fflewddur commented 3 days ago

Thanks for reporting this, @iRomanyshyn. Clutter was never intended to be a required dependency for TopHat, and this has been fixed in the development version. I'm going to leave this issue open until TopHat 16 is released, in case anyone else runs into the same problem.