[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Merging totem and totem-xine
- From: Bastien Nocera <bnocera redhat com>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: Merging totem and totem-xine
- Date: Tue, 09 Oct 2007 22:29:42 +0100
On Tue, 2007-10-09 at 17:08 -0400, Stewart Adam wrote:
> On Tue, 2007-10-09 at 15:18 +0100, Bastien Nocera wrote:
> > On Tue, 2007-10-09 at 13:59 +0000, Bastien Nocera wrote:
> > <snip>
> > > I'd go for a shell script (probably the same one symlinked). Something like:
> > >
> > > #!/bin/sh
> > >
> > > if [ -f ~/.local/etc/sysconfig/totem ] ; then
> > > . ~/.local/etc/sysconfig/totem
> > > else if [ -f /etc/sysconfig/totem ] ; then
> > > . /etc/sysconfig/totem
> > > fi
> >
> > As Bill mentioned to me on IRC, getting the value from GConf would work
> > just as well, allowing admins to select the default one and enforce it,
> > or users to change theirs without affecting other users.
> Good idea, this would also make it very easy to switch via a simple
> application that can be placed in System > Preferences > Personal.
I don't intend to have this feature visible at all, but it would be
possible if somebody wants to cook up a TweakUI for GNOME...
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]