abode flash player problem; I've tried for hours, help please.

Asked by tim

I have been trying everything I can read on the net, and on this site with no success. No matter how many times I install via terminal or other means I can not get this working. When I check 'about:plugins' adobe flash is not listed. Although 'deflaut plugin' is listed but not enabled. I think the following gives information that will help track down the problem.

brucetim@Ace:~$ apt-cache policy flashplugin-nonfree
flashplugin-nonfree:
  Installed: 9.0.159.0ubuntu1~hardy1
  Candidate: 9.0.159.0ubuntu1~hardy1
  Version table:
 *** 9.0.159.0ubuntu1~hardy1 0
        500 http://security.ubuntu.com hardy-security/multiverse Packages
        500 http://ftp.lug.ro hardy-updates/multiverse Packages
        100 /var/lib/dpkg/status
     9.0.124.0ubuntu2 0
        500 http://ftp.lug.ro hardy/multiverse Packages
Thank you for your help, Tim

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu firefox-3.0 Edit question
Assignee:
No assignee Edit question
Solved by:
tim
Solved:
Last query:
Last reply:
Revision history for this message
Hund (hund) said :
#1

Do you have the 32-bit or 64-bit version of Ubuntu?

I have a 64-bit system and this is what I did:

* Removed everything with Flash:

