WIP: add guidelines for GNOME Shell extensions #1425
No reviewers
Labels
No labels
announce
bootstrap
Closed As
accepted
Closed As
duplicate
Closed As
exceptionexpired
Closed As
fixed
Closed As
invalid
Closed As
nothingtodo
Closed As
permanentexception
Closed As
rejected
Closed As
temporaryexception
Closed As
wontfix
cmake
committee
draftneeded
hasdraft
meeting
meson
needinfo
Priority
In Committee
Priority
Needs Review
Priority
Waiting For Reporter
rust
writeup
No milestone
No project
No assignees
6 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
packaging/guidelines!1425
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "gnome-shell-extensions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is part of https://fedoraproject.org/wiki/Changes/GnomeShellExtensionDependencyGenerator
and should not be committed until the Change is accepted and the
implementation is done
Signed-off-by: Michel Lind salimma@fedoraproject.org
Metadata Update from @james:
Text looks fine, I think we prefer to add line breaks so that small future diffs don't change an entire paragraph of text?
Also marking it as needinfo, which is for the change being accepted/implemented.
Specifically, I'd suggest semantic newlines,
aka "one sentence per line", which might look like this:
(Writing with a goal of keeping each sentence
to "around" one or two ~80-character lines max
is also a good practice.
Shorter sentences can make text more accessible to a wider audience.
Some readers, including non-native English readers,
may have trouble following very long sentences.
Semantic-newline formatting makes sentence length more obvious.
For example, the entire second paragraph of 'Requires'
(7 semantic lines) is only two sentences long.
The first 6 lines are all one sentence.
The other sentence fits on the very last line.
That first sentence might be a bit daunting for some readers.)
Aaaaand of course, Pagure doesn't join my semantically-broken comment lines the way a MarkDown processor is supposed to. :-/
Yes, we already try to apply SemBR to all new guidelines documents (and those that are rewritten).
Can we get this refreshed and landed? The dependency generator now exists in F42+ and EPEL10.
Strong +1 to switching this to SemBr, as I can't even comfortably review this from the "files changed" tab or do coherent inline review comments.
This does not seem to be true. Many packaged extensions don't have the dependency. I suspect this requires opting in via a BuildRequires on
gnome-shell-rpm-generators, and if that's the case the guidelines should describe that.I'd prefer this to be SHOULD or even MAY. On my extension packages I intentionally only set an explicit (not generated) lower bound. It's quite common for an extension to keep working on new GNOME versions that aren't mentioned in
metadata.json. Not setting an upper bound in the RPM metadata means that users can easily test the extension with newer GNOME versions by setting the dconf key/org/gnome/shell/disable-extension-version-validationto true. This capability is highly beneficial for collaboration with the extension's upstream, as users can easily report that it works, or share the corresponding GJS error message when it doesn't. By comparison, the RPM dependency error from using the generator would be completely worthless to upstream as it would just report what is already known from themetadata.jsonfile.Could we compromise and have the policy be MUST on the lower bound, and SHOULD for the upper bound? The generator would cover both, and opting out of the generator would still be compliant if you set the lower bound manually.
It's not clear to me what this means. Could it be rephrased or elaborated?
F41 is EOL now, so new guidelines probably shouldn't reference it.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.