Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError: expected expression, got '.' #68

Open
iagoalonsomrf opened this issue Feb 7, 2023 · 1 comment
Open

SyntaxError: expected expression, got '.' #68

iagoalonsomrf opened this issue Feb 7, 2023 · 1 comment

Comments

@iagoalonsomrf
Copy link

Stack trace:
  @/home/ialonso/.local/share/gnome-shell/extensions/another-window-session-manager@gmail.com/prefs.js:13:26
  _init@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:204:33
  OpenExtensionPrefsAsync/<@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:122:28
  asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:132:13
  run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:175:20
  main@resource:///org/gnome/Shell/Extensions/js/main.js:19:13
  run@resource:///org/gnome/gjs/modules/script/package.js:222:19
  start@resource:///org/gnome/gjs/modules/script/package.js:206:5
  @/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17

GNOME Version: 3.36.8
Windowing System: Wayland

Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.5 LTS
Release:	20.04
Codename:	focal
5.15.0-58-generic #64~20.04.1-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux
@nlpsuge
Copy link
Owner

nlpsuge commented Feb 7, 2023

It is unfortunate that currently this extension does not support versions less than gnome-40.

prefs.js is written using gtk4, but gnome 3.36.8 extension system only supports gtk3

Really sorry about it.

Related issue: #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants