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
27ffc37668
gnome-shell
/
subprojects
/
extensions-app
/
js
/
misc
/
config.js.in
3 lines
70 B
JavaScript
Raw
Normal View
History
Unescape
Escape
extensions-app: Include a non-fake Config We currently include a fake config.js file to satisfy the indirect import from ExtensionUtils. However we're about to need to pass build-time information into the program ourselves, so generate a proper file. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2841>
2023-07-12 14:46:29 +00:00
var
PACKAGE
_VERSION
=
'@PACKAGE_VERSION@'
;
extensions-app: Style development window Libadwaita includes a standard style class to distinguish nightly/development versions from regular instances, but we never to around applying it. Do that now. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2841>
2023-07-12 14:46:29 +00:00
var
PROFILE
=
'@PROFILE@'
;
Reference in New Issue
Copy Permalink