Ubuntu :: Natty - Desktop Icons From Home Directory

Apr 18, 2011

I used the command "update-manager -d" to put Natty Beta 2 on my Acer Aspire One netbook. It worked perfectly, but took about 7 hours because the SSD is so slow. The upgrade replaces the Netbook Remix of Ubuntu 10.10. Now my desktop is full of icons that weren't there before. They are the files and folders in my home directory. Until yesterday, my desktop icons showed the contents of the subdirectory $HOME/Desktop instead. How can I restore the former behaviour?

The desktop icons are being provided by Nautilus. I know this because I can drill down into the Nautilus options using gconf-editor and un-check the box that makes Nautilus manage the desktop. This makes all the icons go away. So I know how to get (1) lots of icons [the wrong ones] or (2) no icons at all. I'd like an elegant clean way to achieve (3) just a few icons [the right ones]. [My idea of "elegant": some way to inform Nautilus about which directory to look in for the purpose of generating icons for the desktop.]

View 2 Replies


ADVERTISEMENT

Ubuntu :: Home Folder Icons Don't Update When Change The Home Directory

Sep 22, 2010

I have a dual-boot macbook with an OS X partition and an ubuntu partition. When I first installed ubuntu, I changed my home folder to my OS X home directory to synchronize all my files from both. My home directory is now /media/sda2/Users/username/. In a regular home folder, the icons for Documents, Music, Pictures, Movies, etc. are different (not just with emblems, but actually different icons). But when I changed my home folder, these subfolders' icons stayed the same as regular folder icons and I can't figure out a way to change that default setting. I know how to change the icons for each folder manually, but these changes don't appear everywhere (i.e. nautilus, places, etc). Furthermore, every time I change my icon theme, I would have to manually reassign icons for these folders. Is there a way to globally change the folder icons for these folders?

View 2 Replies View Related

Ubuntu :: Home/mark/Desktop Appeared And Icons Gone?

Jun 20, 2010

A new directory (Desktop with uppercase D) appeared in my /home/mark dir and my icons disappeared. Upon further looking, I see there are 2 directory's in my home, one called desktop (all lower case,) the other is Desktop with uppercase D. I copied the stuff from desktop to Desktop and my icons are back. Where is this information kept so I can fix it back. I guess I need to tell Linux to use desktop, but I don't know where that is.

View 3 Replies View Related

Ubuntu :: Show The Computer, Home, And Trash Desktop Icons In GNOME?

Sep 7, 2010

Just now i downloaded Ubuntu 10.10 beta editionI don't know how to unhide the Computer, Home, and Trash desktop icons in GNOME. I already tried gconf-editor -> apps -> nautilus -> desktopCheked the box beside computer_icon_visible, home_icon_visible, and trash_icon_visible. I already tried it in Ubuntu 10.04 without success.

View 3 Replies View Related

Debian :: Remove Computer Home And Trash Icons From Desktop?

Sep 1, 2011

I want a clear desktop. How do I remove the computer home and trash icon off desktop.

View 3 Replies View Related

Ubuntu :: Desktop Directory In Home Folder?

May 21, 2010

I want to ask a question that the "Desktop" directory located in the "Home Folder" contain the Desktop content.If I deleted this "Desktop" directory, the system will try to use "Home Folder" as the Desktop.When I create the "Desktop" back, system still use the "Home Folder" as the Desktop.So how can I let the system use the "Desktop" directory as the realy Desktop then?

View 3 Replies View Related

Ubuntu :: How To Have Desktop Display Contents Of HOME Directory

May 24, 2010

I am just coming to GNOME from KDE where I used the folder view desktop widget to display the contents of ~ directory (/home/<user>) rather than the "Desktop" directory itself, as that's where all the stuff I wanted to access from the desktop was. Is there any way I can do this in GNOME with the actual desktop (as opposed to a widget)?

View 4 Replies View Related

Ubuntu :: Remove The Desktop Folder From Home Directory?

Sep 28, 2010

I don't have anything on the desktop but it won't let me delete this folder, and if I sudo rmdir it it just comes back.

View 5 Replies View Related

Ubuntu :: 10.4 Desktop Shows Home Directory Not "Desktop" / Fix It?

May 2, 2010

well title is self-explanatory. Instead of seeing my "home/user/Desktop" directory on my desktop, I see "/home/user/"... I tried gconf-editor but it seems to have changed a lot since Karmic...

View 2 Replies View Related

General :: Testing Home Directory Scripts By Setting $HOME To The Location Of The Test Directory

Apr 20, 2010

I have an interdependent collection of scripts in my ~/bin directory as well as a developed ~/.vim directory and some other libraries and such in other subdirectories. I've been versioning all of this using git, and have realized that it would be potentially very easy and useful to do development and testing of new and existing scripts, vim plugins, etc. using a cloned repo, and then pull the working code into my actual home directory with a merge.

