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


ADVERTISEMENT

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 :: 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 :: Run Apache Folder In /home Directory?

Jul 30, 2011

I need to be able to run Apache again the folder in my /home directory. I added the following line to the end of my apache2.conf file:

Code:
Include /etc/apache2/aliases.conf
Then created the aliases.conf file with:

Code:
Alias /home/ "/home/"
<Directory "/home/">
Options Indexes
AllowOverride All
Order allow,deny
</Directory>

The system tries to process the alias, but always get a 403 permissions denied error. How do I get around this? I already tried:

Code:
chown myuser:users /home -R
chmod 775 /home -R

AThink it is an Apache setting I need to read in this directory.

View 9 Replies View Related

Ubuntu :: Setting Up Share Folder In Home Directory

Feb 24, 2011

I've created a folder in /home called share. I am the owner. It has no group access. Others have full access. Is this setup safe? My current setup:
Code:
/home$ ls
eve share lost+found roy
I want eve and any future users to have full access to the folder 'share'. I am user 'Roy'.

View 9 Replies View Related

Ubuntu Networking :: Share Folder Outside Of Home Directory?

Jul 9, 2011

I have got 11.04 install on my dell system.The system has got 2 harddisk,all my data is store in the 2nd harddisk.How do I share the folder in the 2nd harddisk.Samba is already install in the system.

View 9 Replies View Related

Ubuntu :: Create Shortcut To Media Folder In Home Directory?

Dec 14, 2010

I currently have an ASUS eebox which is running XBMC Live which includes a stripped down version of Ubuntu. The computer will be used by various people within a teaching environment and I have successfully installed launchers for Openoffice which can be opened within XBMC.

I am trying to the make the experience for the end user as simple as possible as the vast majority will have never used Linux before. I want to get to a point where they can open Openoffice, plug in their USB stick and navigate quickly to their files. At the moment when the program is launched and I try and navigate for a file it automatically starts in the Home Folder of xbmc. So I have navigate up a couple of times, then find the /media directory where the USB stick has been mounted and so on. What I was hoping to do is create a shortcut within the Home Directory which takes you straight to the Media folder where usb is mounted.

I have already attempted and created a folder within the Home directory and called it usbpen.

I have then added the following line into fstab /media /home/xbmc/usbpen none bind 0 0

Now when I reboot the machine and navigate to the home/xbmc/usbpen folder I can see the Drive name of the USB device mounted in /media but I cannot navigate through any of the files, I am greeted with a read error message. So the shortcut is only allowing me to see the device name only.

be aware that due to running XBMC Live I do not have a Windows manager installed and therefore everything must be done through the terminal.

View 4 Replies View Related

Ubuntu :: Desktop Set To Home Folder?

Nov 22, 2010

My desktop is set to my home folder and I can't seem to get it to change. It happened because accidently dragged Desktop icon into a hidden folder. Then when I copied it back it's set to the home folder. Even changing it back in gconf-editor does nothing. how to get it back to normal. I hate having my home folder as the desktop.

View 1 Replies View Related

Ubuntu Servers :: Setting Apache DocRoot To Folder In Home Directory

Jan 9, 2010

Vanilla install of Karmic (64 bit) - would like to change the Apache doc root to point to /home/sam/www as it's my web development machine. (Default install is working fine)
Created copy of 'default' to 'mylocal' in '/etc/apache2/sites-available'

Code:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /home/sam/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /home/sam/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
...

The permissions on the folder in my home dir:
Code:
sam@rocket:~$ ls -la ww*
total 16
drwxrwxrwx 2 sam sam 4096 2010-01-09 22:26 .
drwx------ 35 sam sam 12288 2010-01-09 22:11 ..
-rwxrwxrwx 1 sam sam 100 2010-01-09 22:27 index.html
sam@rocket:~$ pwd
/home/sam
sam@rocket:~$
The sites enabled set up:

