﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
2932	"mythtv-setup tries to open non-existend theme ""Standard"""	tino.keitel+mythtv@…	stuartm	"When I run mythtv-setup, it tries to open a theme called ""Standard"", which doesn't exist, and falls back to GANT. After this, mythfrontend also uses GANT and I have to reset it to the desired theme.

I created a symlink called ""Standard"" as a workaround.

{{{
$ echo ""select * from settings;"" | mysql -u mythtv -p mythconverg | grep ""Theme.*Iulius""
Enter password: 
Theme	Iulius	dose

$ strace -f mythtv-setup 2>&1 | grep Standard
access(""/home/scorpion/.mythtv/themes/Standard"", F_OK) = -1 ENOENT (No such file or directory)
access(""/usr/share/mythtv/themes/Standard"", F_OK) = 0
}}}
I found the culprit in my database:

{{{
$ echo ""select * from settings;"" | mysql -u mythtv -p mythconverg | grep ""Standard""
Enter password: 
MenuTheme	Standard	dose
}}}

Somehow the setup uses MenuTheme instead of Theme.
"	defect	closed	minor	0.21	mythtv	head	medium	fixed			0
