per-session gsettings overrides
Bug #1222053 reported by
Tim Lunn
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GLib |
Expired
|
Medium
|
|||
glib2.0 (Ubuntu) |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
There have been several occasions now where Ubuntu GNOME has had to patch code, that could in theory instead be handled by per-session gsettings overrides. A recent example is the background plugin in gnome-settings-
As I understand it the overrides are processed by glib-compile-
description: | updated |
Changed in glib2.0 (Ubuntu): | |
importance: | Undecided → Wishlist |
Changed in glib: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
Changed in glib: | |
status: | Confirmed → Won't Fix |
Changed in glib: | |
status: | Won't Fix → Confirmed |
Changed in glib: | |
status: | Confirmed → Expired |
Changed in glib2.0 (Ubuntu): | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
Compiling schemas on every login is a waste of both CPU time and also disk space. Perhaps instead of /usr/share/ glib-2. 0/schemas/ gschemas. compiled glib could first look into /usr/share/ glib-2. 0/schemas/ $SESSION/ gschemas. compiled and if that doesn't exist, fall back to the standard path?