0

Not a duplicate as per the answer!

This is my first posting here and I'm still a novice user of Ubuntu. I use Ubuntu 17.10 and Firefox 59.0.2 (64 bits). I've already installed the flash plug-in as I read here, but I still can't load a website using flash (Adobe Connect). I've got the same problem like this person. Now, instead of that screen, I see a white screen. Then I tried to install the plug-in for freshplayer-pepperflash with the terminal:

sudo apt install browser-plugin-freshplayer-pepperflash

but the package couldn't be found. Thanks in advanced for your help.

Screenshot before installing flash plug-in: enter image description here

Screenshot after installing flash plug-in: enter image description here

Fabby
  • 34,259
  • There's no need to install any pepperflash packages. Just install adobe-flashplugin and you will get the latest flash plug-in installed. – dobey Apr 27 '18 at 14:20
  • @GunnarHjalmarsson , yes, that's it. I found it in the site help.ubuntu.com linked above. – Doktor Faustus Apr 27 '18 at 14:48
  • @dobey : As I said, I've already installed Flash player, but it didn't work either. So I think it must be something else. – Doktor Faustus Apr 27 '18 at 14:49
  • @GunnarHjalmarsson I am absolutely sure about it. What specific information are you asking about on that link? Nowhere does it say that freshplayer-pepperflash is needed. It probably should not recommend how to install it any longer, though. – dobey Apr 27 '18 at 14:50
  • I added two screenshots to ilustrate what I am saying. – Doktor Faustus Apr 27 '18 at 14:51
  • @DoktorFaustus Get rid of the freshplayer wrapper stuff. It is not necessary to get an updated flash in Firefox any more. – dobey Apr 27 '18 at 14:51
  • @dobey : I can do it, but I don't see that it is going to solve my problem. – Doktor Faustus Apr 27 '18 at 14:54
  • But OP already has freshwrapper and adobe-flashplugin installed apparently. From the screenshot, it sounds like maybe Adobe Connect support should be queried, or at least the problem needs better explained. The issue isn't installation of flash, for the mentioned web site. Does the site work fine in Chromium instead? – dobey Apr 27 '18 at 15:15
  • @GunnarHjalmarsson Look at the "after installing flash plug-in" screenshot too. It simply says "go to our support page". The former screenshot shows freshplayer installed without the flash plug-in. The latter shows with both. – dobey Apr 27 '18 at 17:08
  • 1
    I took the liberty to change the title of this question, to make it more easily found. I also removed all my previous comments, and would suggest that Doktor Faustus and @dobey do the same. – Gunnar Hjalmarsson Apr 27 '18 at 19:55
  • This question is not a duplicate, and should be re-opened. The OP asked for help with handling a situation, which proved to be caused by an adobe-flashplugin bug which happened 2018-04-10. The answer provides a workaround until the bug has been fixed. – Gunnar Hjalmarsson Apr 28 '18 at 19:25

1 Answers1

2

Did some research, and found an issue with the adobe-flashplugin package. Reported as bug #1767476.

Since you are using Firefox, I would recommend these steps for now:

  1. Uninstall the Flash related packages you may have installed:

    sudo apt purge adobe-flashplugin browser-plugin-freshplayer-pepperflash
    
  2. Install the flashplugin-installer package:

    sudo apt install flashplugin-installer
    
  3. Restart your web browser.

Edit 2018-04-28:

The bug seems to have been fixed, so this page ought to apply as usual again.

Gunnar Hjalmarsson
  • 33,540
  • 3
  • 64
  • 94
  • Thanks a lot, Gunnar, it worked! I followed exactly those steps, and now I can load the site and use this utility. You have no idea how much you helped me. Thanks to @dobey too. You guys are amazing! – Doktor Faustus Apr 27 '18 at 19:31
  • @DoktorFaustus: Glad to hear that. You had the bad luck to run into a bug. The good news is that thanks to your question that bug is now reported. – Gunnar Hjalmarsson Apr 27 '18 at 19:41