LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-23-2008, 12:03 AM   #1
waelaltaqi
Member
 
Registered: Sep 2005
Location: USA, TN
Distribution: CentOS & Ubuntu for Desktop
Posts: 454

Rep: Reputation: 31
Elisa Media Center - Doesn't start


Hello:
After finally figuring out the correct Xorg modelines that work with my HDTV, i decided to install Elisa Media Center on Ubuntu 7.10
Code:
http://elisa.fluendo.com/
The software which is written in Python, looks really good and it should do what i need. I downloaded the source and i read through the requirements and installed each of the following packages:
[CODE][CODE]
Dependencies
============

- Python >= 2.4
- python2.4-dev
- python-setuptools
- python-imaging
- python-twisted >= 2.2
- python-twisted-web
- python-gnome2-extras
- python-pysqlite2
- python-gtk2
- GStreamer 0.10 + Python Bindings : http://gstreamer.freedesktop.org/
- Pigment 0.3.3 + Python Bindings


installed elisa from source
Code:
python setup.by build
when i run elisa it comes back with the following message:
Code:
WARN  MainThread      media_manager               Feb 22 23:55:18  Un-met dependency for youtube: gdata (elisa/core/manager.py:95)
WARN  MainThread      media_manager               Feb 22 23:55:18  Component fspot_media failed to initialize: FSpot DB not found at '/home/waelaltaqi/.gnome2/f-spot/photos.db' (elisa/core/manager.py:95)
WARN  MainThread      media_manager               Feb 22 23:55:19  Un-met dependency for ipod: gpod (elisa/core/manager.py:95)
WARN  MainThread      media_manager               Feb 22 23:55:19  Un-met dependency for flickr:flickr_media: twill (elisa/core/manager.py:95)
WARN  MainThread      interface_controller        Feb 22 23:55:20  Un-met dependency for lirc: pylirc (elisa/core/interface_controller.py:324)
The program 'elisa' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 28 error_code 8 request_code 143 minor_code 5)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
here elisa.conf which is stored under ~/.elisa/elisa.conf (There are many lines for unmet dependencies but those are not required to run. i can't see anything relevant there either):
Code:
[general]
version = '0.3.3'
install_date = '2008-02-21'
media_providers = ['daap:daap_media', 'youtube:youtube_media', 'shoutcast:shoutcast_media', 'fspot:fspot_media', 'coherence:upnp_media', 'ipod:ipod_media', 'base:local_media', 'media_db:elisa_media', 'gvfs:gnomevfs_media', 'audiocd:audiocd_media', 'flickr:flickr_media', 'stage6:stage_media']
metadata_providers = ['gstreamer:gst_metadata_client', 'amazon:amazon_covers']
service_providers = ['gnome:gnome_screensaver_service', 'hal:hal_service', 'coherence:coherence_service']
player_engines = ['base:playbin_engine', 'audiocd:cdda_engine']
backends = ['backend1']
frontends = ['frontend1']

[media_scanner]
enabled = '1'
db_backend = 'sqlite'
database = 'elisa.db'
fivemin_location_updates = []
hourly_location_updates = []
daily_location_updates = []
weekly_location_updates = []
unmonitored_locations = []

[backend1]
activity = 'raval:elisa_activity'
mvc_mappings = 'raval:data/raval_mvc_mappings.conf'
input_providers = ['lirc:lirc_input']

[frontend1]
backend = 'backend1'
theme = 'raval:tango_theme'
input_providers = ['pigment:pigment_input']

[xmlmenu:locations_builder]
locations = []
auto_locations = 1

[lirc:lirc_input]
# filename of the LIRC config map to use
lirc_rc = 'streamzap.lirc'
delay = '4'
repeat = '1'

[coherence:coherence_service]
logmode = 'none'
controlpoint = 'yes'

[[plugins]]

[base:service_activity]
# a list of activites, which should beappear in the service_menu
service_activities = ['service:about_activity']

[base:local_media]
hidden_file_chars = '!.'

[dvd:dvd_activity]
# uri of the dvd. must be file:///* or dvd://
dvd_uri = 'dvd://'

[player]
audiosink = 'autoaudiosink'

[theme_switcher:theme_switcher_activity]
# a list of themes 'plugin:component' like 'raval:tango_theme'
themes = ['raval:tango_theme', 'raval:poblenou_theme', 'raval:chris_theme']
[gnome:gnome_screensaver_service]
# Block the Screensaver. Available modes are:   * 1 : block on playing only  *
# 2 : block from the start to the end, use this, if you are only using remotes,
# on which the screensaver is not reacting * else: do not block!
blocking_mode = 2
[fspot:fspot_media]
# absolute path to f-spot photos.db file
db_path = '/home/waelaltaqi/.gnome2/f-spot/photos.db'
[amazon:amazon_covers]
# set your locale amazon here, could be any of de,jp,ca,uk,fr
locale = ''
i'm working under 1024*768 resolution and it's working perfect. I looked in /var/log/Xorg.0.log and there is nothing relevant. I even deleted the content of Xorg.0.log and there is nothing being written when i run the elisa. Unfortunately, elisa doesn't come with a debug switch and I'm not quit sure if it has it's own log file (went through /var/log and there is nothing there).
Does anyone know were should i start looking to troubleshoot this problem? Thanks in advance.

Last edited by waelaltaqi; 02-23-2008 at 12:10 AM.
 
Old 02-24-2008, 10:28 AM   #2
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
But why would you compile it when it is in the repositories? If it were any other package, OK, but Elisa has this reputation when it comes to building it oneself...
 
Old 02-24-2008, 12:24 PM   #3
waelaltaqi
Member
 
Registered: Sep 2005
Location: USA, TN
Distribution: CentOS & Ubuntu for Desktop
Posts: 454

Original Poster
Rep: Reputation: 31
working ... but not fully!!!!

The reason i installed from source is that installing using apt-get didn't work for me. When a binary install doesn't succeed i try source installation to eliminate any repository errors.

The error i posted is not appearing anymore. I found out that i couldn't even start a 3D screen saver which lead me to believe that there was something wrong with my graphic driver. My card is an ATI Readon 9600XT. After some research, i found out that I DON'T need to run the proprietary nor the Ubuntu driver but rather use the fglrx driver which enabled 3D glx based graphics. After reconfiguring xorg to use fglrx, the card is working beautifully and elisa doesn't show the error i posted anymore.

The problem I'm facing now is that after starting elisa, it's hanging up. My computer is nothing fancy by any means. P4 1.8 GHZ, 512MB RAM and 256MB ATI card. When i try to change some Themes for example, it hangs up and sometimes i have to hard shutdown the computer because elisa starts in full screen mode and i couldn't figure out a way to force quit it from full screen.

Do you know how to disable full screen mode so i can better troubleshoot? do you know of a way to debug my "hang up" problem?
 
Old 02-24-2008, 12:37 PM   #4
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
start_fullscreen='0' in elisa.conf (should be a hidden directory in your home directory).

As for troubleshooting, have you checked the elisa files in your home directory for any error logs? Or try launching from the command line with
elisa 2> errors.txt
so it logs any error messages in your home directory.

By the way, no need to reboot when it covers your whole screen. Just press Ctrl + Alt + F1, sign in and run
ps ax | grep elisa
this should shown the id it is running with; use this to kill it:
kill ID
Then return to your gui with alt + f7.

Last edited by jay73; 02-24-2008 at 12:43 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Media center keith2045 Linux - Software 1 11-26-2007 12:26 AM
LXer: Linux Media Center Better Then Windows Media Center? LXer Syndicated Linux News 0 08-26-2007 09:50 PM
LXer: Review: Elisa media center LXer Syndicated Linux News 0 05-09-2007 09:01 AM
Media Center hosler *BSD 3 02-08-2006 10:49 AM
Media Center glensterjonez Linux - Newbie 2 10-01-2005 07:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration