On Thu, 2015-02-12 at 18:59 -0500, Colin Walters wrote:
> I've updated this page:
> 
> https://wiki.gnome.org/Projects/LibGSystem
> 
> libgsystem has already become Linux specific (reading symlink xattrs from 
> /proc), and I'd like to make it even more so (some container APIs).  
> 
> gnome-desktop used to depend on it, but with this bug:
> https://bugzilla.gnome.org/show_bug.cgi?id=708453
> doesn't any more.
> 
> Further, GLib now has the cleanup macros:
> https://bugzilla.gnome.org/show_bug.cgi?id=743640
> As well as GSubprocess.

Would the plan be for gnome-shell to also move to libgsystem2 then (Not
that it makes a lot of use; that could likely be changed easily).

            let GSystem = imports.gi.GSystem;
            GSystem.log_structured_print('GNOME Shell started at ' +
_startDate,
                                         ['MESSAGE_ID=' +
GNOMESHELL_STARTED_MESSAGE_ID]);

As far as I see, this is about the only consumer of libgsystem at this
moment in openSUSE.

Dominique
-- 
Dimstar / Dominique Leuenberger <[email protected]>

_______________________________________________
desktop-devel-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Reply via email to