Code:
root@rocket:/etc/apache2# ls -la sites-enabled/
total 8
drwxr-xr-x 2 root root 4096 2010-01-09 22:24 .
drwxr-xr-x 7 root root 4096 2009-12-20 00:22 ..
lrwxrwxrwx 1 root root 26 2010-01-09 22:24 mylocal -> ../sites-available/mylocal
But I still get:
"Forbidden
You don't have permission to access / on this server".

View 8 Replies View Related

Ubuntu :: Home Folder Stuck As Desktop?

May 21, 2010

I've been trying to fix nautilus which is crashing, so deleted the ~/Desktop folder, thinking it would reset as in karmicnot in lucid. Now have home folder as the desktop. Tried recreating ~/Desktop, but no luck. Gconf-editor no luck either since checking or unchecking the home folder as destop does nothing. Any ideas how to fix this problem?

View 3 Replies View Related

Ubuntu :: Remove Home Folder From Desktop?

Jul 23, 2011

I'm using Ubuntu 10.10 with an lxde interface installed on it. I cannot, for the life of me, remember how to get that dang home folder off of my desktop.

View 2 Replies View Related

Ubuntu :: Lucid: Home Folder Displayed On Desktop?

Jun 11, 2010

Using Ubuntu Lucid 10.04System froze, and after reboot, my homefolder is displayed on my desktop.

View 3 Replies View Related

Ubuntu :: Shortcut To Desktop Points To Home Folder?

Jan 12, 2011

I'm using Zorin OS 4 Lite, which is a variant of Lubuntu 10.10. For some unknown reason, the desktop shortcut on PCManFM is pointing to my home folder, so I have all my personal files covering my Desktop (kind of annoying to be honest ). And when I try to add a shortcut to the Desktop it adds it to my home folder instead. Seems like there's some kind of hard link between the Desktop shortcut in PCManFM menu and my home folder. However, I can't find where it is or how to fix this. Has anyone else had this problem? How do I fix this?

View 9 Replies View Related

Ubuntu :: Desktop Showing Contents Of Home Folder?

Mar 14, 2011

Today I uninstalled Zimbra desktop from my Ubuntu 10.04. After doing it, I am facing several problems due to changes in system configuration.

My Home Folder contents are shown on Desktop and if I delete them from Desktop, they are also deleted from the Home Folder. I don't understand why this is happening.

Also, from the side pane in Explorer, the option of Home Folder is not present any more. When ever I go to Home Folder, on the side pane is shows that I am on desktop and the location bar shows that I am in Home Folder.

View 9 Replies View Related

Ubuntu :: Prevent Display Of Mounted Home Folder On Desktop ?

Feb 9, 2010

I recently changed linux distros and switched to Karmic. In my earlier setup /home was on a separate partition.

After switching to karmic I added the following line to /etc/fstab to mount my /home partition which was on /dev/sda6 (ubuntu is on /dev/sda7) /dev/sda6 /home ext3 nodev,nosuid 0 2

After rebooting I saw that while earlier I had an empty desktop now my desktop shows the content of my home folder.

On googling I found out about how I could change the nautilus preferences.

I used gconf-editor to change: apps>nautlius>preferences>desktop_is_home_dir to false

I also changed: apps>nautlius>desktop>volumes_visible to false.

However on rebooting I still see all the contents of my home folder on the desktop.

What do I need to do to show the Desktop as blank (as in point to ~/Desktop rather than point to ~)?

View 2 Replies View Related

Ubuntu :: Desktop Suddenly Identical To Places - Home Folder

Jun 7, 2010

Suddenly, my "Places --> Desktop" folder is identical to my "Places --> Home Folder". This happened by accident somehow, and the folders and files in my Home Folder "/home/rj" are displayed on my desktop, and I don't want them to be.

When I click on "Places --> Desktop" it's as if I've clicked on "Places --> Home Folder" (the "File Browser" directory opens, the location is set at "/home/rj", and the title at the top is "File Browser").

