Enable/Disable sidebar in Nautilus (aka Files)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm on Ubuntu 14.04 LTS and would like to set the Files (Nautilus) sidebar (where it shows Places, Devices, Network) to default to not being displayed.
It can be toggled on/off with F9. In preferences you can set hidden files to display or not, but there's no option to set the sidebar to not display by default.
nautilus
add a comment |
I'm on Ubuntu 14.04 LTS and would like to set the Files (Nautilus) sidebar (where it shows Places, Devices, Network) to default to not being displayed.
It can be toggled on/off with F9. In preferences you can set hidden files to display or not, but there's no option to set the sidebar to not display by default.
nautilus
add a comment |
I'm on Ubuntu 14.04 LTS and would like to set the Files (Nautilus) sidebar (where it shows Places, Devices, Network) to default to not being displayed.
It can be toggled on/off with F9. In preferences you can set hidden files to display or not, but there's no option to set the sidebar to not display by default.
nautilus
I'm on Ubuntu 14.04 LTS and would like to set the Files (Nautilus) sidebar (where it shows Places, Devices, Network) to default to not being displayed.
It can be toggled on/off with F9. In preferences you can set hidden files to display or not, but there's no option to set the sidebar to not display by default.
nautilus
nautilus
edited Aug 15 '18 at 7:35
pomsky
33.7k11105138
33.7k11105138
asked May 2 '16 at 22:21
CrazyApe84CrazyApe84
607419
607419
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Type this command:
gsettings set org.gnome.nautilus.window-state start-with-sidebar false
It will change default nautilus configuration to doesn't show the sidebar.
If you want to come back to default behavior (nautilus with sidebar) you can simply set the previous setting to true
:
gsettings set org.gnome.nautilus.window-state start-with-sidebar true
If you want more information on gsettings
command you can read the manual:
man gsettings
I hope this could help you.
add a comment |
Ubuntu 17.10 and later
Open Files and click the downward point triangle in at the right side of the Files activity in the upper left corner of the desktop to show the Files popup menu. The Files Activity is underlined by an orange line when it is clicked as shown in the below screenshot. Then from the Files menu click Sidebar. The Files sidebar is shown when there is a check mark to the left of the Sidebar item in the Files Activity popup menu.
Ubuntu 14.04-17.04
- Open Files and hover the mouse over Files in the upper left corner of the desktop to show the Files menu.
- Select View -> either Show Sidebar or Sidebar (depending on the Ubuntu version). The Files sidebar is shown when there is a check mark to the left of the Sidebar item in the Files -> View menu.
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%2f766617%2fenable-disable-sidebar-in-nautilus-aka-files%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Type this command:
gsettings set org.gnome.nautilus.window-state start-with-sidebar false
It will change default nautilus configuration to doesn't show the sidebar.
If you want to come back to default behavior (nautilus with sidebar) you can simply set the previous setting to true
:
gsettings set org.gnome.nautilus.window-state start-with-sidebar true
If you want more information on gsettings
command you can read the manual:
man gsettings
I hope this could help you.
add a comment |
Type this command:
gsettings set org.gnome.nautilus.window-state start-with-sidebar false
It will change default nautilus configuration to doesn't show the sidebar.
If you want to come back to default behavior (nautilus with sidebar) you can simply set the previous setting to true
:
gsettings set org.gnome.nautilus.window-state start-with-sidebar true
If you want more information on gsettings
command you can read the manual:
man gsettings
I hope this could help you.
add a comment |
Type this command:
gsettings set org.gnome.nautilus.window-state start-with-sidebar false
It will change default nautilus configuration to doesn't show the sidebar.
If you want to come back to default behavior (nautilus with sidebar) you can simply set the previous setting to true
:
gsettings set org.gnome.nautilus.window-state start-with-sidebar true
If you want more information on gsettings
command you can read the manual:
man gsettings
I hope this could help you.
Type this command:
gsettings set org.gnome.nautilus.window-state start-with-sidebar false
It will change default nautilus configuration to doesn't show the sidebar.
If you want to come back to default behavior (nautilus with sidebar) you can simply set the previous setting to true
:
gsettings set org.gnome.nautilus.window-state start-with-sidebar true
If you want more information on gsettings
command you can read the manual:
man gsettings
I hope this could help you.
answered May 2 '16 at 22:34
DanibixDanibix
1,45611122
1,45611122
add a comment |
add a comment |
Ubuntu 17.10 and later
Open Files and click the downward point triangle in at the right side of the Files activity in the upper left corner of the desktop to show the Files popup menu. The Files Activity is underlined by an orange line when it is clicked as shown in the below screenshot. Then from the Files menu click Sidebar. The Files sidebar is shown when there is a check mark to the left of the Sidebar item in the Files Activity popup menu.
Ubuntu 14.04-17.04
- Open Files and hover the mouse over Files in the upper left corner of the desktop to show the Files menu.
- Select View -> either Show Sidebar or Sidebar (depending on the Ubuntu version). The Files sidebar is shown when there is a check mark to the left of the Sidebar item in the Files -> View menu.
add a comment |
Ubuntu 17.10 and later
Open Files and click the downward point triangle in at the right side of the Files activity in the upper left corner of the desktop to show the Files popup menu. The Files Activity is underlined by an orange line when it is clicked as shown in the below screenshot. Then from the Files menu click Sidebar. The Files sidebar is shown when there is a check mark to the left of the Sidebar item in the Files Activity popup menu.
Ubuntu 14.04-17.04
- Open Files and hover the mouse over Files in the upper left corner of the desktop to show the Files menu.
- Select View -> either Show Sidebar or Sidebar (depending on the Ubuntu version). The Files sidebar is shown when there is a check mark to the left of the Sidebar item in the Files -> View menu.
add a comment |
Ubuntu 17.10 and later
Open Files and click the downward point triangle in at the right side of the Files activity in the upper left corner of the desktop to show the Files popup menu. The Files Activity is underlined by an orange line when it is clicked as shown in the below screenshot. Then from the Files menu click Sidebar. The Files sidebar is shown when there is a check mark to the left of the Sidebar item in the Files Activity popup menu.
Ubuntu 14.04-17.04
- Open Files and hover the mouse over Files in the upper left corner of the desktop to show the Files menu.
- Select View -> either Show Sidebar or Sidebar (depending on the Ubuntu version). The Files sidebar is shown when there is a check mark to the left of the Sidebar item in the Files -> View menu.
Ubuntu 17.10 and later
Open Files and click the downward point triangle in at the right side of the Files activity in the upper left corner of the desktop to show the Files popup menu. The Files Activity is underlined by an orange line when it is clicked as shown in the below screenshot. Then from the Files menu click Sidebar. The Files sidebar is shown when there is a check mark to the left of the Sidebar item in the Files Activity popup menu.
Ubuntu 14.04-17.04
- Open Files and hover the mouse over Files in the upper left corner of the desktop to show the Files menu.
- Select View -> either Show Sidebar or Sidebar (depending on the Ubuntu version). The Files sidebar is shown when there is a check mark to the left of the Sidebar item in the Files -> View menu.
edited Aug 15 '18 at 7:58
answered Aug 5 '18 at 7:57
karelkarel
61.1k13132155
61.1k13132155
add a comment |
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%2f766617%2fenable-disable-sidebar-in-nautilus-aka-files%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