Re: [vdr] changing default font

2007-07-02 Thread Stone



> I just explicitly tested this and after a restart VDR did use
> the selected font.
>
> So I'm afraid I can't reproduce what you are experiencing.
>
I experienced the same bug!
It seems related to the loaded plugins.
Disabling these 3 Plugins for me cured the problem:
cpumon
pilotskin
skinelchi



Yes, this does appear to be "plugin" related.  It turns out the "sysinfo"
plugin is the cause of the problem.  Would anyone know how to solve it?  The
sysinfo plugin must be initializing something over...

Best Regards.
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] changing default font

2007-06-23 Thread Matthias Schwarzott
On Samstag, 23. Juni 2007, Klaus Schmidinger wrote:
> On 06/21/07 14:10, Stone wrote:
> > When I select a different default font for vdr to use (other than San
> > Serif), and save it to setup.conf, vdr does not use the newly selected
> > default font upon startup.  It seems vdr keeps defaulting back to the
> > original default font.  Has anyone noticed this too?
>
> I just explicitly tested this and after a restart VDR did use
> the selected font.
>
> So I'm afraid I can't reproduce what you are experiencing.
>
I experienced the same bug!
It seems related to the loaded plugins.
Disabling these 3 Plugins for me cured the problem:
cpumon
pilotskin
skinelchi

For cpumon and pilotskin the reason seems clear to me: They call GetFont to 
initialize a static member:
static const cFont *font = cFont::GetFont(fontOsd);

For skinelchi this seems a bit more complicated, but I guess it also is 
related to calling GetFont too early (before config settings has been 
loaded).

Matthias

-- 
Matthias Schwarzott (zzam)

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] changing default font

2007-06-23 Thread Klaus Schmidinger
On 06/21/07 14:10, Stone wrote:
> When I select a different default font for vdr to use (other than San
> Serif), and save it to setup.conf, vdr does not use the newly selected
> default font upon startup.  It seems vdr keeps defaulting back to the
> original default font.  Has anyone noticed this too?

I just explicitly tested this and after a restart VDR did use
the selected font.

So I'm afraid I can't reproduce what you are experiencing.

Klaus

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr