(Ubuntu 18.04) Music vanished from Nautilus 'Places' left sidebar, config file edit no help
The entry for the Music folder in my Home directory moved down below "+ Other Locations" in my places panel in Nautilus. When I tried to access it, I got an "OOPS" error message, "Unable to find the requested file. Please try again.". I edited my ~/.config/user-dirs.dirs
file and found that the Music folder entry was incomplete. Despite repeatedly editing the file, following a reboot or logoff, the file reverts to the incorrect setting. I manually deleted the non-working "Music" link at the bottom of the sidebar, thinking there might be some duplicate entry that was causing a conflict, but this didn't fix the issue either. Below is the file with the incomplete entry:
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
As you can see, the location for the "Music" folder is missing. More than 7 times, I've edited the file as follows:
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
The edited entry appears in Nautilus after the edit, but when I try to navigate to the Music folder from the sidebar, I get the "Oops! Something went wrong." message. After a reboot or logoff, the Music folder is gone every time. I've looked at the /etc/xdg/user-dirs.conf
and /etc/xdg/user-dirs.defaults files
, and both appear to be normal. Here is the output from /etc/xdg/user-dirs.defaults
:
DESKTOP=Desktop
DOWNLOAD=Downloads
TEMPLATES=Templates
PUBLICSHARE=Public
DOCUMENTS=Documents
MUSIC=Music
PICTURES=Pictures
VIDEOS=Videos
nautilus configuration
New contributor
add a comment |
The entry for the Music folder in my Home directory moved down below "+ Other Locations" in my places panel in Nautilus. When I tried to access it, I got an "OOPS" error message, "Unable to find the requested file. Please try again.". I edited my ~/.config/user-dirs.dirs
file and found that the Music folder entry was incomplete. Despite repeatedly editing the file, following a reboot or logoff, the file reverts to the incorrect setting. I manually deleted the non-working "Music" link at the bottom of the sidebar, thinking there might be some duplicate entry that was causing a conflict, but this didn't fix the issue either. Below is the file with the incomplete entry:
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
As you can see, the location for the "Music" folder is missing. More than 7 times, I've edited the file as follows:
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
The edited entry appears in Nautilus after the edit, but when I try to navigate to the Music folder from the sidebar, I get the "Oops! Something went wrong." message. After a reboot or logoff, the Music folder is gone every time. I've looked at the /etc/xdg/user-dirs.conf
and /etc/xdg/user-dirs.defaults files
, and both appear to be normal. Here is the output from /etc/xdg/user-dirs.defaults
:
DESKTOP=Desktop
DOWNLOAD=Downloads
TEMPLATES=Templates
PUBLICSHARE=Public
DOCUMENTS=Documents
MUSIC=Music
PICTURES=Pictures
VIDEOS=Videos
nautilus configuration
New contributor
add a comment |
The entry for the Music folder in my Home directory moved down below "+ Other Locations" in my places panel in Nautilus. When I tried to access it, I got an "OOPS" error message, "Unable to find the requested file. Please try again.". I edited my ~/.config/user-dirs.dirs
file and found that the Music folder entry was incomplete. Despite repeatedly editing the file, following a reboot or logoff, the file reverts to the incorrect setting. I manually deleted the non-working "Music" link at the bottom of the sidebar, thinking there might be some duplicate entry that was causing a conflict, but this didn't fix the issue either. Below is the file with the incomplete entry:
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
As you can see, the location for the "Music" folder is missing. More than 7 times, I've edited the file as follows:
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
The edited entry appears in Nautilus after the edit, but when I try to navigate to the Music folder from the sidebar, I get the "Oops! Something went wrong." message. After a reboot or logoff, the Music folder is gone every time. I've looked at the /etc/xdg/user-dirs.conf
and /etc/xdg/user-dirs.defaults files
, and both appear to be normal. Here is the output from /etc/xdg/user-dirs.defaults
:
DESKTOP=Desktop
DOWNLOAD=Downloads
TEMPLATES=Templates
PUBLICSHARE=Public
DOCUMENTS=Documents
MUSIC=Music
PICTURES=Pictures
VIDEOS=Videos
nautilus configuration
New contributor
The entry for the Music folder in my Home directory moved down below "+ Other Locations" in my places panel in Nautilus. When I tried to access it, I got an "OOPS" error message, "Unable to find the requested file. Please try again.". I edited my ~/.config/user-dirs.dirs
file and found that the Music folder entry was incomplete. Despite repeatedly editing the file, following a reboot or logoff, the file reverts to the incorrect setting. I manually deleted the non-working "Music" link at the bottom of the sidebar, thinking there might be some duplicate entry that was causing a conflict, but this didn't fix the issue either. Below is the file with the incomplete entry:
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
As you can see, the location for the "Music" folder is missing. More than 7 times, I've edited the file as follows:
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
The edited entry appears in Nautilus after the edit, but when I try to navigate to the Music folder from the sidebar, I get the "Oops! Something went wrong." message. After a reboot or logoff, the Music folder is gone every time. I've looked at the /etc/xdg/user-dirs.conf
and /etc/xdg/user-dirs.defaults files
, and both appear to be normal. Here is the output from /etc/xdg/user-dirs.defaults
:
DESKTOP=Desktop
DOWNLOAD=Downloads
TEMPLATES=Templates
PUBLICSHARE=Public
DOCUMENTS=Documents
MUSIC=Music
PICTURES=Pictures
VIDEOS=Videos
nautilus configuration
nautilus configuration
New contributor
New contributor
edited Dec 26 at 10:36
mature
1,659422
1,659422
New contributor
asked Dec 26 at 7:06
Musa Ibraheem
11
11
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
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
});
}
});
Musa Ibraheem is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1104576%2fubuntu-18-04-music-vanished-from-nautilus-places-left-sidebar-config-file-e%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Musa Ibraheem is a new contributor. Be nice, and check out our Code of Conduct.
Musa Ibraheem is a new contributor. Be nice, and check out our Code of Conduct.
Musa Ibraheem is a new contributor. Be nice, and check out our Code of Conduct.
Musa Ibraheem is a new contributor. Be nice, and check out our Code of Conduct.
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1104576%2fubuntu-18-04-music-vanished-from-nautilus-places-left-sidebar-config-file-e%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