Elementary stuff for a lot of you, I'm sure, but I'm blanking on how the Desktop folder can be restored to what I'd like it to be (basically empty, except for a "Downloads" folder), and my folders and files kept off the actual desktop (except for the "Downloads" folder).

View 9 Replies View Related

Ubuntu :: Home Folder Contents Appears In Desktop / Hide Them?

Jun 29, 2010

My home folders contents like download , documents ....
ae displayed in desktop too
and i can't hide them
and if i delete one of them the original one will be deleted

View 2 Replies View Related

Ubuntu Installation :: Desktop Displays Home Folder Items?

Oct 21, 2010

long ago when i upgraded from jaunty to lucid, everything was fine when suddenly one day i found my desktop flooded with my home folder contents. i was trying a lot of juglery but no result. finally i went to gconf-editor and unchecked the show desktop menu on apps > nautilus > preferences.recently i upgraded from lucid to maverick. felt the problem will b resolved but it is still such.

View 2 Replies View Related

Fedora :: Corrupt .gvfs Directory - List The Contents Of /home/Razorblade Folder - Nothing

May 4, 2010

I installed Fedora 12 x64. Now everytime I start my Linux the .gvfs directory in my /home/Razorblade -dir is corrupted. So I have to reboot and start an Linux LiveCD, mount my home partition and delete this folder. After that I can login normally. Symptoms: I am able to login normally, start a browser, start my mail client, list the contents of subfolders of /home/Razorblade/... - everything fine. But as soon as I want to list the contents of my /home/Razorblade folder - nothing but this turning blue thing around the curser. The command line does nothing after "ll /home/Razorblade", sometimes even crashes and closes. As root I am able to do "ll /home/Razorblade" And this is what I get:

[Code]....

View 7 Replies View Related

Fedora :: Eliminate Computer And Home Folder From Desktop?

Jul 2, 2010

i want to have my desktop clean but i used Fedora 13, and i want to eliminate computer and home folder from my desktop. How i do that?

View 2 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 :: 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 View Related

Ubuntu Servers :: Can Desktop Home Folder Point To Server Files

May 20, 2010

I was curious if I could have the home folder system from a desktop install point to a set of home folders over on the server? It would streamline my backups and make files a bit more central for accessing

View 3 Replies View Related

Ubuntu :: Couldn't Log Into The Desktop Environment - Access Home Folder From A Live Cd?

Jun 14, 2011

i installed my desktop environment from synaptic manager! so when i restarted my computer i couldn't log into the desktop environment. How can i recover from this? Also,how can i access my home folder from a live cd?

View 4 Replies View Related

Ubuntu :: Can't Change Directory Folder To Desktop In Terminal

Feb 5, 2011

I run Ubuntu 10.10. and I have one annoying problem. When I want to set my Desktop directory in terminal by typing this: "cd ~/Desktop" I get an error: "bash: cd: /home/izvanzemaljac/Desktop: No such file or directory".

I really dont know what to do, I checked Google for this error and I didnt find a solution.

View 6 Replies View Related

Ubuntu :: Cant Found My Downloaded Files And Home Folder Contents Are Displayed In Desktop

Jun 29, 2010

I started my computer and i goto home/downloads. i found all downloaded are deleted. and every folder and file in home folder are displayed in desktop.

View 6 Replies View Related

Fedora :: Remove The Computer, Trash, And Home Folder From The Desktop And Have Them Just In The Panel?

Jan 20, 2011

Is there a way to remove the Computer, Trash, and Home folder from the desktop and have them just in the panel? I like a clean desktop with no icons, and would like to use the top panel as a "dock" of sorts.

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

Fedora :: Folder Icon - Desktop - Document - Music - In Home Dir - Do Not Change With Theme

Dec 19, 2009

I was playing with some gtk2 themes and , unaware of the consequences, i manually changed folder icons from folder properties for some of the folders (desktop, document, music, etc) in my home directory. The problem now is that these folder icons do not change when i change the icon theme. how can i bring it back to normal?

View 1 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







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