Sponsored Content
Operating Systems Solaris Upgrade to Firefox 11 in OpenSolaris 11 Post 302616733 by stansaraczewski on Sunday 1st of April 2012 06:39:36 PM
Old 04-01-2012
Pls disregard. Funny thing - soon as I post a question I find the answer.

---------- Post updated at 05:39 PM ---------- Previous update was at 10:15 AM ----------

OK - looks like the flashplayer plugin is getting the best of me. I have downloaded it from Adobe, issued the pfexec command to move libflashplayer.so to my /usr/lib/firefox/plugins directory, bounced firefox but it cannot find the plugin. Not sure how close the unix version of 'ls -l' is to the linux version, but I see that user/group are slightly different from the new entry to what is existing... can that by my problem ?

-rwxr-xr-x 1 root bin 100632 Oct 20 15:52 libtotem-narrowspace-plugin.so

-rwxr-xr-x 1 stansol staff 18505572 Feb 29 20:14 libflashplayer.so

Last edited by stansaraczewski; 04-01-2012 at 01:12 PM..
 

3 More Discussions You Might Find Interesting

1. Solaris

Suspend in opensolaris

How does one enable the suspend to hard drive or ram and sleep features on a desktiop running Open Solaris? (2 Replies)
Discussion started by: FloridaBSD
2 Replies

2. Solaris

opensolaris in non UI mode

Hi, I have just installed OpenSolaris 10 on a Pentium III laptop. When I boot the machine, I get to the gdm driven login screen and upon login I can see my colorful desktop with different icons (like firefox and package manager). My machine is low on resources and it was running too slow - so... (2 Replies)
Discussion started by: badriprasad
2 Replies

3. Solaris

OpenSolaris vs Solaris

What is the difference between OpenSolaris and Solaris ? Can we get the same full functionality as Solaris on SPARC in OpenSolaris ? thanks. (3 Replies)
Discussion started by: sudhiroracle
3 Replies
Mojolicious::Command::generate::plugin(3pm)		User Contributed Perl Documentation	       Mojolicious::Command::generate::plugin(3pm)

NAME
Mojolicious::Command::generate::plugin - Plugin generator command SYNOPSIS
use Mojolicious::Command::generate::plugin; my $plugin = Mojolicious::Command::generate::plugin->new; $plugin->run(@ARGV); DESCRIPTION
Mojolicious::Command::generate::plugin generates directory structures for fully functional Mojolicious plugins. ATTRIBUTES
Mojolicious::Command::generate::plugin inherits all attributes from Mojo::Command and implements the following new ones. "description" my $description = $plugin->description; $plugin = $plugin->description('Foo!'); Short description of this command, used for the command list. "usage" my $usage = $plugin->usage; $plugin = $plugin->usage('Foo!'); Usage information for this command, used for the help screen. METHODS
Mojolicious::Command::generate::plugin inherits all methods from Mojo::Command and implements the following new ones. "run" $plugin->run(@ARGV); Run this command. SEE ALSO
Mojolicious, Mojolicious::Guides, <http://mojolicio.us>. perl v5.14.2 2012-09-05 Mojolicious::Command::generate::plugin(3pm)
All times are GMT -4. The time now is 11:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy