For one, this is simply more correct: the gnome-classic session is a different session from the default gnome session. So let's define it as such For two, this enables us to directly tell gnome-shell which shell mode to use, rather than passing it through an environment variable. In other words, this enables us to integrate with https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3960
49 lines
1.4 KiB
TOML
49 lines
1.4 KiB
TOML
# SPDX-FileCopyrightText: 2024 Florian Müllner <fmuellner@gnome.org>
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
version = 1
|
|
SPDX-PackageName = "gnome-shell-extensions"
|
|
SPDX-PackageSupplier = "Florian Müllner <fmuellner@gnome.org>"
|
|
SPDX-PackageDownloadLocation = "https://gitlab.gnome.org/GNOME/gnome-shell-extensions"
|
|
|
|
[[annotations]]
|
|
path = "NEWS"
|
|
SPDX-FileCopyrightText = [
|
|
"2011 Giovanni Campagna <gcampagna@src.gnome.org>",
|
|
"2013 Florian Müllner <fmuellner@gnome.org>"
|
|
]
|
|
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"**.json.in",
|
|
"**.desktop.in",
|
|
"**.gschema.override",
|
|
"**.session",
|
|
"**.session.conf",
|
|
]
|
|
SPDX-FileCopyrightText = "Florian Müllner <fmuellner@gnome.org>"
|
|
SPDX-License-Identifier = "GPL-2.0-or-later"
|
|
|
|
[[annotations]]
|
|
# managed by translation teams
|
|
path = "po/**.po"
|
|
SPDX-FileCopyrightText = "GNOME Translation Teams <i18n@gnome.org>"
|
|
SPDX-License-Identifier = "GPL-2.0-or-later"
|
|
|
|
[[annotations]]
|
|
# managed by translation teams
|
|
path = ["po/LINGUAS", "po/POTFILES.in"]
|
|
SPDX-FileCopyrightText = "No rights reserved"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = "tools/package.json"
|
|
SPDX-FileCopyrightText = "2025 Florian Müllner <fmuellner@gnome.org>"
|
|
SPDX-License-Identifier = "MIT OR LGPL-2.0-or-later"
|
|
|
|
[[annotations]]
|
|
path = "**package-lock.json"
|
|
SPDX-FileCopyrightText = "No rights reserved"
|
|
SPDX-License-Identifier = "CC0-1.0"
|