Ubuntu :: Nautilus Freezes When Accessing Certain Folder

Aug 6, 2010

Every time I try to access the .wine folder Nautilus freezes. It may have nothing to do with wine and just be something about that folder or it's contents but here's what I have figure out so far:

-it freezes when double clicking the folder in Nautilus, right clicking, selecting folder next to it then arrow over to select
-does same thing when accessed as root
-everything worked fine when booting from a live CD
-restarting Nautilus or rebooting has no affect
-when it freezes, I can not scroll, select another folder, or do anything else in Nautilus, but it does respond to clicking the close window button by displaying the force quit dialog.

View 6 Replies


ADVERTISEMENT

Ubuntu :: Nautilus Clamscan File Or Folder Scan Freezes

Aug 13, 2010

I decided to check out nautilus-clamscan, in which all it does is add an option to scan the selected file or folder for viruses in the context menu, and while it works fine for some things highlighted, for some that I've randomly tried it freezes, and won't complete scanning. using the usual method of scanning for viruses through Clamtk, it scans those files and folders just fine, so it's not those themselves that's causing the freezing.

View 8 Replies View Related

Fedora :: Want To Right Click Folder In Nautilus To Open Terminal To Folder

Feb 19, 2010

I basically am hoping for a line of bash script I can put into "Open With" for folders so I can get a terminal with the right path. I hate manually typing in paths to places when I am looking right at them in nautilus. "gnome-terminal" doesn't work - it just opens a terminal to ~.

View 3 Replies View Related

Ubuntu :: Nautilus Crash When Accessing NTFS Portition

Feb 8, 2010

I currently have 3 drives. 1 is running nothing more than Ubuntu, 2 drives are NTFS drives that I have from Windows days...I need them that way case they are big and at some point I may need to go back to windows (don't want to though).About 3 days ago I was un-raring some files on my big portition (500 G...the files were about 24 rar files with total after extract +/- 600 megs)I also had FireFox open and I was checking email....something happen and my computer become unresponsive...no mouse, no keyboard.So I flip the switch (after about 5 minutes waiting).I can start Ubuntu not a problem but as soon as i try to mount my drive that was mounted at the time of "re-boot" nautilus is crashing, my desktop is gone.I can see the file on that drive in terminal, I can view/modify some of the files...I can see and work with the files using GNOME Commander.I try testdisk, fsck, ntfsfix and I also try XP chkdsk (that one took long to run).

Now does any one know how to fix this? If i can fix this I can move some of the file to other drives and maybe format that drive to ext3.This drive also has my VMPlayer XP files so I do need that (not able to connect to Sonic Wall VPN with x64 linux so need to use XP).

View 9 Replies View Related

Ubuntu :: Accessing Home Folder On Another Drive?

Mar 13, 2011

i somehow managed to corrupt ubuntu 10.10 installed on my laptop and subsequently, i loaded a fresh version of ubuntu 10.10 on another partition. i want to access the data in the home folder of the other (previous) partition, but sudo nautilus gives me root privileges only in the current "filesystem" and not on the home folder of the other partition.

although i've been using ubuntu for some time now, but i am largely ignorant about most of the terminal commands.

View 8 Replies View Related

Ubuntu :: Moving Lots Of Files Around - Nautilus Freezes?

Jan 26, 2011

I use nautilus and its awful. The only good thing are the tabs and the bookmarks on the cons:

* it freezes now and then when moving lots of files.

* Slow to navigate while large amounts of data are moving or displaying.

* Slow presenting of files where there are a lot of them (it should only render whatever is in screen and maybe render a properly sized navigation bar. Anything else shouldnt freeze the client. Render at its once pace if at all. I dont move the scroll bar it shouldnt freeze

* It doesnt queue (meaning it moves everything at the same time instead of queueing stuff, what makes moving stuff take longer) .

View 5 Replies View Related

Ubuntu :: Accessing Lavabit's IMAP Folder With Mutt?

Jul 2, 2010

I'm having some issues accessing any folders besides INBOX on the lavabit IMAP server using mutt. I'm not sure if it's something I'm doing wrong specifically or if lavabit just has some funky folder setup and I don't know how to use it.Here's the server setup:[URL]though I don't think that'll do much good for my issue (more specifically: I can log in, send messages and read my inbox, but not use other folders).Here's my .muttrc:

Code:
#####.muttrc#####
set realname= '<REAL NAME>'

[code]....

View 1 Replies View Related

Ubuntu Networking :: Accessing Folder Within Windows Share

Feb 15, 2011

I'm trying to figure out a good way to access a folder within a Windows share from an Ubuntu 10.04 computer. I work at a school which uses a Windows network. Each class has one login and a folder for their work. All the folders are in one Windows share called //fses/class$. Each class does not have access to //fses/class$ (otherwise a student from one class would be able to access another class's folder) - they only have access to their own folder e.g. //fses/class$/3b.

When I try to access a class's folder from an Ubuntu computer I get an error that //fses/class$ cannot be accessed. I've got around it for the moment by using a teacher's credentials, but that's not ideal because then the students have access to other classes' work. I also tried using the 'mount' command e.g.
sudo mount -t smbfs -o username=3b,password=**** //fses/class$/3b /media/3b

This did work (although I know it'd be better to use cifs and a credentials file), but only a 'superuser' can do it, and it mounts the folder for all users. I could also give the students superuser permission for the mount command, but this seems like giving them more permission than should really be necessary. Is there any way for a user who is not a superuser to access the folder? I'd like to use something like this.
nautilus username=3b,password=**** smb://fses/class$/3b

View 9 Replies View Related

Ubuntu :: 2 Separate Users Accessing Network Folder On 1 Computer

Aug 8, 2010

I've just added my wife as a seperate user on my desktop and have a question about shared network folders. So /etc/fstab mounts network folders from a second computer and until today I've mounted them to /home/David/NetworkData

This of course means that when my wife logs in she won't see them since they're not mounted to her home folder. So what folder should I use and what tricks so that we both have it visible and accessible in Places from the top menu?

View 2 Replies View Related

Ubuntu Servers :: Accessing A Folder In Remote VPS Via Windows Explorer?

May 22, 2011

I would like to read and write to a folder in an Ubuntu VPS remotely via a Windows Explorer (Windows 7 Ultimate). Considering that my VPS has very little resources (128MB RAM), what program should I use?

View 2 Replies View Related

Debian :: Accessing Samba Shared Folder Through FTP

Oct 13, 2009

I got a ftp server (proftpd on debian) on machine "A" and I got a Samba Server (debian also) on machine "B" with a shared folder called "public". how do I access the shared folder via FTP?

I already tried the following command:
mount -t smbfs //machine B/public /media/public
And the following message appears:
mount: special device //machine B/public does not exist

But the folder public is already shared cUz I can access it using Windows XP.

View 1 Replies View Related

Server :: Restrict FTP Users From Accessing 1 Folder Only

Jul 1, 2010

I'd like to restricting my ftp users to access 1 particular folder.

we have a root folder called /home everyone has aces to that so they can operate.

but then there is /home/config how can i restrict certain users from access /config folder, since this is containing sensitive files I would like for no one else but my self to be able to access it.

View 3 Replies View Related

OpenSUSE :: GNOME3 Properties Dialogue Freezes Nautilus

Apr 26, 2011

Ever since I moved to GNOME3 and every time I mouse right click and select "Properties" in Nautilus, there is no response. In fact it only freezes the browser and I have to force to kill it.

View 6 Replies View Related

Red Hat / Fedora :: Give All Set Of Permissions To An User For Accessing A Folder?

Nov 27, 2010

I am new user for redhat linux.I tried to install oracle 10g on rhel 5 using vmware.every time i am getting an error message permission denied

[oracle2 localhost tmp]$ cd database_10201/
[oracle2 localhost database_10201]$ ls
doc install response runInstaller stage welcome.html
[oracle2 localhost database_10201]$ sh r
response/ runInstaller
[oracle2 localhost database_10201]$ sh runInstaller
runInstaller: line 54: /tmp/database_10201/install/.oui: Permission denied

how to give all set of permissions to an user for accessing a folder..

View 1 Replies View Related

Debian Multimedia :: Using Basic Functions Freezes Nautilus And Desktop

Jul 10, 2015

By pressing 'properties' on a folder it freezes and I have to do killall nautilus && nautilus to get it working again. I have found no fix when googling (saying some packages that isn't installed is the problem).

It just takes a really long time to load based on the CPU usage.

View 10 Replies View Related

Ubuntu :: Nautilus : Location Is Not A Folder?

May 18, 2010

Nautilus : Location is not a folder

View 1 Replies View Related

Ubuntu :: New Folder Button In Nautilus?

Sep 22, 2010

I am mighty annoyed that I have to dive into the file menue to create a new folder.So I googled and found something that supposedly fixes it.:

[URL]

So I tried that, for starters I only added the line

<toolitem name="Cut" action="Cut"/>

and saved nautilus-navigation-window-ui.xml again. However this has NO effect.

View 1 Replies View Related

Ubuntu :: Possible Nautilus Bug With Shared Folder?

Oct 24, 2010

I've just discovered something I've not noticed before in earlier releases. I have samba installed but like to go the easy way when setting up smb shares by right-clicking on a folder and selecting 'Sharing Options' (That, by the way, sets up the configuration for the share in /var/lib/samba/usershares rather than in /etc/samba/smb.conf.)

Trying to get my Mac to be able to access the share, I was trying different modifications to the share with right-click > Sharing Options > Modify Share. Each time I did so, this caused Nautilus to restart - that is, the whole desktop blanked out to just the wallpaper and then my icons slowly reappeared. Worse, a file copy was interrupted. And much worse, a lengthy video encoding using OpenShot was interrupted. Both the latter irretrievably.This is unfortunate behaviour. Has anyone else seen it? Can anyone else confirm this? I couldn't find anything on Launchpad.

View 8 Replies View Related

Ubuntu :: Nautilus Can't Access Home Folder

Jan 3, 2010

I can't access the home folder. sudo nautilus in Terminal returned this message:

Quote:

'net usershare' returned error 255: net usershare: cannot open usershare directory /var/lib/samba/usershares. Error Permission denied.
You do not have permission to create a usershare. Ask your administrator to grant you permissions to create a share.Or something to that effect. When Nautilus opened, the screen showed a generic root folder and the only icon was Desktop. Some research led me to install Samba, which reduced the error message.

View 8 Replies View Related

Ubuntu :: Can't Navigate To Parent Folder In Nautilus?

Feb 5, 2010

I used to be able to open any folder in Nautilus and from there navigate to the parent folder. There was this arrow pointing up that had this function but I don't have the option any more.

View 9 Replies View Related

Ubuntu :: Home Folder Not Opening - Nautilus - UID?

Nov 29, 2010

I am helping a friend with his ubuntu PC, and I reinstalled to go from 8.04 to 10.10. In the process I had reconfigured his home directory to be a separate partition, it all worked ok. Although I did have to do the new install as a new username etc as I think is usual in such cases. I am not *convinced* I sorted all ownerships and permissions out. after the new install, I did change ownership of /home/oldusername contents using chown, which seemed to work ok. I do note that for the old username in the original 8.04 installation the uid was 1000, but the same username in the new installation is 1001

the problem is that nautilus does not start from Places > Home folder all that is seen is a waiting circle, which soon stops. But nautilus *does* start from a user terminal with just nautilus

View 7 Replies View Related

Ubuntu :: 10.10 - (Nautilus) Home Folder Access?

Mar 18, 2011

I think something is wrong with Nautilus... I have Ubuntu 10.10, and everytime I click on Places on the top bar, and then one of my home folders it opens up a terminal, for every folder. The only way I can access my home folders and such is to open a terminal and type nautilus, I have tried everything, what is going on??

View 3 Replies View Related

Ubuntu :: Error From Nautilus That Home Folder Is Full?

Feb 19, 2010

I just got an error from Nautilus that my /home folder is full. On the partition there is still ~15 GB free.Here's my output for df -H

Code:
vlad@vlad-laptop:~$ df -H
Filesystem Size Used Avail Use% Mounted on

[code]....

View 5 Replies View Related

Ubuntu :: Nautilus Could Not Create The Required Folder - Error

Jul 15, 2010

Im having this error when im trying to edit my root directories...

View 9 Replies View Related

Ubuntu :: Nautilus Folder Icons And Emblems Not Being Remembered?

Sep 15, 2010

I've recently acquire a new HDD and I've decided to use it for multimedia files.
So I've edited my fstab so it mounts this disk at startup.

What's more important, I've bind the folders in that disk (i.e. media/theDisk/Music) to a folder in my home directory (i.e. /home/me/Music) so I can have all the folder mounted at home (Mount the disk in /home/user is not possible because Nautilus start to whim about not being able to set some files in .nautilus or something, I believe its because it does not know which disk to save to or something like that)

So everything works fine, except for folder icons. When I open the home directory, all folders in the disk are shown with the Desktop default icon. Even if I change them (whether from home or from the mounted disk) the next time I open the home directory they are shown with the Desktop icon. Emblems are lost too.

View 4 Replies View Related

Ubuntu :: System To Revert To Nautilus For Select A Folder?

Dec 31, 2010

Every time I go to Places and select a folder, it displays in Firefox. How do I get my system to revert to Nautilus for this activity.

View 5 Replies View Related

Ubuntu :: Not All Windows Folder Showing Up In Nautilus / List Them?

Mar 10, 2011

I have a shared windows folder mapped with nautilus. I can connect just fine, but it's strange... it doesn't list all the folders. The permissions are fine and if I "refresh" the view, sometimes the folders show, sometimes not. Any ideas?

View 4 Replies View Related

Ubuntu :: Open Folder Opening Terminal Instead Of Nautilus

Apr 29, 2011

I just upgraded from Maverick 10.10 to 11.04 64-bit and I have the following problem: every program that provides an "open file or folder" function such as synapse -> open folder, firefox downloads open folder, deluge open, instead of opening nautilus in the desired folder (default behavior of 10.10), it just opens a gnome-terminal.

View 7 Replies View Related

Ubuntu :: Camera In Nautilus And Drag Them To A Folder From The Card?

Nov 28, 2010

I've looked all over the internet for an answer to this problem. Maybe I am the only one experiencing it. I am running ubuntu 10.10 and have problems getting pictures from my camera using any photo program (f-spot, picasa, etc). When I plug in the camera, it shows up in "Places" and under "Computer", it even brings up f-spot or whatever I have set to open under media handling in the nautilus preferences, however, when f-spot or picasa open, the camera is listed, but there are no pictures detected. I have removed and re-installed f-spot and picasa with the same results. I believe I even removed the config files for them before re-installing them.

I can open the camera in nautilus and drag them to a folder from the card. If I remove the card from the camera and use a card reader I can import the photos using fspot, picasa or any other photo program. I just cant figure out why f-spot or picasa cant get them from the camera as they have in past verisons. This is not limited to one camera, it happens with a canon and a Nikon. I hope thats not too much info and is not too confusing. The camera(s) show up in lsusb.

View 2 Replies View Related

Fedora :: How To Create New Folder In Nautilus

Oct 18, 2010

In re of Fedora 13. I'm having trouble trying to figure out how to create a new folder with nautilus. Yes - I know about doing a right click in the background of the window to use the pop up menu to create a folder. BUT - ALAS - When the folder is full of files, there is no blank background space to click in so I cannot get the pop up menu to appear. Hence, I cannot create a new folder. Seems to me that the constant tinkering with Nautilus is leaving essential features missing or totally not-obvious to locate. Argh!!! Since the main menus are also missing (as compared to prior Fedora releases), I seem to be left with little choice other than to open a terminal window and do a mkdir command.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved