[mythtv-commits] Ticket #2932: mythtv-setup tries to open non-existend theme "Standard"

MythTV mythtv at cvs.mythtv.org
Tue Jan 16 18:51:18 UTC 2007


#2932: mythtv-setup tries to open non-existend theme "Standard"
-----------------------------------------+----------------------------------
 Reporter:  tino.keitel+mythtv at tikei.de  |       Owner:  ijr    
     Type:  defect                       |      Status:  new    
 Priority:  minor                        |   Milestone:  unknown
Component:  mythtv                       |     Version:  head   
 Severity:  medium                       |  
-----------------------------------------+----------------------------------
 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.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2932>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list