adrienverge / gnome-magic-window

Bind a key to a specific program in Gnome Shell.
GNU General Public License v3.0
31 stars 8 forks source link

gnome-magic-window is not working in ubuntu 22.04 #7

Closed kimhongsu closed 2 years ago

kimhongsu commented 2 years ago

gnome-magic-window is not working in ubuntu 22.04

I appended shell-version 42 to metadata.json but I couldn't make gnome-magic-window work properly.

{
  "name": "gnome-magic-window",
  "description": "Bind a key to a specific program in Gnome Shell",
  "uuid": "gnome-magic-window@adrienverge",
  "url": "https://github.com/adrienverge/gnome-magic-window",
  "shell-version": ["40", "41", "42"]
}
kimhongsu commented 2 years ago

Sorry to bother you. After removing the installed gnome-magic-window, then I rebooted and appended shell-version 42. Then gnome-extensions enable gnome-magic-window@adrienverge After rebooting, it works.