Nautilus show folders before files does not work in Ubuntu 18.04 LTS
I'm having a problem with Nautilus, showing an alphabetical list of files and folders. Obviously, an option to list folders first then files, is gone. I noticed listing order change after some upgrade (hard to say now, which one was that):
I was trying the solution proposed here: Nautilus: Make “Show folders before files” option persist?, with no luck. I do not notice the permission problems when starting Nautilus from the bash.
Is there any magic configuration setting to change the listing for Folders First?
18.04 nautilus
add a comment |
I'm having a problem with Nautilus, showing an alphabetical list of files and folders. Obviously, an option to list folders first then files, is gone. I noticed listing order change after some upgrade (hard to say now, which one was that):
I was trying the solution proposed here: Nautilus: Make “Show folders before files” option persist?, with no luck. I do not notice the permission problems when starting Nautilus from the bash.
Is there any magic configuration setting to change the listing for Folders First?
18.04 nautilus
add a comment |
I'm having a problem with Nautilus, showing an alphabetical list of files and folders. Obviously, an option to list folders first then files, is gone. I noticed listing order change after some upgrade (hard to say now, which one was that):
I was trying the solution proposed here: Nautilus: Make “Show folders before files” option persist?, with no luck. I do not notice the permission problems when starting Nautilus from the bash.
Is there any magic configuration setting to change the listing for Folders First?
18.04 nautilus
I'm having a problem with Nautilus, showing an alphabetical list of files and folders. Obviously, an option to list folders first then files, is gone. I noticed listing order change after some upgrade (hard to say now, which one was that):
I was trying the solution proposed here: Nautilus: Make “Show folders before files” option persist?, with no luck. I do not notice the permission problems when starting Nautilus from the bash.
Is there any magic configuration setting to change the listing for Folders First?
18.04 nautilus
18.04 nautilus
edited Aug 11 '18 at 18:57
user68186
15.5k84667
15.5k84667
asked Aug 11 '18 at 18:23
Piotr CzekalskiPiotr Czekalski
355
355
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Install Dconf Editor (sudo apt install dconf-editor
), open it and then navigate to:
org > gtk > settings > file-chooser > sort-directories-first and set it to True
Edit
As a quicker way of doing this, simple run this command in the terminal:
dconf write /org/gtk/settings/file-chooser/sort-directories-first true
This doesn't work on 18.10 sadly.
– Jan Hančič
Nov 4 '18 at 11:52
@JanHančič I have just tested this with 18.10, it's enabled by default and does work, how did you test it?
– Hugo
Nov 4 '18 at 17:43
1
Apologies, I've just tried it again and it does indeed work! I think I forgot to re-open the file browser the first time around.
– Jan Hančič
Nov 11 '18 at 13:37
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/3.0/"u003ecc by-sa 3.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%2f1064482%2fnautilus-show-folders-before-files-does-not-work-in-ubuntu-18-04-lts%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
Install Dconf Editor (sudo apt install dconf-editor
), open it and then navigate to:
org > gtk > settings > file-chooser > sort-directories-first and set it to True
Edit
As a quicker way of doing this, simple run this command in the terminal:
dconf write /org/gtk/settings/file-chooser/sort-directories-first true
This doesn't work on 18.10 sadly.
– Jan Hančič
Nov 4 '18 at 11:52
@JanHančič I have just tested this with 18.10, it's enabled by default and does work, how did you test it?
– Hugo
Nov 4 '18 at 17:43
1
Apologies, I've just tried it again and it does indeed work! I think I forgot to re-open the file browser the first time around.
– Jan Hančič
Nov 11 '18 at 13:37
add a comment |
Install Dconf Editor (sudo apt install dconf-editor
), open it and then navigate to:
org > gtk > settings > file-chooser > sort-directories-first and set it to True
Edit
As a quicker way of doing this, simple run this command in the terminal:
dconf write /org/gtk/settings/file-chooser/sort-directories-first true
This doesn't work on 18.10 sadly.
– Jan Hančič
Nov 4 '18 at 11:52
@JanHančič I have just tested this with 18.10, it's enabled by default and does work, how did you test it?
– Hugo
Nov 4 '18 at 17:43
1
Apologies, I've just tried it again and it does indeed work! I think I forgot to re-open the file browser the first time around.
– Jan Hančič
Nov 11 '18 at 13:37
add a comment |
Install Dconf Editor (sudo apt install dconf-editor
), open it and then navigate to:
org > gtk > settings > file-chooser > sort-directories-first and set it to True
Edit
As a quicker way of doing this, simple run this command in the terminal:
dconf write /org/gtk/settings/file-chooser/sort-directories-first true
Install Dconf Editor (sudo apt install dconf-editor
), open it and then navigate to:
org > gtk > settings > file-chooser > sort-directories-first and set it to True
Edit
As a quicker way of doing this, simple run this command in the terminal:
dconf write /org/gtk/settings/file-chooser/sort-directories-first true
edited Jan 16 at 17:36
answered Aug 11 '18 at 19:36
HugoHugo
661518
661518
This doesn't work on 18.10 sadly.
– Jan Hančič
Nov 4 '18 at 11:52
@JanHančič I have just tested this with 18.10, it's enabled by default and does work, how did you test it?
– Hugo
Nov 4 '18 at 17:43
1
Apologies, I've just tried it again and it does indeed work! I think I forgot to re-open the file browser the first time around.
– Jan Hančič
Nov 11 '18 at 13:37
add a comment |
This doesn't work on 18.10 sadly.
– Jan Hančič
Nov 4 '18 at 11:52
@JanHančič I have just tested this with 18.10, it's enabled by default and does work, how did you test it?
– Hugo
Nov 4 '18 at 17:43
1
Apologies, I've just tried it again and it does indeed work! I think I forgot to re-open the file browser the first time around.
– Jan Hančič
Nov 11 '18 at 13:37
This doesn't work on 18.10 sadly.
– Jan Hančič
Nov 4 '18 at 11:52
This doesn't work on 18.10 sadly.
– Jan Hančič
Nov 4 '18 at 11:52
@JanHančič I have just tested this with 18.10, it's enabled by default and does work, how did you test it?
– Hugo
Nov 4 '18 at 17:43
@JanHančič I have just tested this with 18.10, it's enabled by default and does work, how did you test it?
– Hugo
Nov 4 '18 at 17:43
1
1
Apologies, I've just tried it again and it does indeed work! I think I forgot to re-open the file browser the first time around.
– Jan Hančič
Nov 11 '18 at 13:37
Apologies, I've just tried it again and it does indeed work! I think I forgot to re-open the file browser the first time around.
– Jan Hančič
Nov 11 '18 at 13:37
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%2f1064482%2fnautilus-show-folders-before-files-does-not-work-in-ubuntu-18-04-lts%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