WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: adobe-flashplugin.sce installed, but do not work?  (Read 2980 times)

Offline krooooo

  • Jr. Member
  • **
  • Posts: 66
adobe-flashplugin.sce installed, but do not work?
« on: December 24, 2015, 07:57:12 AM »
whatever onboot load or load it by sce-load, firefox always said "need Flash® Player plugin", how to resolve it??

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: adobe-flashplugin.sce installed, but do not work?
« Reply #1 on: December 24, 2015, 08:03:19 AM »
Do you have /usr/lib/mozilla/plugins/libflashplayer.so ?

Offline krooooo

  • Jr. Member
  • **
  • Posts: 66
Re: adobe-flashplugin.sce installed, but do not work?
« Reply #2 on: December 24, 2015, 08:20:03 AM »
Hi nitram

no, no that file, indeed, no folder "/usr/lib/mozilla/plugins" and "/usr/lib/mozilla", only "/usr/lib/firefox/" and "/usr/lib/firefox-addons/"

libflashplayer.so is in /tmp/tcloop/adobe-flashplugin/usr/lib/adobe-flashplugin/

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: adobe-flashplugin.sce installed, but do not work?
« Reply #3 on: December 24, 2015, 08:31:06 AM »
Cut/paste these commands in terminal, restart Firefox and see if Flash works:
Code: [Select]
sudo mkdir -p  /usr/lib/mozilla/plugins/
sudo cp usr/lib/adobe-flashplugin/libflashplayer.so /usr/lib/mozilla/plugins/

Offline krooooo

  • Jr. Member
  • **
  • Posts: 66
Re: adobe-flashplugin.sce installed, but do not work?
« Reply #4 on: December 24, 2015, 10:25:38 AM »
Hi  nitram

Add the path “usr/lib/mozilla/plugins” to '/opt/.filetool.lst' (from http://wiki.tinycorelinux.net/dcore:desktop_applications#flash), flash is OK

before, I think flashplugin in dCore is as same as in tinycore, that after installed it then anything is OK...I'm wrong, in dCore manual operate is needed

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: adobe-flashplugin.sce installed, but do not work?
« Reply #5 on: December 24, 2015, 11:56:27 AM »
Glad you got it working. Since you're backing up the file manually, you can probably run  sce-remove SCE  to remove the extension that didn't work for you. You'll have to reboot and see, however, as Flash does require some dependencies to function, which may still have been brought in by your *broken* flash SCE extension.

The size of your backup file will be a lot larger backing up the Flash *.so file, if this is an issue an alternative is to place the *.so file in another mounted partition and just sym link it to usr/lib/mozilla/plugins/. Then you just need to backup the sym link. Or if you are running dCore with a persistent /home/tc directory that does not require an  exittc  backup, then you can create a plugins directory in /home/tc/.mozilla/... directory and run Flash from there.

If you installed Flash v11, you'll need to manually download security updates from Adobe archives everytime Firefox indicates the plugin is outdated.

Offline sm8ps

  • Sr. Member
  • ****
  • Posts: 338
Re: adobe-flashplugin.sce installed, but do not work?
« Reply #6 on: December 25, 2015, 06:07:11 PM »
Add the path “usr/lib/mozilla/plugins” to '/opt/.filetool.lst' (from http://wiki.tinycorelinux.net/dcore:desktop_applications#flash), flash is OK

before, I think flashplugin in dCore is as same as in tinycore, that after installed it then anything is OK...I'm wrong, in dCore manual operate is needed
Errr..., I did test the approach with adobe-flashplugin before writing the wiki entry. Though I had overlooked that I did have the manual installation also on this machine so it all worked out well here.  :D Sorry for the confusion!
I have corrected the wiki article and will demand the necessary directory being created automatically (cf. "Start scripts and data extensions" under http://wiki.tinycorelinux.net/dcore:handling_extensions#standard_repository).

PS: cf. http://forum.tinycorelinux.net/index.php/topic,19377.0.html
« Last Edit: December 25, 2015, 06:14:54 PM by sm8ps »

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: adobe-flashplugin.sce installed, but do not work?
« Reply #7 on: January 09, 2016, 05:59:46 PM »
I have made a getFlash11 prebuilt package that creates a flash11.sce.  It checks for the existence of flash11.sce in either /update or the regular SCE directory, and whether loaded or not checks to see if you are running the latest version.  If so, you are told that and it exits.  If you are not or don't have flash11.sce imported, it creates the SCE with the current flash player.   This simply creates an extension of the flash player library, for right now dependencies are up to the user.  Curl is included in getFlash11, and is a dep of the flash player library.  The rest should be met by importing a modern web browser.

sce-import getFlash11

menu item is getFlash11

Please test.
« Last Edit: January 09, 2016, 06:03:45 PM by Jason W »