You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.
The regular expression that defines GNOME_VERSION can't accept the latest gnome 40+ version numbers. The argument order may need reworking as "41", for example, is both a valid EXTENSION_ID and GNOME_VERSION.
The text was updated successfully, but these errors were encountered:
Just tried from master and the issue is still present. --update does work much better in this version though so I don't need to specify GNOME_VERSION numbers anymore.
Either way, with Gnome 40+, the commands like the following don't produce the expected result and are ambiguous:
./gnome-shell-extension-installer 4135 41
The intention of the command was to install Espresso (4135) targeting gnome version 41, however this installs both Espresso (4135) and Permanent Notifications (41). Have a look at line 511 for the regular expression I was talking about.
The regular expression that defines
GNOME_VERSION
can't accept the latest gnome 40+ version numbers. The argument order may need reworking as "41", for example, is both a validEXTENSION_ID
andGNOME_VERSION
.The text was updated successfully, but these errors were encountered: