Re: Installing flash player into user's home dir. for chromium.

2013-01-27 Thread Bob Proulx
Roland Mueller wrote:
   But chromium still asks for new version of FlashPlayer.
 
 Chrome has its own version of the Adobe Flash player.

Chrome is not Chromium.  Nor the reverse.  Chrome is the nonfree
binary from Google and it includes Flash.  But it is nonfree.
Chromium is the free parts of Chrome and therefore does not include
the nonfree Flash plugin.  But Chromium may use plugins just the same
as any other browser plugin.  And therefore the free(dom) Chromium may
make use of a nonfree Flash plugin.

For Chromium and Iceweasel and others the nonfree Flash may be
installed by installing the flashplugin-nonfree package.

Bob


signature.asc
Description: Digital signature


Re: Installing flash player into user's home dir. for chromium.

2013-01-24 Thread Roland Mueller
Hello,


2013/1/18 Patrick Bartek bartek...@yahoo.com

  From: Sthu Deus sthu.d...@gmail.com
  To: debian-user@lists.debian.org

   



   Check if the user home directory has a hidden .moziila/plugins
   directory.  This is one of several defaults that browsers search for
   plugins.  If not, add it, place the flash player plugin in it and see
   what happens.
 
  I've downloaded the .tar.gz player, finally I got:
 
  ~/.moziila/plugins/libflashplayer.so
 
  But chromium still asks for new version of FlashPlayer.
 

 This is a guess: Maybe, Chromium doesn't look there for plugins.  Perhaps 
 there is a way to tell Chromium where to look.  I don't know.  Check the user 
 manual or contact the developer directly.  I've always put plugins, 
 regardless of the browser, in /usr/lib/mozilla/plugins for 32-bit systems and 
 32-bit plugins, or /usr/lib64/mozilla/plugins for 64-bit systems and 64-bit 
 plugins.


Chrome has its own version of the Adobe Flash player. On my Fedora17
box it belongs to the google-chrome-stable package:

$ locate flash | grep \.so$   | grep -v BAK
/opt/google/chrome/PepperFlash/libpepflashplayer.so
/usr/lib/flash-plugin/libflashplayer.so
/usr/lib/kde4/kcm_adobe_flash_player.so
/usr/lib/libreoffice/program/libflashlo.so
/usr/lib/mozilla/plugins/libflashplayer.so

$ rpm -qf /opt/google/chrome/PepperFlash/libpepflashplayer.so
google-chrome-stable-24.0.1312.52-175374.i386

Regards,
Roland


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/calk2krwjq_sum9z4bjjb6gsm9t3qevzgaqik0yhecemo05l...@mail.gmail.com



Re: Installing flash player into user's home dir. for chromium.

2013-01-18 Thread Sthu Deus
Good time of the day, Patrick.


Thank You, Patrick, for Your time and answer. You wrote:

 
 
 
 
 - Original Message -
  From: Sthu Deus sthu.d...@gmail.com
  To: debian-user@lists.debian.org
  Cc: 
  Sent: Tuesday, January 15, 2013 6:24 AM
  Subject: Installing flash player into user's home dir. for chromium.
  
 G ood time of the day.
  
  
  I wonder how a user can install adobe flash player (library?) for
  chromium himself - in case the OS's one is outdated?!
  
  Currently Debian wiki tells that it can be achieved though
  update-non-free-something install - but what about users' own
  installation?!
  
  - At adobe web site said that the user has to download a tar.gz from
  the web site - then put *.so file (the biggest) into chromium
  plug-in directory. But the problem is that there is no such a dir.
  
  So, question is, Is it possible - for users to put the downloaded
  player to their homes and thus be happy - w/o a need for root to be
  involved?!
 
 
 Check if the user home directory has a hidden .moziila/plugins
 directory.  This is one of several defaults that browsers search for
 plugins.  If not, add it, place the flash player plugin in it and see
 what happens.

I've downloaded the .tar.gz player, finally I got:

~/.moziila/plugins/libflashplayer.so

But chromium still asks for new version of FlashPlayer.

 Other places that are searched are /usr/lib (or
 lib64)/mozilla/plugins, the browser's install directory which may be
 in /local or /opt instead of /usr, but they all require root access
 to copy files there.

Putting to

/usr/lib/mozilla/plugins

dose the trick whereas

/usr/local/lib/mozilla/plugins

dose not.

Do You have any ideas on local home dir - why it does not work putting
the lib there ( ~/.moziila/plugins )?


Sthu.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50f96b78.e819700a.557e.0...@mx.google.com



Re: Installing flash player into user's home dir. for chromium.

2013-01-18 Thread Sthu Deus
Good time of the day.


Thank You for Your time and answer. You wrote:

 Pure guessing from me, but I guess that this plugin directory will be 
 located in a subfolder of .local/chromium or .chromium. Maybe you can 
 also check in configuration if there is something like that.

What do You think will be the full path?! - I did make dir.s and put
there the lib:

/.config/chromium/Default/plugins

/.config/chromium/plugins

neither worked.


Sthu.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50f97718.a491980a.0eb7.0...@mx.google.com



Re: Installing flash player into user's home dir. for chromium.

2013-01-18 Thread Patrick Bartek




- Original Message -
 From: Sthu Deus sthu.d...@gmail.com
 To: debian-user@lists.debian.org
 Cc: 
 Sent: Friday, January 18, 2013 7:34 AM
 Subject: Re: Installing flash player into user's home dir. for chromium.
 
G ood time of the day, Patrick.
 
 
 Thank You, Patrick, for Your time and answer. You wrote:
 
 
  - Original Message -
   From: Sthu Deus sthu.d...@gmail.com
   To: debian-user@lists.debian.org
   Cc: 
   Sent: Tuesday, January 15, 2013 6:24 AM
   Subject: Installing flash player into user's home dir. for 
 chromium.
   
  G ood time of the day.
   
   
   I wonder how a user can install adobe flash player (library?) for
   chromium himself - in case the OS's one is outdated?!
   
   Currently Debian wiki tells that it can be achieved though
   update-non-free-something install - but what about users' own
   installation?!
   
   - At adobe web site said that the user has to download a tar.gz from
   the web site - then put *.so file (the biggest) into chromium
   plug-in directory. But the problem is that there is no such a dir.
   
   So, question is, Is it possible - for users to put the downloaded
   player to their homes and thus be happy - w/o a need for root to be
   involved?!
 
 
  Check if the user home directory has a hidden .moziila/plugins
  directory.  This is one of several defaults that browsers search for
  plugins.  If not, add it, place the flash player plugin in it and see
  what happens.
 
 I've downloaded the .tar.gz player, finally I got:
 
 ~/.moziila/plugins/libflashplayer.so
 
 But chromium still asks for new version of FlashPlayer.

  Other places that are searched are /usr/lib (or
  lib64)/mozilla/plugins, the browser's install directory which may be
  in /local or /opt instead of /usr, but they all require root access
  to copy files there.
 
 Putting to
 
 /usr/lib/mozilla/plugins
 
 dose the trick whereas
 
 /usr/local/lib/mozilla/plugins
 
 dose not.
 
 Do You have any ideas on local home dir - why it does not work putting
 the lib there ( ~/.moziila/plugins )?


This is a guess: Maybe, Chromium doesn't look there for plugins.  Perhaps there 
is a way to tell Chromium where to look.  I don't know.  Check the user manual 
or contact the developer directly.  I've always put plugins, regardless of the 
browser, in /usr/lib/mozilla/plugins for 32-bit systems and 32-bit plugins, or 
/usr/lib64/mozilla/plugins for 64-bit systems and 64-bit plugins.

Sorry I can't help more.

B


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1358532703.92836.yahoomail...@web142305.mail.bf1.yahoo.com



Installing flash player into user's home dir. for chromium.

2013-01-15 Thread Sthu Deus
Good time of the day.


I wonder how a user can install adobe flash player (library?) for
chromium himself - in case the OS's one is outdated?!

Currently Debian wiki tells that it can be achieved though
update-non-free-something install - but what about users' own
installation?!

- At adobe web site said that the user has to download a tar.gz from
the web site - then put *.so file (the biggest) into chromium plug-in directory.
But the problem is that there is no such a dir.

So, question is, Is it possible - for users to put the downloaded
player to their homes and thus be happy - w/o a need for root to be
involved?!

Thanks for Your time.


Sthu.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50f5668b.2725700a.5aed.5...@mx.google.com



Re: Installing flash player into user's home dir. for chromium.

2013-01-15 Thread Patrick Bartek




- Original Message -
 From: Sthu Deus sthu.d...@gmail.com
 To: debian-user@lists.debian.org
 Cc: 
 Sent: Tuesday, January 15, 2013 6:24 AM
 Subject: Installing flash player into user's home dir. for chromium.
 
G ood time of the day.
 
 
 I wonder how a user can install adobe flash player (library?) for
 chromium himself - in case the OS's one is outdated?!
 
 Currently Debian wiki tells that it can be achieved though
 update-non-free-something install - but what about users' own
 installation?!
 
 - At adobe web site said that the user has to download a tar.gz from
 the web site - then put *.so file (the biggest) into chromium plug-in 
 directory.
 But the problem is that there is no such a dir.
 
 So, question is, Is it possible - for users to put the downloaded
 player to their homes and thus be happy - w/o a need for root to be
 involved?!


Check if the user home directory has a hidden .moziila/plugins directory.  This 
is one of several defaults that browsers search for plugins.  If not, add it, 
place the flash player plugin in it and see what happens.

Other places that are searched are /usr/lib (or lib64)/mozilla/plugins, the 
browser's install directory which may be in /local or /opt instead of /usr, but 
they all require root access to copy files there.

B


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1358273305.61412.yahoomail...@web142301.mail.bf1.yahoo.com



Re: Installing flash player into user's home dir. for chromium.

2013-01-15 Thread berenger . morel



Le 15.01.2013 15:24, Sthu Deus a écrit :

Good time of the day.


I wonder how a user can install adobe flash player (library?) for
chromium himself - in case the OS's one is outdated?!

Currently Debian wiki tells that it can be achieved though
update-non-free-something install - but what about users' own
installation?!

- At adobe web site said that the user has to download a tar.gz from
the web site - then put *.so file (the biggest) into chromium plug-in
directory.
But the problem is that there is no such a dir.

So, question is, Is it possible - for users to put the downloaded
player to their homes and thus be happy - w/o a need for root to be
involved?!

Thanks for Your time.


Sthu.


Pure guessing from me, but I guess that this plugin directory will be 
located in a subfolder of .local/chromium or .chromium. Maybe you can 
also check in configuration if there is something like that.



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/9597c8afb0751e5424e6e4a8ba1ce...@neutralite.org