LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Mozilla manage file types (https://www.linuxquestions.org/questions/slackware-14/mozilla-manage-file-types-631123/)

RLH1919 03-27-2008 05:42 PM

Mozilla manage file types
 
I am trying to change how different file types are managed in Firefox and the controls are grayed out. I'm assuming that this is because I'm logged on with an account that doesn't have root rights to make the changes. I'm trying to add gxine to handle video files in Mozilla, how would I do that. I am running Slackware 12 and mozilla ver. 2.0.0.13

JMJ_coder 03-27-2008 06:47 PM

Hello,

It is under Edit->Preferences and then click on the Content tab. The last option in that screen is File Types; click on Manage. There you can associate a particular filetype(s) with a particular program or action.

RLH1919 03-27-2008 06:49 PM

Quote:

Originally Posted by JMJ_coder (Post 3102529)
Hello,

It is under Edit->Preferences and then click on the Content tab. The last option in that screen is File Types; click on Manage. There you can associate a particular filetype(s) with a particular program or action.

Yes that is where I'm looking. I'm trying to add a browser plugin for gxine.

JMJ_coder 03-27-2008 08:29 PM

Hello,

Quote:

Originally Posted by RLH1919 (Post 3102531)
Yes that is where I'm looking. I'm trying to add a browser plugin for gxine.

Are you trying to add a plugin or make gxine handle a filetype?

JMJ_coder 03-27-2008 08:32 PM

Hello,

If you are indeed trying to add a plugin, try this command at a terminal:

Code:

% ln -s /usr/lib/gxine/gxineplugin.so /usr/lib/mozilla/plugins/

T3slider 03-27-2008 09:36 PM

For handling MIME types (if that's what you're trying to do), try going to "about:config" in Firefox and changing plugin.disable_full_page_plugin_for_types to false (I *think* that's what I did, but I can't really remember). You may also wish to download the MIME Edit extension or something similar. Sorry if I misunderstood your post.

RLH1919 03-28-2008 03:57 PM

Quote:

Originally Posted by JMJ_coder (Post 3102602)
Hello,

If you are indeed trying to add a plugin, try this command at a terminal:

Code:

% ln -s /usr/lib/gxine/gxineplugin.so /usr/lib/mozilla/plugins/

gxine is playing the video now in the web browser firefox but the video is all green, red ,blue and funky looking. I've tried tweaking the settings in gxine like saturation settings and stuff but it still is messed up. Even if I don't view a video through firefox but just a file off my desktop it does the same thing, weird. Thanks for the link that seemed to help.

shadowsnipes 03-28-2008 10:34 PM

I would recommend the mplayer plugin over gxine any day. It gives you a plugin for just about every kind of media (wmp, real, quicktime, etc). The easiest way to install it is to simply use the slackBuilds at slackbuilds.org.

Codecs
Mplayer
mplayer-plugin

Alien Bob also has a nice script for vlc and its plugin. While I don't have any experience with that plugin, I can definitely say vlc media player is great.

With plugins like these you really don't have to worry about messing with how Firefox manages file types as that is a separate issue. If you need direction on that specifically I can point you in the right direction, though.


All times are GMT -5. The time now is 01:53 PM.