After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 610993 - [gnome-shell.modules] Add gnome-shell-future target
[gnome-shell.modules] Add gnome-shell-future target
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-02-24 20:04 UTC by Colin Walters
Modified: 2010-03-03 21:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[gnome-shell.modules] Add gnome-shell-future target (2.65 KB, patch)
2010-02-24 20:04 UTC, Colin Walters
needs-work Details | Review
Add gnome-shell-future target (3.62 KB, patch)
2010-02-26 21:20 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2010-02-24 20:04:34 UTC
This basically drops gir-repository, but pulls in GTK+ and stack.

TODO on this - we need to patch GTK+ to (possibly optionally)
pull in stuff like pixbuf loaders and themes from the system as well.
Comment 1 Colin Walters 2010-02-24 20:04:36 UTC
Created attachment 154618 [details] [review]
[gnome-shell.modules] Add gnome-shell-future target
Comment 2 Owen Taylor 2010-02-25 17:00:56 UTC
Review of attachment 154618 [details] [review]:

Slick. 

 * gnome-shell-full not gnome-shell-future
 * Don't like having a duplicate gnome-shell module; it's going to hinder IRC communication if people actually have stuff in ~/gnome-shell/source/gnome-shell-future/. Can you use a metamodule instead?
 * jhbuildrc-custom-example should have '#modules = [ 'gnome-shell-full' ] added
 
I'm not convinced that patching the GTK+ stack to have configure option is right - I'd rather investigate environment variables, and if that doesn't work, investigate extending/improving the GTK+ support for environment variables (e.g., support XDG_DATA_DIRS for finding themes)
Comment 3 Colin Walters 2010-02-26 21:20:02 UTC
Created attachment 154800 [details] [review]
Add gnome-shell-future target

This basically drops gir-repository, but pulls in GTK+ and stack.

TODO on this - we need to patch GTK+ to (possibly optionally)
pull in stuff like pixbuf loaders and themes from the system as well.
Comment 4 Owen Taylor 2010-03-03 21:43:37 UTC
Review of attachment 154800 [details] [review]:

Don't see a reason to random-abbrievate 'gnome-shell-gir-repository' to 'gnome-shell-girepo' - it will never be typed out in full by a user.

To quote my previous review:

>  * jhbuildrc-custom-example should have '#modules = [ 'gnome-shell-full' ]
added

Other than that, looks OK to commit.