General :: Nautilus Does Not Show A Folder/directory?
Apr 1, 2010
Yesterday after downloading a file I tried to find it on the desktop where downloaded files are saved. It does not appear in nautilus but when I look for it from command line it appears to be there. I simply do 'ls' for this and that means its not hidden.Googled it for an hour to find a suitable answer but most of the posts focus on removing the in front of file name which is not the case here.
View 13 Replies
ADVERTISEMENT
Mar 30, 2010
In my Fedora 12 nautilus don't show my home folder, but if i do a ls works fine, but ls -la crash.
View 4 Replies
View Related
Mar 3, 2010
When I open Nautilus v2.16.2 in CentOS 5.4 then I miss at the left side a tree view of the whole directory tree.
Only a list of all files in the current directory is visible.
How can I enable/show ?
View 1 Replies
View Related
Jul 2, 2010
Is there a way to recreate all the folders from one directory to another without copying over the contents of the folder? I've been trying to do something like this,
Code:for i in `ls $X`; do mkdir $PATH/$i; doneUnfortunately $i is deliminated by whitespaces in the filenames and not the actual folders.
$X contains only other folders so I dont have to worry about regular files but any kind of more "advanced" solution would work.
View 1 Replies
View Related
Jul 15, 2011
I have been setting up my laptop as a dual boot with Win7 (yuckkk!) and Ubunutu 11.04. My HP Pavilion dm4 came with 4 primary partitions used by Windows! (Again, yuckkk!) I got rid of Windows_recover partition (I don't remember the exact name) converted that primary partition to an extended partition and then installed Ubuntu in virtual partitions. All that works.What I don't like is that the partition HP_TOOLS shows up in Nautilus, and if you click on it, it self-mounts and makes that partition accessible.
View 8 Replies
View Related
Dec 4, 2010
Currently if I have folder "/abc/def/ghz" open on Nautilus and I want to run a terminal command on that folder I have to manually open the terminal and go to that folder.I'd like to know if there is a way to have a button or a short cut that'd allow me to open the terminal right in the desired folder.Something like pressing CTRL ALT and have the terminal popup in the the current folder.
View 1 Replies
View Related
Feb 20, 2011
I changed some settings to see what will happen ( specifically to login with having to type my password) and now I can log in without a password. The problem is that I think that my password is still required, but now I can't use my laptop. Here is what happens log in (it doesn't ask for a password), then I get the error that it can't update ICEauthority, then I get the error "There is a problem with the configuration server./usr/lib/libconf2-4/gconf-sanity-check-2 exited with status 256)I also get the error that Nautilus can't create my Desktop folder and .nautilus folder.The problem is that I do not have another account, as in no root account. Each time I had to do administrative tasks ,like install software, etc, i used the cli with sudo and the command. If I wanted to do a few commands, I usually entered sudo -i
View 2 Replies
View Related
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
Oct 21, 2010
My folder have some files and I want to show the number of files on folder at "Total file on folder: " Ex: Monday folder have six files and it will show "Total file on folder : 6" when I run a script. This is my code :
#!/bin/sh
if [ -d /home/kenzo/Monday/ ] && {
echo "Monday"
ls -l /home/kenzo/Monday/
[code].....
View 2 Replies
View Related
Sep 29, 2010
I know these folders each have >80gb of files. Yet, they only show 4.0K in ls -lah? How can I have ls show size including the contents?
[root@aapsan01 aapxen01]# ls -lah
total 48K
drwxrwxrwx 6 root root 4.0K Sep 29 03:45 .
drwxrwxrwx 15 root root 4.0K Sep 27 09:15 ..
[Code]....
View 4 Replies
View Related
Aug 8, 2011
Whenever I go inside a directory in Linux, it shows the file path at prompt like:
root@vivek-HP-Pavilion-dv6-Notebook-PC:/var/www/abc/def/
How can I change it to show short names instead?
View 1 Replies
View Related
Jul 13, 2011
I have many folders with many subfolders. All I want it to get the folder name and the first subfolder. I tried using ls -R but this give me more than I want it. Let say I have:
dir1/subdir1/sub_1_1/file.a
dir1/subdir1/sub_1_1/file.a2
dir1/subdir1/sub_1_1/file.a3
[code]....
All I want when I execute the command is to show me:
dir1/subdir1
dir1/subdir1
dir1/subdir2
[code]....
View 4 Replies
View Related
Feb 2, 2011
can i use one samba share with a folder showing the contents of another directory.shortcuts don't work on non ubuntu systems and it won't resolve links to files no on the share
View 5 Replies
View Related
Feb 15, 2011
this is gonna be changed to another thread
View 1 Replies
View Related
Apr 11, 2011
In Windows Explorer, if a file is focused, press Menu Key on keyboard, context menu will show on top of the file. But in Nautilus, the same action shows context menu where the mouse cursor is. That's a bit annoying. Is there anyway to make it work like Windows?
View 1 Replies
View Related
Aug 19, 2010
I am new both here and in Linux. As the subject says, I would like to learn how to copy a directory (not a file) from terminal with progress bar showing. The copy is local, i.e., not to another computer. My distro is CentOS 5.5. I know that if I do it with nautilus I would see the progress, but I want to learn how to do it from the terminal. I know that PV command can show a progress bar, but from what I saw, it works well for files, but not for directories (recursive).
Is it possible to use PV for directories? If yes, could you please show me the syntax? I also saw that some people mentioned that rsync can also show a progress bar, I tried to do it, but it didn't work out - perhaps I got the syntax wrong. If rsync can really be used to copy directories with progress bar, show me the syntax? Any other ideas on how to do it? I would like ideas that do not involve using any script, i.e., just something that I can do using the regular commands.
View 6 Replies
View Related
Oct 15, 2010
I would like to modify Bash Prompt so it does not show the whole $PATH but just the current and parent directory. I am using Ubuntu.
View 3 Replies
View Related
Feb 21, 2011
How i should add a directory/folder in the iso image of linux(redhat) cd and keep the image/cd in bootable state.
I have tried the same but after adding the directory say "Extras", i am facing the following error...
Quote:
View 5 Replies
View Related
Sep 18, 2010
I cannot change directory to a more than three folder tree destination folder from ~ in terminal. I've checked everything. No Typos or misspell. The destination folder was recognized by "ls" command but when I went to it, the terminal said, "no such file or directory."
View 7 Replies
View Related
Mar 1, 2011
I installed RawThumbnailer that says ... 'RawThumbnailer is a thumbnailer for RAW files that works with Nautilus' but Nautilus don't show me thumbnail for RAW-files. I have 2.6.35.11-83.fc14.x86_64
View 2 Replies
View Related
Nov 29, 2010
Nautlius doesn't show all the files that are in a folder From the screenshots below you can see that there are more files in the folder (ls from the terminal shows them all), however nautilus doesn't. Other .mkv files show up in other folders so its not that
I've tired turning off previews and that didn't work. Running nautilus as root didn't work either
View 4 Replies
View Related
Jan 21, 2011
I am trying to find a directory named 480debugerror nested under child directories. I don't know the exact path, or even if I have the exact spelling of the directory I ant to find.
Is there any linux command to find directories with a given prefix or suffix, for example directories with a name of debug or debugerror, with unknown some prefix or suffix?
View 3 Replies
View Related
Jan 18, 2010
I set security context for a folder as 702 to enable other users to create and delete folder contents.But whenever other users try to create a folder,its says "Permission denied".
View 11 Replies
View Related
May 24, 2010
i just installed RHEL 5, when iam trying to create a directory or file it is not creating ...
View 7 Replies
View Related
Jun 3, 2010
There's any way to add the "Extract to <folder>" to context menu in Nautilus and/or Gnome Commander where <folder> is de name of the archive that I want to extract?Other question: how can I associate .001 extensions to Peazip with the same "Extract to <folder>" right-clicking menu?
View 3 Replies
View Related
Jul 20, 2010
When opening nautilus there are no image previews.Only if i watch the image with eye of gnome and than klick thereload button, the pictures are shown. is this a bug or feature?how can i switch this back to the default where image previews areshown when i open a folder without viewing it with eye of gnome?
View 5 Replies
View Related
May 30, 2010
After moving to Lucid Lynx, I've noticed, that when I view Folder Preferences, Nautilus no longer displays the free space available, but instead displays "Free space: Unknown".
In some cases it still appears to show the free space, for example when viewing properties of Home folder, or viewing the properties of a detachable HDD in media-folder (but not when trying to view the properties of any of the folders _on_ that HDD).
View 1 Replies
View Related
Dec 16, 2010
how to customize nautilus toolbar to show only icons and no text.
For example, currently my nautilus toolbar looks like the attached Screenshot.png I want to remove those "Back" and "Forward" text strings to make it look like the attached Screenshot2.png
View 2 Replies
View Related
Jun 1, 2010
When I try to view my home folder (for instance), I press the icon on the left of my name (/home/...) and it doesn't do what I accustomed to which is to show the text form of the directory. Is this a bug or am I missing something?
View 8 Replies
View Related
May 25, 2010
I mean, when you search through the bar in Nautilus, how do you make it search for hidden files too?
View 1 Replies
View Related