The easiest way to do this would seem to be to just change & export $HOME, eg

cd ~/testing; git clone ~ home
export HOME=~/testing/home
cd ~
screen -S testing-home
# start vim, write/revise plugins, edit scripts, etc.
# test revisions

However since I've never tried this before I'm concerned that some programs, environment variables, etc., may end up using my actual home directory instead of the exported one. Is this a viable strategy? Are there just a few outliers that I should be careful about?

View 1 Replies View Related

Fedora :: Contents Of Home Directory Appearing On Desktop / Change It Back?

Nov 2, 2009

When I booted up this morning the contents of my Home directory are all showing up on my desktop, and there is no single Home folder. How did this change, and how can I change it back so that the Home folder is on my Desktop with the contents inside of *it*?

View 5 Replies View Related

OpenSUSE :: Removing The Home Directory Icon And Trash Icon From Desktop Using Custom Script SuseStudio

Mar 22, 2011

I have just created an 11.3 64 bit image using susestudio. All seems well but would like to customize the desktop via my script that I have added. My question is how do I remove the home directory and the trash icon from the desktop? Or better said what is the path to removing the symbolic link, I cannot find the symbolic links in the desktop directory. It is empty, I do not see any symbolic links under /home/test/Desktop?

View 3 Replies View Related

Ubuntu :: Installed Gnome-Shell In Natty - Missing Icons?

Mar 26, 2011

Just installed gnome-Shell in Natty Narwhal. the only problem know is that all the icons have disappeared and the theme has gone to a more "basic" look. No matter what desktop session I choose (Unity, Gnome-Shell, Classic) I can't change anything back since the "appearance" menu seems to have been removed while gnome-shell was being installed.

View 9 Replies View Related

Ubuntu :: Configure Spacing Between Icons In Toolbar In Top Right Tray Of Natty

May 19, 2011

I want to configure the spacing between the icons in toolbar in the top right tray of Natty (so it looks more like gnome 3). Does anyone know where these values are stored? I checked ccsm and gconf.

View 4 Replies View Related

Ubuntu Servers :: Set Home Directory Path Different From LDAP's Home?

May 24, 2011

I need to specify a different path to home directories on a particular server than what LDAP contains for the users, besides using a symlink. E.g. "/Users/jdoe" vs "/home/jdoe" I don't want to change the actual LDAP attributes, just want a particular server to point them in the right direction (Ubuntu 10.04).

I'm assuming it's something I could probably set in pam configurations?

View 1 Replies View Related

Ubuntu :: Nautilus - Desktop Flashes All The Icons On The Desktop A Couple Of Times

Mar 25, 2011

EVERY SINGLE TIME when I try to close the Nautilus File Browser (ie when I go to my Documents folder), the desktop flashes all the icons on the desktop a couple of times (for a sec you would see no icons on the desktop) before everything goes back to normal.

View 9 Replies View Related

Fedora :: Using SSH - Could Not Chdir To Home Directory /home/adahaj: Permission Denied

Jul 21, 2009

I have a strange problem when I do SSH to a FEDORA9 based Linux Server.

[Code]....

When I login using "adah" username in TELNET I am automatically directed to my home directory at location "/media/disk-1/home/adah". But when I use SSH to login using the same username I get the following message Code: Could not chdir to home directory /home/adahaj: Permission denied

View 7 Replies View Related

General :: 'Could Not Chdir To Home Directory /home/[user]: Permission Denied'

Jan 6, 2010

I have a secondary disk which holds a /home directory structure from a previous install of Linux. I installed a new version on a new primary drive and mounted this secondary drive as the new /home. Problem is, even though the users are the same names and I can access the home directories for the users, I cannot login directly to their home directories, as I get the following error: -

Code:

login as: [me]
[me]@[machine]'s password:
Last login: Wed Jan 6 18:34:33 2010 from [machine]
Could not chdir to home directory /home/[me]: Permission denied
[[me]@[machine] /]$

Now, since the usernames are correct and the users are in the passwd file with the correct home directory paths, could it be user ID's that are different or something else? It's not as though I cannot access the home directories for the users, simply that I cannot log directly into them from a login prompt.

View 14 Replies View Related

General ::anything Special About Home Directory Before Users' Home Directories Are Stored There

Jun 19, 2010

Is there anything special about a home directory before users' home directories are stored there, or is just as typical as any other "empty" folder?Let me just cut to the chase, but please no ear ringing about the folly of messing around as root, particularly with directories at root level. I know it's considered stupidity, but I deleted my home directory.

Is there an easy way to restore a working home directory? I tried copying /etc/skel under root, but I'm not sure what a home directory should look like once it has been restored. Besides . & .., there were .screenrc & .xsession in my home directory when I copied /etc/skel. Are these files suppose to be in "/home" or "/home/~" or both?

View 10 Replies View Related

