Results 1 to 2 of 2

Thread: Has anyone solved Flash issue w/ Samsumg Chromebook?

  1. #1
    Join Date
    Jul 2013
    Beans
    1

    Has anyone solved Flash issue w/ Samsumg Chromebook?

    I am running 13.04 w/ xfce on Samsung Chromebook (ARM) model 303C.

    I've made numerous efforts trying the latest Pepper Flash and the older (11.2) linux flash by Adope to work.
    No luck so far.

    Is there anyone with the same hardware and similar software setup that has been successful with getting flash to work? If so, can you share what you did to make it work?

    Thanks in advance

  2. #2
    Join Date
    Nov 2006
    Beans
    42

    Re: Has anyone solved Flash issue w/ Samsumg Chromebook?

    You just have to take the flash from Chrome OS, it should be /opt/google/chrome/pepper/libpepflashplayer.so
    You need to get it to your home folder:
    Code:
    cp /opt/google/chrome/pepper/libpepflashplayer.so ~/Downloads/
    Next, you put it on a USB stick, boot Ubuntu, copy it to /usr/lib/chromium-browser/plugins/
    After that, you need to edit /etc/chromium-browser/default and put this in it:
    Code:
    CHROMIUM_FLAGS="--ppapi-flash-path=/usr/lib/chromium-browser/plugins/libpepflashplayer.so"
    It doesn't really matter where you put it, as long as the location is correct in /etc/chromium-browser/default
    Last edited by Xtyn; July 12th, 2013 at 07:56 PM.
    DON'T PANIC!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •