LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-25-2011, 01:11 AM   #1
teboil12
Member
 
Registered: Jan 2011
Location: Finland
Distribution: Linux Mint 20.0
Posts: 200
Blog Entries: 2

Rep: Reputation: 19
Angry "Places" not responding


Help someone!!!

I did something (or did I???), as a result I cannot open my home folder (or any other folder) from "Places", they just do not respond. What to do??
Is this serious?

teboil
 
Old 02-25-2011, 02:33 AM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
This is a known bug with previous versions of a few packages, which I can't remember off hand. Run this following code in a terminal as your normal user:

Code:
cat /usr/share/applications/nautilus-home.desktop | perl -pe 's/Exec=nautilus --no-desktop/Exec=nautilus --no-desktop ./g;' > $HOME/.local/share/applications/nautilus-home.desktop
 
Old 02-25-2011, 03:54 AM   #3
teboil12
Member
 
Registered: Jan 2011
Location: Finland
Distribution: Linux Mint 20.0
Posts: 200

Original Poster
Blog Entries: 2

Rep: Reputation: 19
I did, to no use. Any other suggestions? Feel a bit dejected...

Last edited by colucix; 02-25-2011 at 04:23 AM. Reason: Changed colorful expression.
 
Old 02-25-2011, 03:59 AM   #4
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Try running nautilus from the command line and see if you get any errors or warnings. If you do, please post them.
 
Old 02-25-2011, 04:15 AM   #5
teboil12
Member
 
Registered: Jan 2011
Location: Finland
Distribution: Linux Mint 20.0
Posts: 200

Original Poster
Blog Entries: 2

Rep: Reputation: 19
Wrote "Nautilus" in the terminal, everything was there, could open any folder, nothing looked unusual... But still, "Places" refuses to co-operate.
 
Old 02-25-2011, 04:25 AM   #6
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Are you trying to open it from the desktop or the menu?
 
Old 02-25-2011, 04:26 AM   #7
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Post the output of the following within your home directory:

Code:
grep -i directory .local/share/applications/mimeapps.list
 
Old 02-25-2011, 05:09 AM   #8
teboil12
Member
 
Registered: Jan 2011
Location: Finland
Distribution: Linux Mint 20.0
Posts: 200

Original Poster
Blog Entries: 2

Rep: Reputation: 19
This is the outcome:

inode/directory=mount-archive.desktop;Please bear in mind that my english is not very good, so please tell me step by step what to do with it...
 
Old 02-25-2011, 05:20 AM   #9
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Ok, before we go modifying this file, can you post the output of the following?

Code:
cat .local/share/applications/mimeapps.list
 
Old 02-25-2011, 05:40 AM   #10
teboil12
Member
 
Registered: Jan 2011
Location: Finland
Distribution: Linux Mint 20.0
Posts: 200

Original Poster
Blog Entries: 2

Rep: Reputation: 19
Looks like this:

[Added Associations]
application/pgp-encrypted=nautilus-browser.desktop;
application/x-deb=ubuntu-software-center.desktop;
inode/directory=mount-archive.desktop;
teboil2@antec:~$

Any help?
 
Old 02-25-2011, 05:43 AM   #11
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Edit the file to reflect the following:

Code:
application/pgp-encrypted=nautilus-browser.desktop;
application/x-deb=ubuntu-software-center.desktop;
inode/directory=mount-archive.desktop;nautilus-folder-handler.desktop;eog.desktop;nautilus-folder-handler.desktop;vlc.desktop;kde4-kaffeine.desktop;kde4-kmplayer.desktop;gimp.desktop;wine.desktop;brasero.desktop;file-roller.desktop;
 
Old 02-25-2011, 05:46 AM   #12
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
If you need help trying to edit the file, run the following command:

Code:
gedit .local/share/applications/mimeapps.list
Then replace the contents with the above, save it, and close it out. Cheers!
 
1 members found this post helpful.
Old 02-25-2011, 06:43 AM   #13
teboil12
Member
 
Registered: Jan 2011
Location: Finland
Distribution: Linux Mint 20.0
Posts: 200

Original Poster
Blog Entries: 2

Rep: Reputation: 19
Thank you man!!!
Working again.
 
Old 02-25-2011, 06:45 AM   #14
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
No problem! Mark your thread as solved and add rep. Cheers, and good luck with everything else.

Josh
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] cannot open Places>Home Folder --- getting " error, file not found " uriri Linux - Newbie 1 01-13-2011 06:59 AM
[SOLVED] Death By 1000 Knives - Folder Missing From "Places" Menu Sumguy Linux - Newbie 5 09-09-2010 01:49 PM
The "Applications, Places, System " menu in vnc viewer is missing. lsfw07 Linux - Newbie 4 12-30-2009 02:38 AM
Missing "Applications Places Sytem" toolbar items wb7sdxgary Ubuntu 1 07-12-2008 02:01 AM
Gnomes equivalent to KDE's remote:/ and Windows "Network Places" EclipseAgent SUSE / openSUSE 2 08-03-2006 08:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration