Do this in mysql monitor: mysql> select * from settings where value = 'Theme'; +-------+------------+-----------------------+ | value | data | hostname | +-------+------------+-----------------------+ | Theme | Titivillus | localhost.localdomain | +-------+------------+-----------------------+ 1 row in set (0.00 sec)
As you see, my theme is Titivillus. You might try setting your theme to default manually in mysql like this: mysql> update settings set data = 'Default' where value = 'Theme'; I have no idea why GANT didn't get installed. Josh On Tue, 04 Jan 2005 10:29:50 -0500, James Pifer <[EMAIL PROTECTED]> wrote: > Sorry to be impatient (second post). I've been trying to get a Redhat 9 > system setup as a frontend. I had problems with the RPMs from apt so I > just did it manually. Everything compiles and goes mostly ok except for > a couple things. > > I get the following error that doesn't seem to serious: > ... > make[1]: Entering directory > `/install/mythtv_0.16/mythtv-0.16/mythtv-0.16/i18n' > cp -f -p "mythfrontend_it.qm" "/usr/share/mythtv/i18n/" > strip "/usr/share/mythtv/i18n/mythfrontend_it.qm" > strip: /usr/share/mythtv/i18n/mythfrontend_it.qm: File format not > recognized > make[1]: *** [install_trans] Error 1 > make[1]: Leaving directory > `/install/mythtv_0.16/mythtv-0.16/mythtv-0.16/i18n' > ... > > The bigger problem for me is that GANT does not get installed, so I > can't run the frontend. The install seems to skip it even though it's in > the source tree. > ... > make[1]: Entering directory > `/install/mythtv_0.16/mythtv-0.16/mythtv-0.16/themes' > cp -f -pR "blue" "/usr/share/mythtv/themes/" > cp -f -pR "defaultosd" "/usr/share/mythtv/themes/" > cp -f -pR "blueosd" "/usr/share/mythtv/themes/" > cp -f -pR "oldosd" "/usr/share/mythtv/themes/" > cp -f -pR "default" "/usr/share/mythtv/themes/" > cp -f -pR "classic" "/usr/share/mythtv/themes/" > cp -f -pR "Titivillus" "/usr/share/mythtv/themes/" > cp -f -pR "Titivillus-OSD" "/usr/share/mythtv/themes/" > cp -f -p "FreeSans.ttf" "/usr/share/mythtv/" > echo "/usr/share/mythtv/FreeSans.ttf" > /usr/share/mythtv/FreeSans.ttf > cp -f -p "FreeMono.ttf" "/usr/share/mythtv/" > echo "/usr/share/mythtv/FreeMono.ttf" > /usr/share/mythtv/FreeMono.ttf > make[1]: Leaving directory > `/install/mythtv_0.16/mythtv-0.16/mythtv-0.16/themes' > ( [ -d setup ] && cd setup ; make -f Makefile install; ) || true > make[1]: Entering directory > `/install/mythtv_0.16/mythtv-0.16/mythtv-0.16/setup' > cp -f -p "setup.xml" "/usr/share/mythtv/" > ... > > When I try to run the frontend it tell me: > Could not find theme: G.A.N.T. > Couldn't find theme G.A.N.T. > > I tried copying it into the themes directory, but that doesn't seem to > work either. > > Any help is appreciated. > > James > > > _______________________________________________ > mythtv-users mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > > >
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
