Standardized gconf settings for Fedora 13

Over the past couple of weeks I’ve been putting together a Fedora 13 image to replace the Fedora 11 image we’re currently using in the school. One of the things I’ve been working on since we deployed Fedora 10 a couple of years ago is storing school-wide configuration in RPMs that can be easily updated with a new release.

One of these RPMs contains default gconf settings (SRPM) for things like the school proxy server, default icons to show up on the panel when a user logs in, keyboard layouts (our keyboards are dual English/Arabic), fonts, and now, with Fedora 13, default favorites for gnome-shell.

These gconf settings are stored in a location where they won’t conflict with the defaults set by applications but will automatically have a higher precedence.

A second RPM enforces mandatory gconf settings (SRPM) by using a small bash script that runs on bootup to take the combined defaults for specified keys and make them mandatory. This allows me to set things like /system/proxy and /system/http_proxy and not worry that somebody’s going to accidentally change it, messing up their Internet access.

It also gives me the freedom to change some things, like the background image, from mandatory for lab computers to default for school administration computers just by removing the key names from an easily editable configuration file.

Finally, I have a few packages with gconf settings for compiz. The idea is that if the computer can’t support compiz, you don’t install any of the packages and are stuck with metacity (VIA, I’m looking at you). If it’s one of our seven-year-old nvidia cards that barely supports compiz, you install the minimal effects package (SRPM) which will just have the cube and a few other simple odds and ends. If the computer is one of our year-old Intel desktops, you get a lot more bling (SRPM). And now, as an alternative to either of the compiz options, there’s a package that has gnome-shell by default (SRPM).

One thing I haven’t mentioned yet is the required background image (SRPM). As is pretty obvious if you look at it (it’s also at the top of this post), I take the default Fedora background from here (CC-BY-SA) and add the school logo. I’m quite happy with how it turned out this time.

Update 7/30/2010: As mentioned in my more recent blog post Better Building, all the packages we use in our school are available from http://koji.lesbg.com.


Comments

Seth Vidal
Saturday, May 15, 2010

Well done. This is the kind of thing that makes for such wonderful integration at universities. I did some of this sort of work when I was at duke physics and before at college and it’s typically fun to do b/c you feel confident in having a set of systems so well controlled.