Comment 14 for bug 1249569

Revision history for this message
Sebastian Lackner (slackner) wrote :

Hi,

I've just verified that everything still works as expected. Please check especially two things:

1) ensure that you've the right version of wine-compholio installed. pipelight was not updated during the last time. You can find the version for example with:

dpkg --list | grep "\(wine-.*-installer\|wine-compholio\|pipelight\)" | sed 's/ \+ /\t/g' | cut -f2-3;

The current version is 1.7.8-1, whereas the previous version 1.7.8 (without "-1") is broken. To install updates you have to run:

sudo apt-get update
sudo apt-get upgrade

(all the other steps are not necessary when everything is already installed)

2) Check the diagnostic page http://fds-team.de/pipelight . It might be possible that for example the user-agent switcher settings was somehow lost and you have to select the windows Firefox version again. Copy the output of the diagnostic page if you don't see immediately an error there.

Sebastian