LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   flash plugin not working in chromium and mozilla, on ubuntu (https://www.linuxquestions.org/questions/linux-desktop-74/flash-plugin-not-working-in-chromium-and-mozilla-on-ubuntu-4175410765/)

imran042 06-10-2012 03:40 PM

flash plugin not working in chromium and mozilla, on ubuntu
 
downloaded flash plugin from terminal by,
sudo apt-get install flashplugin-installer

then made a directory by,
sudo mkdir opt/google/chromium/plugins

then tried to copy to opt/google/chromium/plugins, by
sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /opt/google/chromium/plugins

but the terminal prompts a message...
cp: cannot create regular file `/opt/google/chromium/plugins': No such file or directory.

want to install it, any ideas why this is happening

nixblog 06-10-2012 04:23 PM

Quote:

Originally Posted by imran042 (Post 4700143)
then made a directory by,
sudo mkdir opt/google/chromium/plugins

The above command probably needs the -p option,

Code:

sudo mkdir -p opt/google/chromium/plugins
Not sure why you are doing all this with chromium as its in the repos with flash,

Code:

sudo apt-get install chromium-browser flashplugin-nonfree

craigevil 06-10-2012 05:16 PM

Quote:

Originally Posted by nixblog (Post 4700166)
Code:

sudo apt-get install chromium-browser flashplugin-nonfree

Not the correct package name on Ubuntu.

But it also shouldn't need any other steps.

nixblog 06-10-2012 05:47 PM

Whoops, my bad. That should be,

Code:

sudo apt-get install chromium-browser flashplugin-installer

imran042 06-11-2012 01:28 AM

and what command will be needed to copy flash installer to /opt/google/chromium/plugins
i did this
sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /opt/google/chromium/plugins

and the terminal prompts this
cp: cannot create regular file `/opt/google/chromium/plugins': No such file or directory

craigevil 06-11-2012 07:20 AM

Quote:

Originally Posted by imran042 (Post 4700365)
and what command will be needed to copy flash installer to /opt/google/chromium/plugins
i did this
sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /opt/google/chromium/plugins

and the terminal prompts this
cp: cannot create regular file `/opt/google/chromium/plugins': No such file or directory


How To Install Flash Plugin In Chromium For Ubuntu | THEGEEKIN • Still What - http://stillwhat.com/install-flash-p...romium-ubuntu/

Or just install Chrome since it comes with flash and will soon be the only way to get Adobe Flash.

It is funny people will use a non-free proprietary plugin like Adobe Flash but will not use Google Chrome.

imran042 06-12-2012 12:32 AM

fixed...... if ur youtube videos are not working even after installing flash player

Then, open up a YouTube video, right-click on the video itself and click on Settings.
Uncheck the "Enable hardware acceleration" checkbox in the Display tab.

this should work, it worked for me

nixblog 06-12-2012 12:59 AM

Quote:

Originally Posted by craigevil (Post 4700585)
It is funny people will use a non-free proprietary plugin like Adobe Flash but will not use Google Chrome.

Quite true in a way. You probably double the non-free sin with Chrome though.

craigevil 06-12-2012 02:19 AM

Hurray for the OP and working Flash!
 
Quote:

Originally Posted by nixblog (Post 4701151)
Quite true in a way. You probably double the non-free sin with Chrome though.

To the OP glad you finally got it working! :)

Google Chrome, adobe Flash, oracle's Java 7, and to top it off using Google's DNS.
$ apt-cache policy google-chrome-stable
google-chrome-stable:
Installed: 19.0.1084.56-r140965
Candidate: 19.0.1084.56-r140965
Version table:
*** 19.0.1084.56-r140965 0
500 http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages
100 /var/lib/dpkg/status

Reminds self to go check Java, Oracle was supposed to releases fixes today.
$ java -version
java version "1.7.0_04"
Java(TM) SE Runtime Environment (build 1.7.0_04-b20)
Java HotSpot(TM) Client VM (build 23.0-b21, mixed mode)

$ cat /etc/resolv.conf
nameserver 8.8.8.8
nameserver 8.8.4.4


I also use Firefox with the same. I run Debian because it works, not because I am a Stallman/FSF zealot.

nixblog 06-12-2012 03:03 AM

Quote:

Originally Posted by craigevil (Post 4701199)
I run Debian because it works, not because I am a Stallman/FSF zealot.

Do you run FreeBSD on the quiet :)


All times are GMT -5. The time now is 07:12 AM.