sudo apt-get remove nspluginwrapper flashplugin-nonfree –purge
sudo rm -r /usr/lib/nspluginwrapper
sudo rm /usr/lib/mozilla/plugins/*flash*
sudo rm ~/.mozilla/plugins/*flash*

* Downloaded the native 64-bit version of Flash here: http://labs.adobe.com/downloads/flashplayer10.html

* Unpacked the file and moved it to the plugins folder for Firefox:

cp Desktop/libflashplayer.so .mozilla/plugins/

I hope that was any usefull info for you. :)

Revision history for this message
tim (brucetim100) said :
#2

Thanks for your timely answer, Hund. I did the uninstalling with these results:
brucetim@Ace:~$ sudo apt-get remove nspluginwrapper flashplugin-nonfree –purge
[sudo] password for brucetim:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package nspluginwrapper
brucetim@Ace:~$ sudo rm -r /usr/lib/nspluginwrapper
rm: cannot remove `/usr/lib/nspluginwrapper': No such file or directory
brucetim@Ace:~$ sudo rm /usr/lib/mozilla/plugins/*flash*
brucetim@Ace:~$ sudo rm ~/.mozilla/plugins/*flash*
rm: cannot remove `/home/brucetim/.mozilla/plugins/*flash*': No such file or directory

When I download the file do I do it with archive manger or just saved the file? Then after that do I take the contents of the unpacked file and put it in plugins folder for Firefox by using the command cp Desktop/libflashplayer.so .mozilla/plugins/ ? Thanks again, Tim

Revision history for this message
Hund (hund) said :
#3

The first commands was just to be sure that it's no previous versions of Flash left. If there is it wont work. But it looks okey for you.

Save the file to your desktop, and then right click on the downloaded file and extract it there, and then just move the file "libflashplayer.so" to the folder ".mozilla/plugins/". Dont forget to restart Firefox. I use the terminal because I thinks it's easy, if you dont like it, you can always use the filemanager to move file to. :)

Revision history for this message
Hund (hund) said :
#4

Ops. It should be "~/.mozilla/plugins/" and not ".mozilla/plugins/".

Revision history for this message
tim (brucetim100) said :
#5

I don't mind using terminal as I need to get use to it. First I went to the folder .mozilla and couldn't find a sub-folder plugins (maybe my problem?), so then I tried the terminal command and here is what I got:

brucetim@Ace:~$ cp Desktop/libflashplayer.so .mozilla/plugins/
cp: cannot create regular file `.mozilla/plugins/': Is a directory
brucetim@Ace:~$ sudo cp Desktop/libflashplayer.so .mozilla/plugins/
[sudo] password for brucetim:
cp: cannot create regular file `.mozilla/plugins/': Is a directory

How shall I proceed? Thanks again, Tim

Revision history for this message
tim (brucetim100) said :
#6

oh, I'll try that

Revision history for this message
tim (brucetim100) said :
#7

 cp Desktop/libflashplayer.so~/.mozilla/plugins/

Is that the right command?

Revision history for this message
Hund (hund) said :
#8

You forgot a space in there:

cp Desktop/libflashplayer ~/.mozilla/plugins/

Revision history for this message
Hund (hund) said :
#9

I got the filename wrong. Here we go:

cp Desktop/libflashplayer.so ~/.mozilla/plugins/

(There should be a option to edit your own posts)

Revision history for this message
tim (brucetim100) said :
#10

Here's what happened:
brucetim@Ace:~$ cp Desktop/libflashplayer.so ~/.mozilla/plugins/
cp: cannot create regular file `/home/brucetim/.mozilla/plugins/': Is a directory

Revision history for this message
Hund (hund) said :
#11

Looks like you dont have that folder. Try this:

mkdir .mozilla/plugins

And then:

cp Desktop/libflashplayer.so ~/.mozilla/plugins/

Revision history for this message
Simone Cianfriglia (crimer) said :
#12

Please copy here the output of:

ls -lR ~/.mozilla

Revision history for this message
tim (brucetim100) said :
#13

I had to reboot, as mozilla froze when I restarted it, but could be cause I had some many web pages opened. Here's the output file...wow, big file. No success with abode though.

-r-------- 1 brucetim brucetim 1218 2009-03-11 18:35 install.rdf
-r-------- 1 brucetim brucetim 1565 2009-03-11 18:35 license.txt
drwxr-xr-x 2 brucetim brucetim 4096 2009-06-04 19:29 META-INF

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{2A1D5949-B519-4924-BF62-8522FE0D5274}/chrome:
total 40
-r-------- 1 brucetim brucetim 40129 2009-03-11 18:35 pdfescape.jar

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{2A1D5949-B519-4924-BF62-8522FE0D5274}/defaults:
total 4
drwxr-xr-x 2 brucetim brucetim 4096 2009-06-04 19:29 preferences

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{2A1D5949-B519-4924-BF62-8522FE0D5274}/defaults/preferences:
total 4
-r-------- 1 brucetim brucetim 41 2009-03-11 18:35 pdfescapeDefaults.js

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{2A1D5949-B519-4924-BF62-8522FE0D5274}/META-INF:
total 12
-r-------- 1 brucetim brucetim 951 2009-03-11 18:35 manifest.mf
-r-------- 1 brucetim brucetim 3197 2009-03-11 18:35 zigbert.rsa
-r-------- 1 brucetim brucetim 1059 2009-03-11 18:35 zigbert.sf

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{53A03D43-5363-4669-8190-99061B2DEBA5}:
total 20
drwxr-xr-x 2 brucetim brucetim 4096 2009-01-15 22:24 chrome
-r-------- 1 brucetim brucetim 2225 2008-11-29 11:58 chrome.manifest
drwxr-xr-x 3 brucetim brucetim 4096 2009-01-15 22:24 defaults
-r-------- 1 brucetim brucetim 2212 2008-11-29 11:56 install.rdf
-r-------- 1 brucetim brucetim 1787 2007-10-28 19:06 LICENSE.txt

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{53A03D43-5363-4669-8190-99061B2DEBA5}/chrome:
total 1008
-r-------- 1 brucetim brucetim 1024085 2008-11-29 11:58 scrapbook.jar

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{53A03D43-5363-4669-8190-99061B2DEBA5}/defaults:
total 4
drwxr-xr-x 2 brucetim brucetim 4096 2009-01-15 22:24 preferences

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{53A03D43-5363-4669-8190-99061B2DEBA5}/defaults/preferences:
total 4
-r-------- 1 brucetim brucetim 1088 2008-06-29 08:20 scrapbook-prefs.js

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{6e764c17-863a-450f-bdd0-6772bd5aaa18}:
total 16
drwxr-xr-x 4 brucetim brucetim 4096 2009-05-27 15:36 chrome
-r-------- 1 brucetim brucetim 139 2008-07-18 02:21 chrome.manifest
drwxr-xr-x 3 brucetim brucetim 4096 2009-05-27 15:36 defaults
-r-------- 1 brucetim brucetim 1078 2009-04-05 13:34 install.rdf

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{6e764c17-863a-450f-bdd0-6772bd5aaa18}/chrome:
total 8
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-27 15:36 content
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-27 15:36 locale

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{6e764c17-863a-450f-bdd0-6772bd5aaa18}/chrome/content:
total 28
-r-------- 1 brucetim brucetim 4753 2008-07-19 06:25 logo-big-active.png
-r-------- 1 brucetim brucetim 1174 2008-07-19 06:25 logo-big-inactive.png
-r-------- 1 brucetim brucetim 3344 2009-04-05 13:17 mediaconverter.js
-r-------- 1 brucetim brucetim 851 2008-07-19 06:36 mediaconverter.xul
-r-------- 1 brucetim brucetim 696 2008-07-19 06:23 options.xul
-r-------- 1 brucetim brucetim 354 2008-07-18 02:53 style.css

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{6e764c17-863a-450f-bdd0-6772bd5aaa18}/chrome/locale:
total 0

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{6e764c17-863a-450f-bdd0-6772bd5aaa18}/defaults:
total 4
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-27 15:36 preferences

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{6e764c17-863a-450f-bdd0-6772bd5aaa18}/defaults/preferences:
total 4
-r-------- 1 brucetim brucetim 171 2008-07-18 02:27 mediaconverter.js

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{9AA46F4F-4DC7-4c06-97AF-5035170634FE}:
total 16
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 chrome
-rw-r--r-- 1 brucetim brucetim 362 2009-05-31 09:56 chrome.manifest
-r-------- 1 brucetim brucetim 3660 2009-02-25 16:14 install.js
-r-------- 1 brucetim brucetim 1241 2009-03-03 09:08 install.rdf

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{9AA46F4F-4DC7-4c06-97AF-5035170634FE}/chrome:
total 56
-r-------- 1 brucetim brucetim 50890 2009-03-03 09:08 imtranslator.jar

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}:
total 24
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 chrome
-rw-r--r-- 1 brucetim brucetim 1790 2009-05-15 16:48 chrome.manifest
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 components
drwxr-xr-x 3 brucetim brucetim 4096 2009-05-31 09:56 defaults
-rw-r--r-- 1 brucetim brucetim 2752 2009-05-15 16:48 install.rdf
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 local

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/chrome:
total 384
-rw-r--r-- 1 brucetim brucetim 388082 2009-05-15 16:48 dwhelper.jar

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components:
total 436
-rw-r--r-- 1 brucetim brucetim 5684 2009-05-15 16:48 dhAddToBlackListProcessor.js
-rw-r--r-- 1 brucetim brucetim 10512 2009-05-15 16:48 dhConvConfHandler.js
-rw-r--r-- 1 brucetim brucetim 45456 2009-05-15 16:48 dhConvertMgr.js
-rw-r--r-- 1 brucetim brucetim 5714 2009-05-15 16:48 dhCopyUrlProcessor.js
-rw-r--r-- 1 brucetim brucetim 50696 2009-05-15 16:48 dhCore.js
-rw-r--r-- 1 brucetim brucetim 8490 2009-05-15 16:48 dhDOMHook.js
-rw-r--r-- 1 brucetim brucetim 5664 2009-05-15 16:48 dhDownloadConvertProcessor.js
-rw-r--r-- 1 brucetim brucetim 14229 2009-05-15 16:48 dhDownloadMgr.js
-rw-r--r-- 1 brucetim brucetim 5390 2009-05-15 16:48 dhDownloadProcessor.js
-rw-r--r-- 1 brucetim brucetim 5589 2009-05-15 16:48 dhDumpProcessor.js
-rw-r--r-- 1 brucetim brucetim 5924 2009-05-15 16:48 dhFlashgotDownloadProcessor.js
-rw-r--r-- 1 brucetim brucetim 258 2009-05-15 16:48 dhIContextItem.xpt
-rw-r--r-- 1 brucetim brucetim 248 2009-05-15 16:48 dhIConversionListener.xpt
-rw-r--r-- 1 brucetim brucetim 1039 2009-05-15 16:48 dhIConvertMgr.xpt
-rw-r--r-- 1 brucetim brucetim 1101 2009-05-15 16:48 dhICore.xpt
-rw-r--r-- 1 brucetim brucetim 179 2009-05-15 16:48 dhIDOMHook.xpt
-rw-r--r-- 1 brucetim brucetim 248 2009-05-15 16:48 dhIDownloadListener.xpt
-rw-r--r-- 1 brucetim brucetim 713 2009-05-15 16:48 dhIDownloadMgr.xpt
-rw-r--r-- 1 brucetim brucetim 372 2009-05-15 16:48 dhIMediaListMgr.xpt
-rw-r--r-- 1 brucetim brucetim 395 2009-05-15 16:48 dhIMP3Tunes.xpt
-rw-r--r-- 1 brucetim brucetim 215 2009-05-15 16:48 dhIProbeMouseListener.xpt
-rw-r--r-- 1 brucetim brucetim 324 2009-05-15 16:48 dhIProbe.xpt
-rw-r--r-- 1 brucetim brucetim 352 2009-05-15 16:48 dhIProcessor.xpt
-rw-r--r-- 1 brucetim brucetim 3553 2009-05-15 16:48 dhIUtilService.xpt
-rw-r--r-- 1 brucetim brucetim 203 2009-05-15 16:48 dhIYTHQCheckerListener.xpt
-rw-r--r-- 1 brucetim brucetim 269 2009-05-15 16:48 dhIYTHQChecker.xpt
-rw-r--r-- 1 brucetim brucetim 8844 2009-05-15 16:48 dhLicenseHandler.js
-rw-r--r-- 1 brucetim brucetim 9389 2009-05-15 16:48 dhMedialinkProbe.js
-rw-r--r-- 1 brucetim brucetim 11253 2009-05-15 16:48 dhMediaListMgr.js
-rw-r--r-- 1 brucetim brucetim 18263 2009-05-15 16:48 dhMP3Tunes.js
-rw-r--r-- 1 brucetim brucetim 5482 2009-05-15 16:48 dhMP3TunesLockerProcessor.js
-rw-r--r-- 1 brucetim brucetim 5481 2009-05-15 16:48 dhMP3TunesMobileProcessor.js
-rw-r--r-- 1 brucetim brucetim 15365 2009-05-15 16:48 dhNetworkProbe.js
-rw-r--r-- 1 brucetim brucetim 5448 2009-05-15 16:48 dhQuickDownloadProcessor.js
-rw-r--r-- 1 brucetim brucetim 11430 2009-05-15 16:48 dhSafeModeHandler.js
-rw-r--r-- 1 brucetim brucetim 4920 2009-05-15 16:48 dhTestProbe.js
-rw-r--r-- 1 brucetim brucetim 30110 2009-05-15 16:48 dhUtilService.js
-rw-r--r-- 1 brucetim brucetim 12869 2009-05-15 16:48 dhYoutubeLinksContextItem.js
-rw-r--r-- 1 brucetim brucetim 8559 2009-05-15 16:48 dhYoutubeProbe.js
-rw-r--r-- 1 brucetim brucetim 7958 2009-05-15 16:48 dhYTHQChecker.js

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/defaults:
total 4
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 preferences

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/defaults/preferences:
total 4
-rw-r--r-- 1 brucetim brucetim 3338 2009-05-15 16:48 prefs-dwhelper.js

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local:
total 4
-rw-r--r-- 1 brucetim brucetim 2494 2009-05-15 16:48 wm.png

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{DDC359D1-844A-42a7-9AA1-88A850A938A8}:
total 108
drwxr-xr-x 3 brucetim brucetim 4096 2009-05-31 09:56 chrome
-rw-r--r-- 1 brucetim brucetim 5646 2009-05-08 12:39 chrome.manifest
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 components
drwxr-xr-x 3 brucetim brucetim 4096 2009-05-31 09:56 defaults
-rw-r--r-- 1 brucetim brucetim 18349 2007-06-08 00:23 GPL
-rw-r--r-- 1 brucetim brucetim 2104 2009-05-08 12:39 install.rdf
-rw-r--r-- 1 brucetim brucetim 26940 2007-06-08 00:23 LGPL
-rw-r--r-- 1 brucetim brucetim 790 2008-03-06 01:18 LICENSE
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 modules
-rw-r--r-- 1 brucetim brucetim 26225 2007-06-08 00:23 MPL

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{DDC359D1-844A-42a7-9AA1-88A850A938A8}/chrome:
total 1296
-rw-r--r-- 1 brucetim brucetim 1318628 2009-05-08 12:39 chrome.jar
drwxr-xr-x 3 brucetim brucetim 4096 2009-05-31 09:56 icons

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{DDC359D1-844A-42a7-9AA1-88A850A938A8}/chrome/icons:
total 4
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 default

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{DDC359D1-844A-42a7-9AA1-88A850A938A8}/chrome/icons/default:
total 20
-rw-r--r-- 1 brucetim brucetim 11926 2007-07-11 22:11 DownThemAll.ico
-rw-r--r-- 1 brucetim brucetim 6868 2007-07-02 03:56 DownThemAll.xpm

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{DDC359D1-844A-42a7-9AA1-88A850A938A8}/components:
total 60
-rw-r--r-- 1 brucetim brucetim 2195 2008-03-15 01:13 contenthandling.idl
-rw-r--r-- 1 brucetim brucetim 2713 2009-05-08 12:39 contentHandling.js
-rw-r--r-- 1 brucetim brucetim 192 2008-03-09 01:29 contenthandling.xpt
-rw-r--r-- 1 brucetim brucetim 2174 2008-07-21 00:48 debugService.idl
-rw-r--r-- 1 brucetim brucetim 4202 2009-05-08 12:39 debugService.js
-rw-r--r-- 1 brucetim brucetim 293 2008-07-21 00:48 debugService.xpt
-rw-r--r-- 1 brucetim brucetim 2896 2008-02-27 19:32 filterManager.idl
-rw-r--r-- 1 brucetim brucetim 10831 2009-05-08 12:39 filterManager.js
-rw-r--r-- 1 brucetim brucetim 757 2008-02-27 19:32 filterManager.xpt
-rw-r--r-- 1 brucetim brucetim 6690 2009-05-08 12:39 migrationService.js
-rw-r--r-- 1 brucetim brucetim 3331 2009-05-08 12:39 privacycontrol.js

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{DDC359D1-844A-42a7-9AA1-88A850A938A8}/defaults:
total 4
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 preferences

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{DDC359D1-844A-42a7-9AA1-88A850A938A8}/defaults/preferences:
total 12
-rw-r--r-- 1 brucetim brucetim 2052 2009-05-08 12:39 dta.js
-rw-r--r-- 1 brucetim brucetim 2534 2009-05-08 12:39 filters.js
-rw-r--r-- 1 brucetim brucetim 155 2009-05-08 12:39 privacycontrol.js

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/{DDC359D1-844A-42a7-9AA1-88A850A938A8}/modules:
total 32
-rw-r--r-- 1 brucetim brucetim 5524 2009-05-08 12:39 cothread.jsm
-rw-r--r-- 1 brucetim brucetim 3570 2009-05-08 12:39 mediator.jsm
-rw-r--r-- 1 brucetim brucetim 4080 2009-05-08 12:39 preferences.jsm
-rw-r--r-- 1 brucetim brucetim 3039 2009-05-08 12:39 prompts.jsm
-rw-r--r-- 1 brucetim brucetim 5372 2009-05-08 12:39 utils.jsm
-rw-r--r-- 1 brucetim brucetim 700 2009-05-08 12:39 version.jsm

/<email address hidden>:
total 12
drwxr-xr-x 2 brucetim brucetim 4096 2009-06-04 10:36 chrome
-rw-r--r-- 1 brucetim brucetim 322 2009-06-04 10:36 chrome.manifest
-r-------- 1 brucetim brucetim 1018 2008-09-01 10:57 install.rdf

/<email address hidden>/chrome:
total 4
-r-------- 1 brucetim brucetim 3960 2007-07-18 15:01 flvdownloader.jar

/home<email address hidden>:
total 28
drwxr-xr-x 3 brucetim brucetim 4096 2009-05-31 09:56 chrome
-r-------- 1 brucetim brucetim 117 2009-04-19 21:11 chrome.manifest
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 components
-r-------- 1 brucetim brucetim 1307 2009-04-19 21:11 install.rdf
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 libs
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 libs-64
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 META-INF

/home<email address hidden>/chrome:
total 4
drwxr-xr-x 3 brucetim brucetim 4096 2009-05-31 09:56 content

/home<email address hidden>/chrome/content:
total 612
-r-------- 1 brucetim brucetim 54722 2009-04-19 21:11 ab.cooliris.png
-r-------- 1 brucetim brucetim 40673 2009-04-19 21:11 common.xslt
-r-------- 1 brucetim brucetim 1257 2009-04-19 21:11 cooliris-32.png
-r-------- 1 brucetim brucetim 923 2009-04-19 21:11 cooliris.css
-r-------- 1 brucetim brucetim 3889 2009-04-19 21:11 cooliris.js
-r-------- 1 brucetim brucetim 610 2009-04-19 21:11 cooliris.xul
-r-------- 1 brucetim brucetim 27032 2009-04-19 21:11 COPYING_LGPL.txt
-r-------- 1 brucetim brucetim 6159 2009-04-19 21:11 default.xslt
-r-------- 1 brucetim brucetim 6912 2009-04-19 21:11 FTL.TXT
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 images
-r-------- 1 brucetim brucetim 3607 2009-04-19 21:11 launch.down.png
-r-------- 1 brucetim brucetim 3373 2009-04-19 21:11 launch.png
-r-------- 1 brucetim brucetim 11558 2009-04-19 21:11 LICENSE-2_0.txt
-r-------- 1 brucetim brucetim 15277 2009-04-19 21:11 photography.xslt
-r-------- 1 brucetim brucetim 7548 2009-04-19 21:11 return-hover.png
-r-------- 1 brucetim brucetim 7517 2009-04-19 21:11 return-normal.png
-r-------- 1 brucetim brucetim 3699 2009-04-19 21:11 strings-default.xslt
-r-------- 1 brucetim brucetim 14692 2009-04-19 21:11 strings.xml
-r-------- 1 brucetim brucetim 5510 2009-04-19 21:11 theme-dark.xslt
-r-------- 1 brucetim brucetim 3652 2009-04-19 21:11 toolbar.launch.active.click.png
-r-------- 1 brucetim brucetim 3720 2009-04-19 21:11 toolbar.launch.active.hover.png
-r-------- 1 brucetim brucetim 3586 2009-04-19 21:11 toolbar.launch.active.png
-r-------- 1 brucetim brucetim 3769 2009-04-19 21:11 toolbar.launch.normal.click.png
-r-------- 1 brucetim brucetim 3736 2009-04-19 21:11 toolbar.launch.normal.hover.png
-r-------- 1 brucetim brucetim 3726 2009-04-19 21:11 toolbar.launch.normal.png
-r-------- 1 brucetim brucetim 13718 2009-04-19 21:11 tutorial.scroll.png
-r-------- 1 brucetim brucetim 15963 2009-04-19 21:11 tutorial.search.png
-r-------- 1 brucetim brucetim 15569 2009-04-19 21:11 tutorial.searchshop.png
-r-------- 1 brucetim brucetim 47937 2009-04-19 21:11 tutorial.shopping.png
-r-------- 1 brucetim brucetim 212336 2009-04-19 21:11 uiparts.png
-r-------- 1 brucetim brucetim 34436 2009-04-19 21:11 uiparts.tpb

/home<email address hidden>/chrome/content/images:
total 68
-r-------- 1 brucetim brucetim 1623 2009-04-19 21:11 goto.hover.png
-r-------- 1 brucetim brucetim 1497 2009-04-19 21:11 goto.png
-r-------- 1 brucetim brucetim 1623 2009-04-19 21:11 goto.pressed.png
-r-------- 1 brucetim brucetim 3493 2009-04-19 21:11 icon.flash.png
-r-------- 1 brucetim brucetim 4352 2009-04-19 21:11 icon.iso.png
-r-------- 1 brucetim brucetim 5236 2009-04-19 21:11 site.iphoto.png
-r-------- 1 brucetim brucetim 3183 2009-04-19 21:11 site.local.png
-r-------- 1 brucetim brucetim 4176 2009-04-19 21:11 site.rss.png
-r-------- 1 brucetim brucetim 3232 2009-04-19 21:11 star.gold.png
-r-------- 1 brucetim brucetim 3233 2009-04-19 21:11 star.gray.png
-r-------- 1 brucetim brucetim 3307 2009-04-19 21:11 star.half.png
-r-------- 1 brucetim brucetim 5066 2009-04-19 21:11 status-panel-gray.png
-r-------- 1 brucetim brucetim 2792 2009-04-19 21:11 transparent-pixel.png

/home<email address hidden>/components:
total 52
-r-------- 1 brucetim brucetim 957 2009-04-19 21:11 cooliris.xpt
-r-------- 1 brucetim brucetim 22604 2009-04-19 21:11 libcoolirisstub-64.so
-r-------- 1 brucetim brucetim 18432 2009-04-19 21:11 libcoolirisstub.so
-r-------- 1 brucetim brucetim 3979 2009-04-19 21:11 piclensjshelper.js

/home<email address hidden>/libs:
total 18756
-r-------- 1 brucetim brucetim 1059791 2009-04-19 21:11 libav.so
-r-------- 1 brucetim brucetim 14089858 2009-04-19 21:11 libcooliris19.so
-r-x------ 1 brucetim brucetim 4023099 2009-04-19 21:11 PicLensHelper

/home<email address hidden>/libs-64:
total 20264
-r-------- 1 brucetim brucetim 1072903 2009-04-19 21:11 libav.so
-r-------- 1 brucetim brucetim 15254252 2009-04-19 21:11 libcooliris19.so
-r-------- 1 brucetim brucetim 4381437 2009-04-19 21:11 PicLensHelper

/home<email address hidden>/META-INF:
total 24
-r-------- 1 brucetim brucetim 8176 2009-04-19 21:11 manifest.mf
-r-------- 1 brucetim brucetim 2989 2009-04-19 21:11 zigbert.rsa
-r-------- 1 brucetim brucetim 8284 2009-04-19 21:11 zigbert.sf

/home/brucetim<email address hidden>:
total 20
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 chrome
-rw-r--r-- 1 brucetim brucetim 2559 2009-03-12 22:36 chrome.manifest
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 components
drwxr-xr-x 3 brucetim brucetim 4096 2009-05-31 09:56 defaults
-rw-r--r-- 1 brucetim brucetim 2455 2009-03-12 22:36 install.rdf

/home/brucetim<email address hidden>/chrome:
total 260
-rw-r--r-- 1 brucetim brucetim 261562 2009-03-12 22:36 TwitterFox.jar

/home/brucetim<email address hidden>/components:
total 48
-rw-r--r-- 1 brucetim brucetim 182 2008-12-20 10:24 nsITwitterNotifier.xpt
-rw-r--r-- 1 brucetim brucetim 42386 2009-03-12 22:36 nsTwitterNotifier.js

/home/brucetim<email address hidden>/defaults:
total 4
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 preferences

/home/brucetim<email address hidden>/defaults/preferences:
total 4
-rw-r--r-- 1 brucetim brucetim 629 2009-03-12 22:35 twitternotifier.js

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/unplug@compunach:
total 20
drwxr-xr-x 5 brucetim brucetim 4096 2009-05-31 09:56 chrome
-rw-r--r-- 1 brucetim brucetim 299 2009-04-11 00:41 chrome.manifest
drwxr-xr-x 3 brucetim brucetim 4096 2009-05-31 09:56 defaults
-rw-r--r-- 1 brucetim brucetim 1040 2009-04-11 00:41 install.rdf
-rw-r--r-- 1 brucetim brucetim 1725 2009-04-11 00:41 todo.txt

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/unplug@compunach/chrome:
total 12
drwxr-xr-x 3 brucetim brucetim 4096 2009-05-31 09:56 content
drwxr-xr-x 3 brucetim brucetim 4096 2009-05-31 09:56 locale
drwxr-xr-x 3 brucetim brucetim 4096 2009-05-31 09:56 skin

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/unplug@compunach/chrome/content:
total 136
-rw-r--r-- 1 brucetim brucetim 3790 2009-04-11 00:41 common.js
-rw-r--r-- 1 brucetim brucetim 4488 2009-04-11 00:41 config.js
-rw-r--r-- 1 brucetim brucetim 4826 2009-04-11 00:41 config.xul
-rw-r--r-- 1 brucetim brucetim 971 2009-04-11 00:41 overlay_firefox.js
-rw-r--r-- 1 brucetim brucetim 1311 2009-04-11 00:41 overlay_firefox.xul
-rw-r--r-- 1 brucetim brucetim 4117 2009-04-11 00:41 overlay.js
-rw-r--r-- 1 brucetim brucetim 17147 2009-04-11 00:41 rules.js
-rw-r--r-- 1 brucetim brucetim 27780 2009-04-11 00:41 rules.xml
-rw-r--r-- 1 brucetim brucetim 28493 2009-04-11 00:41 search.js
-rw-r--r-- 1 brucetim brucetim 12492 2009-04-11 00:41 searchpage.js
-rw-r--r-- 1 brucetim brucetim 2160 2009-04-11 00:41 searchpage.xul
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 widgets

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/unplug@compunach/chrome/content/widgets:
total 24
-rw-r--r-- 1 brucetim brucetim 168 2009-04-11 00:41 configwrapper.css
-rw-r--r-- 1 brucetim brucetim 2984 2009-04-11 00:41 configwrapper.xbl
-rw-r--r-- 1 brucetim brucetim 168 2009-04-11 00:41 unplug_result.css
-rw-r--r-- 1 brucetim brucetim 9053 2009-04-11 00:41 unplug_result.xbl

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/unplug@compunach/chrome/locale:
total 4
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 en-US

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/unplug@compunach/chrome/locale/en-US:
total 24
-rw-r--r-- 1 brucetim brucetim 1191 2009-04-11 00:41 common.dtd
-rw-r--r-- 1 brucetim brucetim 2695 2009-04-11 00:41 config.dtd
-rw-r--r-- 1 brucetim brucetim 278 2009-04-11 00:41 overlay.dtd
-rw-r--r-- 1 brucetim brucetim 1137 2009-04-11 00:41 searchpage.dtd
-rw-r--r-- 1 brucetim brucetim 842 2009-04-11 00:41 strings.txt
-rw-r--r-- 1 brucetim brucetim 2179 2009-04-11 00:41 unplug_result.dtd

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/unplug@compunach/chrome/skin:
total 24
-rw-r--r-- 1 brucetim brucetim 354 2009-04-11 00:41 overlay_firefox.css
-rw-r--r-- 1 brucetim brucetim 1634 2009-04-11 00:41 searchpage.css
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 tango-16
-rw-r--r-- 1 brucetim brucetim 918 2009-04-11 00:41 unplug-16.png
-rw-r--r-- 1 brucetim brucetim 1518 2009-04-11 00:41 unplug-24.png
-rw-r--r-- 1 brucetim brucetim 2303 2009-04-11 00:41 unplug-32.png

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/unplug@compunach/chrome/skin/tango-16:
total 32
-rw-r--r-- 1 brucetim brucetim 866 2009-04-11 00:41 document-save-as.png
-rw-r--r-- 1 brucetim brucetim 498 2009-04-11 00:41 edit-copy.png
-rw-r--r-- 1 brucetim brucetim 611 2009-04-11 00:41 preferences-system.png
-rw-r--r-- 1 brucetim brucetim 786 2009-04-11 00:41 process-stop-disabled.png
-rw-r--r-- 1 brucetim brucetim 820 2009-04-11 00:41 process-stop.png
-rw-r--r-- 1 brucetim brucetim 514 2009-04-11 00:41 tab-new.png
-rw-r--r-- 1 brucetim brucetim 583 2009-04-11 00:41 window-new.png
-rw-r--r-- 1 brucetim brucetim 442 2009-04-11 00:41 window.png

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/unplug@compunach/defaults:
total 4
drwxr-xr-x 2 brucetim brucetim 4096 2009-05-31 09:56 preferences

/home/brucetim/.mozilla/firefox/qb1fqndn.default/extensions/unplug@compunach/defaults/preferences:
total 4
-rw-r--r-- 1 brucetim brucetim 340 2009-04-11 00:41 unplug2.js

/home/brucetim/.mozilla/firefox/qb1fqndn.default/OfflineCache:
total 4
-rw-r--r-- 1 brucetim brucetim 4096 2008-07-07 18:35 index.sqlite

/home/brucetim/.mozilla/firefox/qb1fqndn.default/ScrapBook:
total 8
drwx------ 2 brucetim brucetim 4096 2008-10-08 23:48 backup
-rw-r--r-- 1 brucetim brucetim 0 2008-10-08 23:48 folders.txt
-rw-r--r-- 1 brucetim brucetim 208 2008-10-08 23:48 scrapbook.rdf

/home/brucetim/.mozilla/firefox/qb1fqndn.default/ScrapBook/backup:
total 4
-rw-r--r-- 1 brucetim brucetim 208 2008-10-08 23:48 scrapbook_20081008.rdf

/home/brucetim/.mozilla/firefox/qb1fqndn.default/searchplugins:
total 4
-rw-r--r-- 1 brucetim brucetim 1663 2009-06-04 00:33 clusty.xml

/home/brucetim/.mozilla/plugins:
total 9336
-rwxr-xr-x 1 brucetim brucetim 9543400 2009-06-08 15:21 libflashplayer.so

Revision history for this message
tim (brucetim100) said :
#14

It seemed strange there was no plugin folder as I have plugins as you can see.

Revision history for this message
Simone Cianfriglia (crimer) said :
#15

I see, file libflashpalyer.so is already in plugins directory..... it doesn't work now?

Revision history for this message
tim (brucetim100) said :
#16

I've tried disabling them, thinking they could be part of problem. (I don't see an edit tab)

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#17

wow you guys are really making a meal of this (close all firefoxes)

This command is all one line:

cd ~/;wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz; tar zxvf libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz; rm libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz; mkdir ~/.mozilla/plugins; mv ./libflashplayer.so ~/.mozilla/plugins/

Then relaunch firefox.

Job done.

Revision history for this message
tim (brucetim100) said :
#18

I held my breath, and wished it were so...here's the read out.

brucetim@Ace:~$ sudo cd ~/;wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz; tar zxvf libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz; rm libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz; mkdir ~/.mozilla/plugins; mv ./libflashplayer.so ~/.mozilla/plugins/
[sudo] password for brucetim:
sudo: cd: command not found
--16:54:25-- http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz
           => `libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz'
Resolving download.macromedia.com... 92.122.195.191
Connecting to download.macromedia.com|92.122.195.191|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,729,613 (3.6M) [application/x-gzip]

100%[====================================>] 3,729,613 1.59M/s

16:54:27 (1.59 MB/s) - `libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz' saved [3729613/3729613]

libflashplayer.so
mkdir: cannot create directory `/home/brucetim/.mozilla/plugins': File exists

Revision history for this message
Steven Danna (ssd7) said :
#19

I don't mean to second guess those who are already helping you, but there is an amd64 version of ubuntu in the repositories and newer versions have been backported to hardy via the backport repository (https://help.ubuntu.com/community/UbuntuBackports)

Why not try:

1) sudo apt-get --purge remove flashplugin-nonfree
2) sudo apt-get --purge autoremove
3) Enable backports repository (directions in link)
4) sudo apt-get update
5) sudo apt-get install flashplugin-nonfree

Revision history for this message
Steven Danna (ssd7) said :
#20

"There is an amd64 version of ubuntu" should be "there is an amd64 version of flash."

Also, just out of curiosity, could you paste the output of the following commands:

lsb_release -a
uname -a
sudo update-alternatives --display firefox-flashplugin

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#21

ok so what is the output of:

file ~/.mozilla/plugins/libflashplayer.so

andy@fileserver:~$ file .mozilla/plugins/libflashplayer.so
.mozilla/plugins/libflashplayer.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped

If you have that you have won

Revision history for this message
tim (brucetim100) said :
#22

Wow, thanks for all the input. I had to get away for awhile & took my wife to a movie. The backport thingy has me a bit lost, sorry it is late at nite and I can't see my way through it. I went to the web site Steven, but still didn't quite get it, in other words I'm not very cleaver at installing stuff without it being really straightforward. Is there some terminal commands you could throw my way for it?

The below was done after I did the first 2 of Steven's suggestions of 1) sudo apt-get --purge remove flashplugin-nonfree 2) sudo apt-get --purge autoremove

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 8.04.2
Release: 8.04

Linux Ace 2.6.24-24-generic #1 SMP Wed Apr 15 15:54:25 UTC 2009 i686 GNU/Linux

Codename: hardy

brucetim@Ace:~$ sudo update-alternatives --display firefox-flashplugin
firefox-flashplugin - status is auto.
 link currently points to /usr/lib/gnash/libgnashplugin.so
/usr/lib/gnash/libgnashplugin.so - priority 50
Current `best' version is /usr/lib/gnash/libgnashplugin.so.

Revision history for this message
Hund (hund) said :
#23

Looks like you have Gnash, remove that:

sudo aptitude purge gnash

Revision history for this message
tim (brucetim100) said :
#24

Done. So I open a web page that needs flash and now it is giving me 3 options for a plugin...Adobe Flash Player, (which I just did, but still doesn't work, maybe I need to restart firefox) or Swfdec player or Gnash, which was I guess the problem. Which and how is the best way?

Revision history for this message
Hund (hund) said :
#25

Adobe Flash Player works best. You have to restart Firefox to. :)

Revision history for this message
tim (brucetim100) said :
#26

oh, man...I can't believe it...it works! Thanks a ton!
I have some other 'smaller' questions but not to wear out my welcome I'll save for another day.
Thanks for your patience and time, Tim