Ubuntu :: Cannot Mount Unencrypted Directory To Encrypted Home Directory With Fstab

Aug 26, 2010

I have Ubuntu Karmic. I chose to install with an encrypted home directory. Recently I got a warning that I only had 2GB of drive space left. This is mostly because of my videos. So I went and bought a new hard drive and partitioned it and made 1 ext4 partition and copied my videos all to the new hard drive. I added a line in my fstab to mount the new hard drive to ~/videos, but when I reboot the computer, there is a screen saying something like "error mounting /home/me/videos, press S to skip or something else to reboot". If I press S to skip, then when my system comes up there is a video directory but it's empty because my other hard drive didn't get mounted. I can run sudo mount /dev/sdb video/ and it will mount fine and I can see all my videos, so why can't fstab mount it? Does this have something to do with my encrypted home directory?

View 14 Replies View Related

Debian :: Some Of The Icons On The Desktop Changed And All Of The Icons In The Drop Down Menu On The Bar At The Top Of The Screen Also Changed?

Jun 19, 2010

I recently installed virtual box on debian and after it had finished my terminal informed me that I could remove some "unnecessary" software by use of sudo apt-get autoremove. When I did this, some of the icons on the desktop changed and all of the icons in the drop down menu on the bar at the top of the screen also changed to ordinary folder symbols. The theme that I was using also went away. I restarted the computer and it booted back into a shell prompt with no GUI. I tried to get back to the GUI using alt+f7 but it didn't seem to exist

View 2 Replies View Related

Slackware :: Dosbox/KDE4 Desktop Icons Moving (desktop Folderview)?

Mar 4, 2011

If I use Dosbox in full screen mode, and then exit back to KDE, my desktop icons get shuffled around.I'm using the desktop folder view in KDE 4.4.3I've noticed that this also happens with ScummVM as well, so I think it's more a KDE issue?

View 3 Replies View Related

Fedora :: Desktop Icons Have Disappeared And Can't Right-clik The Desktop?

Dec 17, 2009

when I turned on my desktop workstation, I found that Desktop icons have disappeared and I can't right-clik the Desktop , aning found any option on desktop like Application,Places and system

View 1 Replies View Related

Ubuntu :: How To Fix Icons On Home Folder

Jun 22, 2011

How to fix the icons on home folder? Changing icons not changing these icons but everything else. as you can see below icons inside folders are changing but not the home folder ones.

View 1 Replies View Related

Ubuntu :: Make The Desktop Taskbar Appear In Ubuntu Natty Of Unity Desktop As Previous Gnome?

Jun 21, 2011

1)If I installed the Alpha-1 11.10, is it easy to upgrade to newer versions later on until the Final Release?

2) How to make the desktop taskbar appear in ubuntu natty of Unity desktop as previous Gnome? Possible or not?

View 5 Replies View Related

Ubuntu :: File Access Inside Natty/XP: Home Dual Boot

May 18, 2011

Howdy, I just installed a dual boot on my Acer Aspire One and it runs great. I was wondering is there anyway to access the files from either side? If so I can't see the XP file system from the Ubuntu system.

View 9 Replies View Related

General :: Access Directory Outside Of Home Directory?

Apr 13, 2010

I'm using Mac OS X's Terminal.app shell to compile and run Fortran programs. One such program resides outside of my home directory (it is in the Applications folder, which resides on my hard drive but seems to be outside of my home folder). How can I navigate into this directory using Terminal.app to run the programs that reside there?

View 7 Replies View Related

Ubuntu :: Dual Boot Natty/Win7 - Moving Home To Windows Partition

Jul 11, 2011

I know it is possible to move the ubuntu home directory but what is the best way to move it safely to an NTFS partition that already has valuable data in?

View 8 Replies View Related

Ubuntu :: Cant See Desktop Icons And Nautilus Option "show Desktop" Is Not Writable?

May 25, 2010

Well, as described in the title, I can't see the desktop icons, and the "show desktop" option under "gconf-editor >apps>nautilus>preferences" says it's not writable...
I tried deleting the nautilus configuration folder, and the gnome configuration folder...

View 6 Replies View Related

Ubuntu :: Desktop Doesn't Correspond To /home/user/Desktop?

Sep 25, 2010

While I was trying to drag the Desktop icon to the places sidepane in nautilus file browser so that I can have it above Documents icon, I accidentally dropped it in Documents icon. I immediately deleted the "Desktop" shortcut that was created in "/home/user/Documents" but it was too late already and the damage has been done. When I try to create a new document on my desktop, it says "Error while coying to Desktop There was an error getting information about the destination. Show more details Error stating file '/home/user/Documents/' Desktop':No such file or directory" Now, I know that my desktop now is pointing me to a location in Documents folder which doesn't exist at all. I tried looking for any available settings/options in gconf-editor, but only in vain.

View 4 Replies View Related







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