G-dH / workspace-switcher-manager

GNOME Shell extension that adds workspace switcher options and allows you to customize workspace switcher popup and make it useful.
GNU General Public License v3.0
30 stars 3 forks source link

Gnome 44 support #9

Closed Prn-Ice closed 1 year ago

Prn-Ice commented 1 year ago

Is gnome 44 support a simple change. Would be happy to open a PR?

G-dH commented 1 year ago

It was actually done already in my local repository. You can try the update (Installation from GitHub). Let me know if you find any bug.

Prn-Ice commented 1 year ago

I get this error

GLib.FileError: Failed to open file “/home/prnice/.local/share/gnome-shell/extensions/workspace-switcher-manager@G-dH.github.com/schemas/gschemas.compiled”: open() failed: No such file or directory

Stack trace:
  getSettings@resource:///org/gnome/Shell/Extensions/js/misc/extensionUtils.js:228:31
  MscOptions@/home/prnice/.local/share/gnome-shell/extensions/workspace-switcher-manager@G-dH.github.com/settings.js:26:42
  init@/home/prnice/.local/share/gnome-shell/extensions/workspace-switcher-manager@G-dH.github.com/prefs.js:63:16
  _init@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:24:25
  ExtensionPrefsDialog@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:10:4
  OpenExtensionPrefsAsync@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:124:33
  async*LaunchExtensionPrefsAsync@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:110:14
  _handleMethodCall@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:373:35
  _wrapJSObject/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:408:34
  run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:186:20
  main@resource:///org/gnome/Shell/Extensions/js/main.js:22:13
  run@resource:///org/gnome/gjs/modules/script/package.js:206:19
  start@resource:///org/gnome/gjs/modules/script/package.js:190:8
  @/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17
G-dH commented 1 year ago

Any errors from make? glib-compile-schemas command is available in terminal?

G-dH commented 1 year ago

Fixed.