p-e-w / argos

Create GNOME Shell extensions in seconds

Home Page:https://extensions.gnome.org/extension/1176/argos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need some application notes for initial installation

yalla opened this issue · comments

Just a quick heads-up: I installed it using several different methods in several different versions on FC36/Gnome 42.1 and wondered why it didn't start and no artifacts in dconf-editor or gnome-tweak showed up.

Turned out, I had to enable the shell extension manually in a shell, there was no obvious way in enabling it using any "clicky GUI":

$ gnome-extensions list
appindicatorsupport@rgcjonas.gmail.com
apps-menu@gnome-shell-extensions.gcampax.github.com
background-logo@fedorahosted.org
launch-new-instance@gnome-shell-extensions.gcampax.github.com
places-menu@gnome-shell-extensions.gcampax.github.com
window-list@gnome-shell-extensions.gcampax.github.com
user-theme@gnome-shell-extensions.gcampax.github.com
gamemode@christian.kellner.me
argos@pew.worldwidemann.com
$ gnome-extensions info argos@pew.worldwidemann.com
argos@pew.worldwidemann.com
  Name: Argos
  Description: Create GNOME Shell extensions in seconds
  Path: /usr/share/gnome-shell/extensions/argos@pew.worldwidemann.com
  URL: https://github.com/p-e-w/argos
  State: INITIALIZED
$ gnome-extensions enable argos@pew.worldwidemann.com
$ gnome-extensions info argos@pew.worldwidemann.com
argos@pew.worldwidemann.com
  Name: Argos
  Description: Create GNOME Shell extensions in seconds
  Path: /usr/share/gnome-shell/extensions/argos@pew.worldwidemann.com
  URL: https://github.com/p-e-w/argos
  State: ENABLED
$ 

Boop. That was it.