I recently had a mobo failure in my core, so I've done a clean rebuild of LMCE 8.10 using the final ISO. When I install Hulu player on a media director and launch it, it pops up a box that says:
"Hulu Desktop could not locate the Flash plugin
If you already have it installed, please modify ~./huludesktop with the correct location of libflashplayer.so"
~./huludesktop has the following:
[display]
fullscreen = FALSE
width = 640
height = 480
pos_x = 0
pos_y = 0
[remote]
lirc_device = /tmp/hulu_lircd
lirc_remote_identifier = mceusb
lirc_release_suffix = _UP
lirc_repeat_threshold = 10
button_name_up = Up
button_name_down = Down
button_name_left = Left
button_name_right = Right
button_name_select = OK
button_name_menu = Home
[flash]
flash_location = /usr/lib/mozilla/plugins/flashplugin-alternative.so
[screensaver]
suspend_script = (null)
resume_script = (null)
[version]
latest = (null)
eula_version = 1
If I edit the location to point to where libflashplayer.so is located, it still fails. When I go back to ./huludesktop, the file has been restored to the original version and my changes are gone.
flashplugin-alternative.so does not exist anywhere on the MD. All I have is flashplugin-nonfree and libflashplayer.so. Before the crash, when I built an MD, I had to manually install Flashplayer 10.2 via dpkg, but that file is no longer available on the adobe website.
Where can I modify LMCE Hulu to point to the correct libflashplayer.so file?
Thanks