Not able to Open Desktop Icons & Folders but able to open Files
I'm not able to open icons, folders and mounted drives on desktop but I can access files on desktop. Please help solving this in Ubuntu 18.04.01 LTS.
I'm accessing folders through favorite bar "files" and able to access inside folders on file window. But issue here accessing folders on desktop.
I don't use terminal to open folders or files.
Update: Hi, Please provide a solution to this problem.Its no response clicking desktop folders/system drives on desktop.
18.04 icons
add a comment |
I'm not able to open icons, folders and mounted drives on desktop but I can access files on desktop. Please help solving this in Ubuntu 18.04.01 LTS.
I'm accessing folders through favorite bar "files" and able to access inside folders on file window. But issue here accessing folders on desktop.
I don't use terminal to open folders or files.
Update: Hi, Please provide a solution to this problem.Its no response clicking desktop folders/system drives on desktop.
18.04 icons
what do you mean by "not able to open icon"? can't you use graphic link but you can open files with graphic option (or you use the terminal to do it)? Please edit your question to describe a little more your issue
– damadam
Aug 9 '18 at 12:35
can you provide the result ofls -l /home/<user>/Desktop
to see if your folder "Home" and "My Files" are well linked (<user>
is your username)?
– damadam
Aug 9 '18 at 14:07
total 16 drwxr-xr-x 2 uday uday 4096 Aug 7 19:28 'My Files' -rw-rw-r-- 1 uday uday 58 Aug 7 17:38 'my txt' -rw-rw-r-- 1 uday uday 6930 Aug 9 17:02 'Untitled 1.ods'
– UKIN
Aug 9 '18 at 14:14
Hello, Any Help ?
– UKIN
Aug 10 '18 at 11:36
add a comment |
I'm not able to open icons, folders and mounted drives on desktop but I can access files on desktop. Please help solving this in Ubuntu 18.04.01 LTS.
I'm accessing folders through favorite bar "files" and able to access inside folders on file window. But issue here accessing folders on desktop.
I don't use terminal to open folders or files.
Update: Hi, Please provide a solution to this problem.Its no response clicking desktop folders/system drives on desktop.
18.04 icons
I'm not able to open icons, folders and mounted drives on desktop but I can access files on desktop. Please help solving this in Ubuntu 18.04.01 LTS.
I'm accessing folders through favorite bar "files" and able to access inside folders on file window. But issue here accessing folders on desktop.
I don't use terminal to open folders or files.
Update: Hi, Please provide a solution to this problem.Its no response clicking desktop folders/system drives on desktop.
18.04 icons
18.04 icons
edited Aug 10 '18 at 14:00
UKIN
asked Aug 9 '18 at 11:36
UKINUKIN
13
13
what do you mean by "not able to open icon"? can't you use graphic link but you can open files with graphic option (or you use the terminal to do it)? Please edit your question to describe a little more your issue
– damadam
Aug 9 '18 at 12:35
can you provide the result ofls -l /home/<user>/Desktop
to see if your folder "Home" and "My Files" are well linked (<user>
is your username)?
– damadam
Aug 9 '18 at 14:07
total 16 drwxr-xr-x 2 uday uday 4096 Aug 7 19:28 'My Files' -rw-rw-r-- 1 uday uday 58 Aug 7 17:38 'my txt' -rw-rw-r-- 1 uday uday 6930 Aug 9 17:02 'Untitled 1.ods'
– UKIN
Aug 9 '18 at 14:14
Hello, Any Help ?
– UKIN
Aug 10 '18 at 11:36
add a comment |
what do you mean by "not able to open icon"? can't you use graphic link but you can open files with graphic option (or you use the terminal to do it)? Please edit your question to describe a little more your issue
– damadam
Aug 9 '18 at 12:35
can you provide the result ofls -l /home/<user>/Desktop
to see if your folder "Home" and "My Files" are well linked (<user>
is your username)?
– damadam
Aug 9 '18 at 14:07
total 16 drwxr-xr-x 2 uday uday 4096 Aug 7 19:28 'My Files' -rw-rw-r-- 1 uday uday 58 Aug 7 17:38 'my txt' -rw-rw-r-- 1 uday uday 6930 Aug 9 17:02 'Untitled 1.ods'
– UKIN
Aug 9 '18 at 14:14
Hello, Any Help ?
– UKIN
Aug 10 '18 at 11:36
what do you mean by "not able to open icon"? can't you use graphic link but you can open files with graphic option (or you use the terminal to do it)? Please edit your question to describe a little more your issue
– damadam
Aug 9 '18 at 12:35
what do you mean by "not able to open icon"? can't you use graphic link but you can open files with graphic option (or you use the terminal to do it)? Please edit your question to describe a little more your issue
– damadam
Aug 9 '18 at 12:35
can you provide the result of
ls -l /home/<user>/Desktop
to see if your folder "Home" and "My Files" are well linked (<user>
is your username)?– damadam
Aug 9 '18 at 14:07
can you provide the result of
ls -l /home/<user>/Desktop
to see if your folder "Home" and "My Files" are well linked (<user>
is your username)?– damadam
Aug 9 '18 at 14:07
total 16 drwxr-xr-x 2 uday uday 4096 Aug 7 19:28 'My Files' -rw-rw-r-- 1 uday uday 58 Aug 7 17:38 'my txt' -rw-rw-r-- 1 uday uday 6930 Aug 9 17:02 'Untitled 1.ods'
– UKIN
Aug 9 '18 at 14:14
total 16 drwxr-xr-x 2 uday uday 4096 Aug 7 19:28 'My Files' -rw-rw-r-- 1 uday uday 58 Aug 7 17:38 'my txt' -rw-rw-r-- 1 uday uday 6930 Aug 9 17:02 'Untitled 1.ods'
– UKIN
Aug 9 '18 at 14:14
Hello, Any Help ?
– UKIN
Aug 10 '18 at 11:36
Hello, Any Help ?
– UKIN
Aug 10 '18 at 11:36
add a comment |
2 Answers
2
active
oldest
votes
It sounds like the applications to view the files are working, but not the system's filesystem browser. For Gnome, which is what Ubuntu uses, its called "nautilus". If you open a terminal window (Ctrl+Alt+t) and type:
$ nautilus
It should pop up. If it doesn't that's likely broken. (There are other filesystem browsers like "thunar", "pcmanfm", "dolphin" and many more.)
You might have to:
$ sudo tasksel install ubuntu-desktop
Or
$ apt update && apt -f install gnome-session gdm3
(Google these terms and commands for more)
These should also fix a missing "mime-type" or settings file that could be causing your problem.
Scenario two is that you managed to install it with different user permissions, and your current user doesn't have permission to open those.
If this is the case, then:
$ adduser newuser
Set up a password, and log in with the new user, it might work...
Third scenario might be a corrupted disk, or bad memory or just installation from corrupted media, or an interrupted installation, or a botched update. For a botched update, try:
$ apt update && apt upgrade
If it's just the installation best is to reinstall... if it's corrupted disk or memory anything else might stop working at any time. Better check that out first, start by checking the logs:
$ less -S /var/log/syslog
Arrows to scroll, Q to exit. Google anything you don't understand.
add a comment |
I have the same problem with 18.04. I can open folders this way. click " open with other application". select "Files" and the folder opens.The folder inside opens clicking "open". Another way double click "Files" icon.click "Desktop" All files and folders will appear. click "open" selected folder. it opens.
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%2f1063813%2fnot-able-to-open-desktop-icons-folders-but-able-to-open-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
It sounds like the applications to view the files are working, but not the system's filesystem browser. For Gnome, which is what Ubuntu uses, its called "nautilus". If you open a terminal window (Ctrl+Alt+t) and type:
$ nautilus
It should pop up. If it doesn't that's likely broken. (There are other filesystem browsers like "thunar", "pcmanfm", "dolphin" and many more.)
You might have to:
$ sudo tasksel install ubuntu-desktop
Or
$ apt update && apt -f install gnome-session gdm3
(Google these terms and commands for more)
These should also fix a missing "mime-type" or settings file that could be causing your problem.
Scenario two is that you managed to install it with different user permissions, and your current user doesn't have permission to open those.
If this is the case, then:
$ adduser newuser
Set up a password, and log in with the new user, it might work...
Third scenario might be a corrupted disk, or bad memory or just installation from corrupted media, or an interrupted installation, or a botched update. For a botched update, try:
$ apt update && apt upgrade
If it's just the installation best is to reinstall... if it's corrupted disk or memory anything else might stop working at any time. Better check that out first, start by checking the logs:
$ less -S /var/log/syslog
Arrows to scroll, Q to exit. Google anything you don't understand.
add a comment |
It sounds like the applications to view the files are working, but not the system's filesystem browser. For Gnome, which is what Ubuntu uses, its called "nautilus". If you open a terminal window (Ctrl+Alt+t) and type:
$ nautilus
It should pop up. If it doesn't that's likely broken. (There are other filesystem browsers like "thunar", "pcmanfm", "dolphin" and many more.)
You might have to:
$ sudo tasksel install ubuntu-desktop
Or
$ apt update && apt -f install gnome-session gdm3
(Google these terms and commands for more)
These should also fix a missing "mime-type" or settings file that could be causing your problem.
Scenario two is that you managed to install it with different user permissions, and your current user doesn't have permission to open those.
If this is the case, then:
$ adduser newuser
Set up a password, and log in with the new user, it might work...
Third scenario might be a corrupted disk, or bad memory or just installation from corrupted media, or an interrupted installation, or a botched update. For a botched update, try:
$ apt update && apt upgrade
If it's just the installation best is to reinstall... if it's corrupted disk or memory anything else might stop working at any time. Better check that out first, start by checking the logs:
$ less -S /var/log/syslog
Arrows to scroll, Q to exit. Google anything you don't understand.
add a comment |
It sounds like the applications to view the files are working, but not the system's filesystem browser. For Gnome, which is what Ubuntu uses, its called "nautilus". If you open a terminal window (Ctrl+Alt+t) and type:
$ nautilus
It should pop up. If it doesn't that's likely broken. (There are other filesystem browsers like "thunar", "pcmanfm", "dolphin" and many more.)
You might have to:
$ sudo tasksel install ubuntu-desktop
Or
$ apt update && apt -f install gnome-session gdm3
(Google these terms and commands for more)
These should also fix a missing "mime-type" or settings file that could be causing your problem.
Scenario two is that you managed to install it with different user permissions, and your current user doesn't have permission to open those.
If this is the case, then:
$ adduser newuser
Set up a password, and log in with the new user, it might work...
Third scenario might be a corrupted disk, or bad memory or just installation from corrupted media, or an interrupted installation, or a botched update. For a botched update, try:
$ apt update && apt upgrade
If it's just the installation best is to reinstall... if it's corrupted disk or memory anything else might stop working at any time. Better check that out first, start by checking the logs:
$ less -S /var/log/syslog
Arrows to scroll, Q to exit. Google anything you don't understand.
It sounds like the applications to view the files are working, but not the system's filesystem browser. For Gnome, which is what Ubuntu uses, its called "nautilus". If you open a terminal window (Ctrl+Alt+t) and type:
$ nautilus
It should pop up. If it doesn't that's likely broken. (There are other filesystem browsers like "thunar", "pcmanfm", "dolphin" and many more.)
You might have to:
$ sudo tasksel install ubuntu-desktop
Or
$ apt update && apt -f install gnome-session gdm3
(Google these terms and commands for more)
These should also fix a missing "mime-type" or settings file that could be causing your problem.
Scenario two is that you managed to install it with different user permissions, and your current user doesn't have permission to open those.
If this is the case, then:
$ adduser newuser
Set up a password, and log in with the new user, it might work...
Third scenario might be a corrupted disk, or bad memory or just installation from corrupted media, or an interrupted installation, or a botched update. For a botched update, try:
$ apt update && apt upgrade
If it's just the installation best is to reinstall... if it's corrupted disk or memory anything else might stop working at any time. Better check that out first, start by checking the logs:
$ less -S /var/log/syslog
Arrows to scroll, Q to exit. Google anything you don't understand.
edited Aug 10 '18 at 14:13
answered Aug 10 '18 at 14:07
DagelfDagelf
27246
27246
add a comment |
add a comment |
I have the same problem with 18.04. I can open folders this way. click " open with other application". select "Files" and the folder opens.The folder inside opens clicking "open". Another way double click "Files" icon.click "Desktop" All files and folders will appear. click "open" selected folder. it opens.
add a comment |
I have the same problem with 18.04. I can open folders this way. click " open with other application". select "Files" and the folder opens.The folder inside opens clicking "open". Another way double click "Files" icon.click "Desktop" All files and folders will appear. click "open" selected folder. it opens.
add a comment |
I have the same problem with 18.04. I can open folders this way. click " open with other application". select "Files" and the folder opens.The folder inside opens clicking "open". Another way double click "Files" icon.click "Desktop" All files and folders will appear. click "open" selected folder. it opens.
I have the same problem with 18.04. I can open folders this way. click " open with other application". select "Files" and the folder opens.The folder inside opens clicking "open". Another way double click "Files" icon.click "Desktop" All files and folders will appear. click "open" selected folder. it opens.
answered Feb 8 at 18:27
Jayantilal ChauhanJayantilal Chauhan
1
1
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%2f1063813%2fnot-able-to-open-desktop-icons-folders-but-able-to-open-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
what do you mean by "not able to open icon"? can't you use graphic link but you can open files with graphic option (or you use the terminal to do it)? Please edit your question to describe a little more your issue
– damadam
Aug 9 '18 at 12:35
can you provide the result of
ls -l /home/<user>/Desktop
to see if your folder "Home" and "My Files" are well linked (<user>
is your username)?– damadam
Aug 9 '18 at 14:07
total 16 drwxr-xr-x 2 uday uday 4096 Aug 7 19:28 'My Files' -rw-rw-r-- 1 uday uday 58 Aug 7 17:38 'my txt' -rw-rw-r-- 1 uday uday 6930 Aug 9 17:02 'Untitled 1.ods'
– UKIN
Aug 9 '18 at 14:14
Hello, Any Help ?
– UKIN
Aug 10 '18 at 11:36