This website requires JavaScript.
Explore
Help
Register
Sign In
isa
/
gnome-shell
Watch
1
Star
0
Fork
0
You've already forked gnome-shell
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
64aa871a8a
gnome-shell
/
subprojects
/
extensions-app
/
js
/
gnome-extensions-app.in
3 lines
46 B
Plaintext
Raw
Normal View
History
Unescape
Escape
extensionPrefs: Use imports.package.start() We want to make the extensions app code more self-contained to make it easier to build separately, and ultimately make it available on flathub. One complication we are facing is that it is currently all over the source tree: - js/extensionPrefs for the main code - src for the launcher process - data for .desktop file and icons Switching from a C launcher to the imports.package module allows us to consolidate the first two, and will also take care of the annoying setup bits (defining JS search path, extending GI lookup, loading resources). https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1081
2020-03-05 16:44:27 +00:00
#!/bin/sh
extensions-app: Port to ESM The extensions app is another part of the code base that is largely separate from the main code base, and can therefore be ported to ESM before the big switch. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2786>
2023-05-25 19:23:24 +00:00
@gjs@ -m @pkgdatadir@/@app_id@ "$@"
Reference in New Issue
Copy Permalink