mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-17 23:24:46 +00:00
extension: declare support for GNOME Shell 50 only
The 45-49 entries were aspirational; the extension has only ever been tested on Shell 50. EGO requires shell-version to match versions the extension actually works on, so drop the untested ones and align the README.
This commit is contained in:
parent
28b68b4dc4
commit
72a2d073e2
2 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ GNOME Shell (GJS) ──D-Bus──▶ strata-daemon ──▶ SQLite (~/.lo
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- GNOME Shell 50 (tested). May work on 45-49 but is untested; if it works for you, please open an issue to let us know.
|
- GNOME Shell 50. Older releases may work if built from source but are not tested or supported.
|
||||||
- `strata-daemon` binary in `$PATH` (see Install below)
|
- `strata-daemon` binary in `$PATH` (see Install below)
|
||||||
- Rust 1.74+ (build only)
|
- Rust 1.74+ (build only)
|
||||||
- `glib-compile-schemas` (from `glib2-devel` / `libglib2.0-dev-bin`)
|
- `glib-compile-schemas` (from `glib2-devel` / `libglib2.0-dev-bin`)
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"description": "A fast clipboard manager. Storage, search and image decoding run in a separate Rust daemon.",
|
"description": "A fast clipboard manager. Storage, search and image decoding run in a separate Rust daemon.",
|
||||||
"uuid": "strata@edu4rdshl.dev",
|
"uuid": "strata@edu4rdshl.dev",
|
||||||
"version": 8,
|
"version": 8,
|
||||||
"shell-version": ["45", "46", "47", "48", "49", "50"],
|
"shell-version": ["50"],
|
||||||
"settings-schema": "org.gnome.shell.extensions.strata",
|
"settings-schema": "org.gnome.shell.extensions.strata",
|
||||||
"url": "https://github.com/Edu4rdSHL/Strata"
|
"url": "https://github.com/Edu4rdSHL/Strata"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue