LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-18-2011, 04:09 PM   #16
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Original Poster
Rep: Reputation: 0

Quote:
Originally Posted by yancek View Post
In your first post, you indicate you have the libflashplayer.so file in your Downloads directory so just go to the Downloads directory and copy it to the plugins directory:

cd /home/glenellynboy/Downloads/ (replace glenellynboy with whatever your actual user name is)
sudo cp libflashplayer.so /usr/lib/mozilla/plugins/
I did this and this is the output:

[user@localhost Downloads]$ sudo cp libflashplayer.so /usr/lib/mozilla/plugins/
audit_log_user_command(): Connection refused
cp: cannot stat `libflashplayer.so': No such file or directory
[user@localhost Downloads]$

And when I used Files to open .mozilla there was still no plugins folder.

How can I copy libflashplayer.so to .mozilla/plugins if there is no such folder? Hidden files are checked as shown.
 
Old 09-18-2011, 04:23 PM   #17
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
the hidden firefox folder in ~/.mozilla
is not .mozilla
it is
"~/.mozilla/firefox/????????.default "
the 8 ? are random alphanumeric
but /usr/lib/mozilla/plugins , OR /usr/lib/browser-plugins are the folders most of the time

but on linpus light
you are basically stuck with the very old flash 8 and firefox2
 
1 members found this post helpful.
Old 09-18-2011, 05:32 PM   #18
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Original Poster
Rep: Reputation: 0
Can I copy "libflashplayer.so" to "~/.mozilla/firefox/????????.default "?

In sudo I presume.
 
Old 09-18-2011, 05:48 PM   #19
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
Can I copy "libflashplayer.so" to "~/.mozilla/firefox/????????.default "?
the EXACT same way you would have on Microsoft windows
right click and select "copy"
navigate to the folder and right click and select "paste"

but on linpus light 1.3 you might be stuck with using what is installed flash8 and firefox2

linpuslight is the worst os there is
you are ,by far, better off installing linux mint lxde ( the light netbook version)
and removing linpus light from the computer


please do a lot ( or some ) research and install a new operating system

or live with what is already installed
 
1 members found this post helpful.
Old 09-18-2011, 06:08 PM   #20
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Not sure if this even works in Linpus. But to find locations like libflashplayer.so in terminal in my distros

Code:
~$ locate libflashplayer.so
/usr/lib/flashplugin-nonfree/libflashplayer.so
/usr/lib/mozilla/plugins/libflashplayer.so
flashplugin-nonfree folder is just a symlinked folder to /usr/lib/mozilla/plugins folder in my distro. Installing libflashpalyer.so in /usr/lib/mozzilla/plugins folder automagically installs libflashplayer.so into /usr/lib/flashplugin-nonfree folder.
 
Old 09-18-2011, 07:19 PM   #21
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Original Poster
Rep: Reputation: 0
Can I copy "libflashplayer.so" to "~/.mozilla/firefox/????????.default "?

In sudo I presume.
 
Old 09-18-2011, 07:47 PM   #22
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by John VV View Post
the EXACT same way you would have on Microsoft windows
right click and select "copy"
navigate to the folder and right click and select "paste"

but on linpus light 1.3 you might be stuck with using what is installed flash8 and firefox2

linpuslight is the worst os there is
you are ,by far, better off installing linux mint lxde ( the light netbook version)
and removing linpus light from the computer


please do a lot ( or some ) research and install a new operating system

or live with what is already installed

I am doing just that in another thread:

http://www.linuxquestions.org/questi...ubuntu-902101/
 
Old 09-18-2011, 08:23 PM   #23
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Original Poster
Rep: Reputation: 0
Quote:
Quote:
Can I copy "libflashplayer.so" to "~/.mozilla/firefox/????????.default "?
the EXACT same way you would have on Microsoft windows
right click and select "copy"
navigate to the folder and right click and select "paste"

Ok, I succeeded in using this procedure to copy "libflashplayer.so" to "~/.mozilla/firefox/????????.default". Hoping that this was sufficient to get version 10 running, I closed my browser, opened it, and checked for my version at:

http://duber.com/LetsTalk/playerCheck.html

It showed version 9 still.
 
  


Reply

Tags
plugins



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Flashplayer Plugins for Mozilla? as400 Solaris / OpenSolaris 18 07-11-2007 11:20 AM
/usr/lib/mozilla/plugins not valid install path for macromedia flash player 7? dr_zayus69 Linux - Software 2 08-14-2005 10:13 AM
Flashplayer in Mozilla ! wlaw Linux - Software 11 09-29-2004 07:57 AM
Mozilla + Flashplayer!! HELP cchgordon Linux - Software 7 03-02-2004 06:01 AM
Mozilla 1.4b and flashplayer 6 Drogo Linux - Software 1 06-13-2003 10:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration