Files associations (MIME) in Ubuntu 18.04“The location is not a folder” error when opening filesWhere is the file used by file(1) and libmagic to determine mime types?Kubuntu 12.04 Firefox and Rekong don't know how to open downloaded filesHow does Ubuntu create “user-defined” file associations?Broken file type associations after running update-mime-databasexoj (Xournal) files handled as gzip despite presence of correct MIME typeNautilus and Nemo don't recognize python 3 filesWhich *.desktop files belong where?
Were the arches on medieval bridges large enough to permit river traffic?
What is an idiom, phrase or expression for situation such as "throw a pigeon among cats"
Why didn't Petunia know that Harry wasn't supposed to use magic out of school?
Replace long GROUP BY list with a subquery
What does 'Rocket is in self align' mean?
Is this really played by 2200+ players?
A Proposed Converse to A Theorem on Products of Limits
Bass - describe attacking one note in one or more bars
Flatten an array
How would a race of humanoids with tails design [vehicle] seats?
RX vs TX operation in Software UART
Teaching asymptotic notations at the beginning of Calculus
Find the closest enemy
Implement the 2D Hadamard Transform
What kind of mathematical disciplines would be most useful for physics?
How to get to Antarctica without using a travel company
Heat-shrink tubing available as a roll like adhesive tape?
Is there a minimal approach speed for airliners during rush hour?
Deadlock Graph - Surviving Statement inputbuf does not show the object that was locked
Is rent considered a debt?
Was Hitler exclaiming "Heil Hitler!" himself when saluting?
What is Noita downloading every time I quit the game?
Why does the likelihood function of a binomial distribution not include the combinatorics term?
I love fishing, dancing, playing, crafting, and fighting
Files associations (MIME) in Ubuntu 18.04
“The location is not a folder” error when opening filesWhere is the file used by file(1) and libmagic to determine mime types?Kubuntu 12.04 Firefox and Rekong don't know how to open downloaded filesHow does Ubuntu create “user-defined” file associations?Broken file type associations after running update-mime-databasexoj (Xournal) files handled as gzip despite presence of correct MIME typeNautilus and Nemo don't recognize python 3 filesWhich *.desktop files belong where?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I'm trying to figure out how files associations work in Ubuntu 18.04.
I looked around the web (quite a lot actually) and found these files:
- [
A]/etc/gnome/defaults.list - [
B]/usr/share/applications/defaults.list - [
C]~/.config/mimeapps.list - [
D]~/.local/share/applications/mimeapps.list
One of the most informative pages I found is ArchLinux XDG MIME Applications.
A and B have the same content on a fresh install but there isn't a symbolic link from one to the other. I understand that A is for Gnome desktop and B is the distribution override.
So my question is about the user override:
Gnome documentation says thatDis the user override
ArchLinux XDG MIME Applications says thatDis deprecatedDdoesn't exist anymore in 18.04 (I think it did in Ubuntu 16.04), onlyC
I'm then asking:
- Which one should I use between
CandD? - Bonus: What's the history of these files?
Thanks!
gnome-shell mime-type file-association
add a comment
|
I'm trying to figure out how files associations work in Ubuntu 18.04.
I looked around the web (quite a lot actually) and found these files:
- [
A]/etc/gnome/defaults.list - [
B]/usr/share/applications/defaults.list - [
C]~/.config/mimeapps.list - [
D]~/.local/share/applications/mimeapps.list
One of the most informative pages I found is ArchLinux XDG MIME Applications.
A and B have the same content on a fresh install but there isn't a symbolic link from one to the other. I understand that A is for Gnome desktop and B is the distribution override.
So my question is about the user override:
Gnome documentation says thatDis the user override
ArchLinux XDG MIME Applications says thatDis deprecatedDdoesn't exist anymore in 18.04 (I think it did in Ubuntu 16.04), onlyC
I'm then asking:
- Which one should I use between
CandD? - Bonus: What's the history of these files?
Thanks!
gnome-shell mime-type file-association
add a comment
|
I'm trying to figure out how files associations work in Ubuntu 18.04.
I looked around the web (quite a lot actually) and found these files:
- [
A]/etc/gnome/defaults.list - [
B]/usr/share/applications/defaults.list - [
C]~/.config/mimeapps.list - [
D]~/.local/share/applications/mimeapps.list
One of the most informative pages I found is ArchLinux XDG MIME Applications.
A and B have the same content on a fresh install but there isn't a symbolic link from one to the other. I understand that A is for Gnome desktop and B is the distribution override.
So my question is about the user override:
Gnome documentation says thatDis the user override
ArchLinux XDG MIME Applications says thatDis deprecatedDdoesn't exist anymore in 18.04 (I think it did in Ubuntu 16.04), onlyC
I'm then asking:
- Which one should I use between
CandD? - Bonus: What's the history of these files?
Thanks!
gnome-shell mime-type file-association
I'm trying to figure out how files associations work in Ubuntu 18.04.
I looked around the web (quite a lot actually) and found these files:
- [
A]/etc/gnome/defaults.list - [
B]/usr/share/applications/defaults.list - [
C]~/.config/mimeapps.list - [
D]~/.local/share/applications/mimeapps.list
One of the most informative pages I found is ArchLinux XDG MIME Applications.
A and B have the same content on a fresh install but there isn't a symbolic link from one to the other. I understand that A is for Gnome desktop and B is the distribution override.
So my question is about the user override:
Gnome documentation says thatDis the user override
ArchLinux XDG MIME Applications says thatDis deprecatedDdoesn't exist anymore in 18.04 (I think it did in Ubuntu 16.04), onlyC
I'm then asking:
- Which one should I use between
CandD? - Bonus: What's the history of these files?
Thanks!
gnome-shell mime-type file-association
gnome-shell mime-type file-association
asked Nov 20 '18 at 13:14
ddidierddidier
2132 silver badges8 bronze badges
2132 silver badges8 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
Not sure if your list is extensive. If however your want to look extensively for all possible list try: sudo grep --include *.list -rnw '/.' -e "extension_looking_for" This is going to take quite some time but will deliver all possible lists
correction - I meant exhaustive
– frank
May 29 at 5:10
add a comment
|
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1094520%2ffiles-associations-mime-in-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Not sure if your list is extensive. If however your want to look extensively for all possible list try: sudo grep --include *.list -rnw '/.' -e "extension_looking_for" This is going to take quite some time but will deliver all possible lists
correction - I meant exhaustive
– frank
May 29 at 5:10
add a comment
|
Not sure if your list is extensive. If however your want to look extensively for all possible list try: sudo grep --include *.list -rnw '/.' -e "extension_looking_for" This is going to take quite some time but will deliver all possible lists
correction - I meant exhaustive
– frank
May 29 at 5:10
add a comment
|
Not sure if your list is extensive. If however your want to look extensively for all possible list try: sudo grep --include *.list -rnw '/.' -e "extension_looking_for" This is going to take quite some time but will deliver all possible lists
Not sure if your list is extensive. If however your want to look extensively for all possible list try: sudo grep --include *.list -rnw '/.' -e "extension_looking_for" This is going to take quite some time but will deliver all possible lists
answered May 29 at 5:09
frankfrank
12 bronze badges
12 bronze badges
correction - I meant exhaustive
– frank
May 29 at 5:10
add a comment
|
correction - I meant exhaustive
– frank
May 29 at 5:10
correction - I meant exhaustive
– frank
May 29 at 5:10
correction - I meant exhaustive
– frank
May 29 at 5:10
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1094520%2ffiles-associations-mime-in-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown