Change default application for opening files in Firefox

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












how can i reset this setting



How can I reset this setting for opening file to default or to unspecified?



This problem affects both firefox and firefox-trunc installed in Ubuntu.



UPDATE: append screenshots
1) Can't choose other Helpers apps but shown on
2) in Mozilla->Prefs->Applications i'dont see any app for bin but the default program for openning is libreoffice
enter image description here



enter image description here







share|improve this question


















  • 1




    can you select "ask" from the dropdown and then check the "do this automagically" box?
    – Joshua Besneatte
    May 28 at 15:36














up vote
0
down vote

favorite












how can i reset this setting



How can I reset this setting for opening file to default or to unspecified?



This problem affects both firefox and firefox-trunc installed in Ubuntu.



UPDATE: append screenshots
1) Can't choose other Helpers apps but shown on
2) in Mozilla->Prefs->Applications i'dont see any app for bin but the default program for openning is libreoffice
enter image description here



enter image description here







share|improve this question


















  • 1




    can you select "ask" from the dropdown and then check the "do this automagically" box?
    – Joshua Besneatte
    May 28 at 15:36












up vote
0
down vote

favorite









up vote
0
down vote

favorite











how can i reset this setting



How can I reset this setting for opening file to default or to unspecified?



This problem affects both firefox and firefox-trunc installed in Ubuntu.



UPDATE: append screenshots
1) Can't choose other Helpers apps but shown on
2) in Mozilla->Prefs->Applications i'dont see any app for bin but the default program for openning is libreoffice
enter image description here



enter image description here







share|improve this question














how can i reset this setting



How can I reset this setting for opening file to default or to unspecified?



This problem affects both firefox and firefox-trunc installed in Ubuntu.



UPDATE: append screenshots
1) Can't choose other Helpers apps but shown on
2) in Mozilla->Prefs->Applications i'dont see any app for bin but the default program for openning is libreoffice
enter image description here



enter image description here









share|improve this question













share|improve this question




share|improve this question








edited May 29 at 10:00

























asked May 28 at 15:31









Yurij

628




628







  • 1




    can you select "ask" from the dropdown and then check the "do this automagically" box?
    – Joshua Besneatte
    May 28 at 15:36












  • 1




    can you select "ask" from the dropdown and then check the "do this automagically" box?
    – Joshua Besneatte
    May 28 at 15:36







1




1




can you select "ask" from the dropdown and then check the "do this automagically" box?
– Joshua Besneatte
May 28 at 15:36




can you select "ask" from the dropdown and then check the "do this automagically" box?
– Joshua Besneatte
May 28 at 15:36










1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










Option One - Via Firefox



In Firefox -> Preferences -> General -> Applications:



You can set "bin" to be "always ask"



Firefox Preferences



Option Two - Nuke Your MimeTypes File



This will reset all of your file associations.



rm ~/.mozilla/firefox/(unique id).default/mimeTypes.rdf


You will need to replace (unique id) with whatever yours is named.



Option Three - Edit Your MimeTypes File



nano ~/.mozilla/firefox/(unique id).default/mimeTypes.rdf


Look for the part about "bin" and you can change it to something like this:



 <RDF:Description RDF:about="urn:scheme:bin"
NC:alwaysAsk="true">
<NC:handlerProp RDF:resource="urn:scheme:handler:bin"/>
</RDF:Description>


Notice the "alwaysAsk=true" part... this is what will need to be changed in your file






share|improve this answer


















  • 1




    as advised by kb.mozillazine i deleted rm -rf mimeTypes.rdf and then choose new app handler for archives as archive manager. and from now i 'm having "archive manager" just like libreoffice it cover all unknown types as default down-loader. In short words problem persist the Firefox does not ask for unknown types, but substitute a selected
    – Yurij
    May 29 at 10:38











  • I added your solution to my answer. thanks!
    – Joshua Besneatte
    May 29 at 21:25










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1041238%2fchange-default-application-for-opening-files-in-firefox%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
2
down vote



accepted










Option One - Via Firefox



In Firefox -> Preferences -> General -> Applications:



You can set "bin" to be "always ask"



Firefox Preferences



Option Two - Nuke Your MimeTypes File



This will reset all of your file associations.



rm ~/.mozilla/firefox/(unique id).default/mimeTypes.rdf


You will need to replace (unique id) with whatever yours is named.



Option Three - Edit Your MimeTypes File



nano ~/.mozilla/firefox/(unique id).default/mimeTypes.rdf


Look for the part about "bin" and you can change it to something like this:



 <RDF:Description RDF:about="urn:scheme:bin"
NC:alwaysAsk="true">
<NC:handlerProp RDF:resource="urn:scheme:handler:bin"/>
</RDF:Description>


Notice the "alwaysAsk=true" part... this is what will need to be changed in your file






share|improve this answer


















  • 1




    as advised by kb.mozillazine i deleted rm -rf mimeTypes.rdf and then choose new app handler for archives as archive manager. and from now i 'm having "archive manager" just like libreoffice it cover all unknown types as default down-loader. In short words problem persist the Firefox does not ask for unknown types, but substitute a selected
    – Yurij
    May 29 at 10:38











  • I added your solution to my answer. thanks!
    – Joshua Besneatte
    May 29 at 21:25














up vote
2
down vote



accepted










Option One - Via Firefox



In Firefox -> Preferences -> General -> Applications:



You can set "bin" to be "always ask"



Firefox Preferences



Option Two - Nuke Your MimeTypes File



This will reset all of your file associations.



rm ~/.mozilla/firefox/(unique id).default/mimeTypes.rdf


You will need to replace (unique id) with whatever yours is named.



Option Three - Edit Your MimeTypes File



nano ~/.mozilla/firefox/(unique id).default/mimeTypes.rdf


Look for the part about "bin" and you can change it to something like this:



 <RDF:Description RDF:about="urn:scheme:bin"
NC:alwaysAsk="true">
<NC:handlerProp RDF:resource="urn:scheme:handler:bin"/>
</RDF:Description>


Notice the "alwaysAsk=true" part... this is what will need to be changed in your file






share|improve this answer


















  • 1




    as advised by kb.mozillazine i deleted rm -rf mimeTypes.rdf and then choose new app handler for archives as archive manager. and from now i 'm having "archive manager" just like libreoffice it cover all unknown types as default down-loader. In short words problem persist the Firefox does not ask for unknown types, but substitute a selected
    – Yurij
    May 29 at 10:38











  • I added your solution to my answer. thanks!
    – Joshua Besneatte
    May 29 at 21:25












up vote
2
down vote



accepted







up vote
2
down vote



accepted






Option One - Via Firefox



In Firefox -> Preferences -> General -> Applications:



You can set "bin" to be "always ask"



Firefox Preferences



Option Two - Nuke Your MimeTypes File



This will reset all of your file associations.



rm ~/.mozilla/firefox/(unique id).default/mimeTypes.rdf


You will need to replace (unique id) with whatever yours is named.



Option Three - Edit Your MimeTypes File



nano ~/.mozilla/firefox/(unique id).default/mimeTypes.rdf


Look for the part about "bin" and you can change it to something like this:



 <RDF:Description RDF:about="urn:scheme:bin"
NC:alwaysAsk="true">
<NC:handlerProp RDF:resource="urn:scheme:handler:bin"/>
</RDF:Description>


Notice the "alwaysAsk=true" part... this is what will need to be changed in your file






share|improve this answer














Option One - Via Firefox



In Firefox -> Preferences -> General -> Applications:



You can set "bin" to be "always ask"



Firefox Preferences



Option Two - Nuke Your MimeTypes File



This will reset all of your file associations.



rm ~/.mozilla/firefox/(unique id).default/mimeTypes.rdf


You will need to replace (unique id) with whatever yours is named.



Option Three - Edit Your MimeTypes File



nano ~/.mozilla/firefox/(unique id).default/mimeTypes.rdf


Look for the part about "bin" and you can change it to something like this:



 <RDF:Description RDF:about="urn:scheme:bin"
NC:alwaysAsk="true">
<NC:handlerProp RDF:resource="urn:scheme:handler:bin"/>
</RDF:Description>


Notice the "alwaysAsk=true" part... this is what will need to be changed in your file







share|improve this answer














share|improve this answer



share|improve this answer








edited May 29 at 21:24

























answered May 28 at 15:45









Joshua Besneatte

1,453518




1,453518







  • 1




    as advised by kb.mozillazine i deleted rm -rf mimeTypes.rdf and then choose new app handler for archives as archive manager. and from now i 'm having "archive manager" just like libreoffice it cover all unknown types as default down-loader. In short words problem persist the Firefox does not ask for unknown types, but substitute a selected
    – Yurij
    May 29 at 10:38











  • I added your solution to my answer. thanks!
    – Joshua Besneatte
    May 29 at 21:25












  • 1




    as advised by kb.mozillazine i deleted rm -rf mimeTypes.rdf and then choose new app handler for archives as archive manager. and from now i 'm having "archive manager" just like libreoffice it cover all unknown types as default down-loader. In short words problem persist the Firefox does not ask for unknown types, but substitute a selected
    – Yurij
    May 29 at 10:38











  • I added your solution to my answer. thanks!
    – Joshua Besneatte
    May 29 at 21:25







1




1




as advised by kb.mozillazine i deleted rm -rf mimeTypes.rdf and then choose new app handler for archives as archive manager. and from now i 'm having "archive manager" just like libreoffice it cover all unknown types as default down-loader. In short words problem persist the Firefox does not ask for unknown types, but substitute a selected
– Yurij
May 29 at 10:38





as advised by kb.mozillazine i deleted rm -rf mimeTypes.rdf and then choose new app handler for archives as archive manager. and from now i 'm having "archive manager" just like libreoffice it cover all unknown types as default down-loader. In short words problem persist the Firefox does not ask for unknown types, but substitute a selected
– Yurij
May 29 at 10:38













I added your solution to my answer. thanks!
– Joshua Besneatte
May 29 at 21:25




I added your solution to my answer. thanks!
– Joshua Besneatte
May 29 at 21:25












 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1041238%2fchange-default-application-for-opening-files-in-firefox%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Which professions warranted travel in Medieval times?

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error