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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
04-03-2010, 09:30 AM
|
#16
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,590
|
Post # 12 :
""chmod: cannot access `/home/user/.gvfs': Permission denied""
No idea, if you are having a gvfs issue.
I've never had any gvfs problems. It is a mount point,
and as long as it is mounted, not even root can access ~.gvfs.
# 6 http://ubuntuforums.org/showthread.php?t=791693
.....
|
|
|
|
04-04-2010, 11:19 PM
|
#17
|
|
LQ Newbie
Registered: Mar 2010
Distribution: Arch, Ubuntu, LFS
Posts: 17
Rep:
|
Steve, don't get too caught up on the permissions thing just yet, have a look at the other suggestions I mentioned (new user, clicking around, troubleshooting more...) and let us know whats going on. NOTE: the create a new user solution would be the easiest and best 'first test'.
I only suggest those chowning commands to make sure everything is normal, if you simply do a
and you find all files 'user' and 'group' are correct then permissions should be ok and there is no need to run the chown commands.
Knudfl is correct, post #6 in his link above says it all, the .gvfs file is temporarily used by gnome, if you really wanted those chmod commands to work, you would need to either exclude that one file, or easier yet, kill X, then run those commands (if X is not running, .gvfs would not be there I believe). But again, if permissions are user:user on your files, just skip those commands for now and look at the other suggestions.
|
|
|
|
04-07-2010, 08:49 AM
|
#18
|
|
LQ Newbie
Registered: Apr 2010
Posts: 12
Original Poster
Rep:
|
Quote:
Originally Posted by steve francis
When I click on a folder under the Places menu or start File Manager, the File Manager window appears. When I then click on any file or folder to open it, File Manager just freezes.
I then have to force quit and receive the error message "File Manager not responding".
When I force quit my desktop items are missing!
|
I thought that I would report back because I have made some progress (or at least have more useful information).
The problem may possibly be a file that is in my user folder (i.e. in /home/me)
What I did to arrive at the above conclusion:
I installed Midnight Commander, a Norton Commander look-alike, so that I could easily move files around from the command line:
Code:
sudo apt-get install mc
I then pressed CTrl+Alt+F1 to get out of the gnome desktop. I logged in and, to start Midnight Commander, typed
I then created a folder called "oldgnome" and moved the following files and folders from /home/me to /home/me/oldgnome:
.ICEauthority
.Xauthority
.dmrc
.gtk-bookmarks
/.gconf
/.gconfd
/.gnome2
/.gnome2-private
/.gnupg
/.metagui
/.nautilus
/.pulse
plus a lot of PDF, SVG and TIF files that I had saved in my /home/me folder.
I pressed Alt+F7 to get back to the desktop and rebooted the computer.
Following reboot, when I clicked on 'Places', 'Home Folder' the problem seemed to have disappeared. I could access all folders without File Manager freezing.
However, when I clicked on the 'oldgnome' folder to open it, the folder opened to show the files within and the window froze so I had to force quit. (Don't forget, the files in oldgnome are the files that were originally in the /home/me folder which comes up as the default window when you start File Manager. That's why I think that my problem lies with one of these files.)
So as long as I don't click on the oldgnome folder, I am operational again.
I now need to experiment to find out what file(s) were causing the problem.
Last edited by steve francis; 04-07-2010 at 08:51 AM.
|
|
|
|
04-07-2010, 09:30 AM
|
#19
|
|
LQ Newbie
Registered: Mar 2010
Distribution: Arch, Ubuntu, LFS
Posts: 17
Rep:
|
Very interesting, and good troubleshooting steve, thats the right way to narrow it down. Now just try moving individual folders back to your /home/me and find which file/folder might be causing the problem. I would start with the config folders first, because if those are not the problem, you will at least get your old gnome look and feel back (so you don't have to redo your background/skin/look etc...). Let us know what you find.
|
|
|
|
04-08-2010, 05:36 PM
|
#20
|
|
LQ Newbie
Registered: Apr 2010
Posts: 12
Original Poster
Rep:
|
Quote:
Originally Posted by mreschke
Very interesting, and good troubleshooting steve, thats the right way to narrow it down. Now just try moving individual folders back to your /home/me and find which file/folder might be causing the problem. I would start with the config folders first, because if those are not the problem, you will at least get your old gnome look and feel back (so you don't have to redo your background/skin/look etc...). Let us know what you find.
|
I systematically put all the folders back...
...and none had any adverse effect on File Manager!
Nor did reinstating .ICEauthority, .Xauthority, .dmrc and .gtk-bookmarks
Now I have my desktop back to the way it was and File Manager seems to be working normally.
The only exception to the above is the one folder holding the PDF, SVG and TIF files that were originally in /home/me.
All the PDF files and some of the SVG files have an orange clock emblem on them even though they are under 10MB (the thumbnail threshold in Preferences).
When I click some of them, Image Viewer doesn't start up. This is a minor irritation, however.
I will carry on using File Manager to make sure that I'm not celebrating too soon.
|
|
|
|
10-06-2010, 01:35 PM
|
#21
|
|
Member
Registered: Jul 2009
Posts: 112
Rep:
|
Just Solved,
if anybody has the same problem follow the instructions on this forum, here is the link
Regards, and thanks for the help
|
|
|
|
09-19-2011, 12:43 PM
|
#22
|
|
LQ Newbie
Registered: Sep 2009
Posts: 25
Rep:
|
nautilus freezes
I am having same problem with me home freezes nautilus completely also freezes gksudo nautilus. I am running ubuntu 10.10
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:49 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|