Ubuntu :: Recycle Bin Wont Empty?

Feb 25, 2010

my recycle bin wont empty. i ran the command:sudo rm -r ~/.local/share/Trash/files/*and got the response:rm: cannot remove `/home/steve/.local/share/Trash/files/*': No such file or directory

View 1 Replies


ADVERTISEMENT

General :: Command To Empty Recycle Bin?

Oct 15, 2010

Simple question but even google does not come up with an answer, seems to be too easy that someone else asked it ;). Could anyone tell me what is the shell command to empty the garbage bin under Linux?

View 3 Replies View Related

Ubuntu :: Empty Trash Command For Files (Desktop Recycle Bin)

Aug 28, 2010

I mount /home on a logical partition. Files and directories that I trash from here go nicely into the recycle bin, and I can right click on it and choose "Empty Trash" with no problem. Files off of the root directory in directories that I "own" (i.e. /mydir/*) do not play as nicely. I went ahead and followed instructions from another post, namely:

Code:
sudo mkdir /.Trash
sudo chmod 1777 /.Trash

And after trashing some files from /mydir, there is indeed a subdirectory with my uid (1000) and files that I trash from /mydir are going in there. However, the recycle bin on my desktop remains empty, and the only method I have for deleting said files is by deleting them from the /.Trash/1000 folders through the command line. So my question is: Is there anyway that I can trash files from /mydir, see them appear on the desktop recycle bin, and empty the trash without the need to rm them directly through the command line? Not sure if it will help, but here is my fstab:

Code:
# / was on /dev/sda1 during installation
UUID=4129f389-92be-459e-8bbc-928c1440f718 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=6a30914d-04a3-4b03-85bd-2bf16a68a41a /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=f388cf04-bbd6-4bf9-9d69-0778b0f158fd none swap sw 0 0

View 7 Replies View Related

Ubuntu :: Where Is The Recycle Bin

Dec 21, 2010

where the folder for the recycle bin is on Ubuntu 10.10?

View 3 Replies View Related

Ubuntu Networking :: SSH And Deleting Files To The Recycle Bin?

Apr 18, 2011

I'm using Ubuntu 10.04. I have set up a pc to act as remote storage. I connect my desktop pc to it. I have done the following:

sudo apt-get install sshfs
sudo adduser fuse
sudo mkdir /mnt/remotedir
sudo chown username /mnt/remotedir
sshfs username@remote_computer_ip:/path_on_remote_comp /mnt/remotedir

(obviously replacing the username and paths with my information)

I can connect to the remote computer however I cannot delete remote files to the recycle bin. What do I need to do in order to delete files to the recycle bin?

View 7 Replies View Related

Fedora :: Restoring Recycle Bin Icon?

Jun 15, 2010

I'm really into desktop customization so today while i was changing a couple of things here, i did the stupidity of changing the recycle bin icon (right click on the icon> properties> basic tab). I obviously regreted it and now i'm trying desperatly to restore it to the default icon. I'm not a total noob when it comes to customization

View 2 Replies View Related

General :: Recycle Scanner Driver?

Nov 26, 2010

I have this Epson multifunction TX-105 and it worked fine with Hardy Heron. Now i am running Lucid Lynx and cannot find a driver for the scanner part. Question: is it safe to try the old script on this new Ubuntu version..? Printer was automatically detected and it's ok. Damn scanner is the one i want to activate.

View 3 Replies View Related

Ubuntu :: Cannot Move Files To Trash / Recycle Bin Does Not Retain Stuff

Jul 23, 2010

When I try to move a file to trash, it doesn't retain anything. I drag a file to the trash bin icon, I open the trash bin, its' empty. How do I make my trash bin retain some trash?

View 1 Replies View Related

General :: Find Contents From Recycle Bin That Were Put Into One Folder - Name Unknown?

Oct 13, 2010

Recently I did a System Mechanics clean-up of invalid and other misc files. The files were moved to the recycle bin, but I couldn't open a file individually while it was in the recyle bin in order to double check whether or not I wanted to perminently delete it. I then selected all items and moved them to a single folder hoping to open it later to review the individual files.I don't know the folder name or what part of the computer this folder was moved to. Is there a way I can find this new folder, name unknown, that was created on 10-12-10? I'm sure it's taking up valuable space in my computer and I want to permently delete the unwanted items individually and not as a whole batch.

View 1 Replies View Related

General :: Shell Scripting \ (test If A File Is Empty, If It Is Then Display "file Is Empty" Otherwise Display "file Is Not Empty")?

Oct 5, 2010

I am a final year student doign Computer systems engineering and just been introduced to linux. While still strugling to catch up with the commands, I am now given an assignment under shell scripting.I seriously am strugling to understand this question, can you please assist me.Here follows the assignment:

Operating Systems III
Some tips
e.g. (test if a file is empty, if it is then display "file is empty" otherwise display

[code]....

View 10 Replies View Related

Ubuntu One :: Recycle Bin Or History Undo Option For Ubuntu One

Nov 8, 2010

Just a thought should there be a Recycle bin or history undo for botched syncs or accidental deletes.or is it already there? if so please tell me. how to undo or undelete.

View 2 Replies View Related

Ubuntu Servers :: Samba - Access Folder To Delete Or Restore From The Recycle Bin Folder

Apr 24, 2010

I'm using ubuntu server 9.10 for a home build NAS. Everything is working great just have one more thing to figure out. I have Samba set up to access my files and I set up a recycle feature so anything deleted will get moved to a Recycled folder. (I learned this the hard way after hitting delete key by accident while browsing the shares in windows. Lost 100 GB of data)

Now it is for the most part working but the permissions on folders isn't getting set right. If I delete a file in a share I can go to Recycle bin folder and delete the file for good. But if I delete a folder I can not access that folder to delete or restore from the Recycle bin folder. I have to chmod the folder before I can do anything with it. Anything I can change to get folders deleted via windows to have the right permissions when it is moved to the Recycle bin folder?

[Code]///

View 1 Replies View Related

General :: "recycle Bin" Without Desktop Environment?

Mar 31, 2011

Without a desktop environment (KDE,Gnome, ...) , is there a way to recover deleted files (like a recycle bin or a trash directory).

View 8 Replies View Related

CentOS 5 Server :: Samba Config Doesn't "understand" Smb.conf Lines About "recycle"

May 5, 2011

Samba is working fine, and I haven't used the config utility for some months now. but today, in trying to create another share, a warning dialog is displayed about lines that are not "understood". What is wrong and why is this happening now?Here are the lines from the warning dialog

297: recycle:repository = .deletedlou/%U
298: recycle:keeptree = Yes
299: recycle:touch = No
300: recycle:versions = Yes

[code]....

View 1 Replies View Related

Ubuntu :: Bottom Bar Empty?

Jul 2, 2010

Just installed Ubuntu.I right-clicked the bar on the bottom right where the 4 screens were and picked properties, it gave me an error and now there is nothing on the bar but the trash can. No programs and no multiple screens.

View 1 Replies View Related

Ubuntu :: SMB Shares Show As Empty?

Jan 6, 2010

I have a problem accessing SMB shares in ubuntu 9.10. It worked fine before until I created a symbolic link and deleted it. Now the SMB share shows as empty or says "it has no been mounted" when I use "connect to server" to access it. oddly enough I can enter folder names and the contents do show but when I try to delete something there I get There was an error deleting "No such file or directory"

View 1 Replies View Related

Ubuntu :: Empty ISO Directory After Mounting?

Jan 27, 2010

I've looked everywhere and haven't found someone with a similar problem or even a hint to how to fix it or what's even going on.I'm trying to mount the Sims 3 raw ISO so I can install the game with PlayOnLinux. Every program or method I've used to mount it seems to mount it successfully. My problem is, that when I go to open the mounted ISO image, the folder is empty and nothing comes up. Even when I go to rightclick > Properties,it displays the contents as nothing.

View 9 Replies View Related

Ubuntu :: How To Use Git - Initialized Empty Repository

Feb 10, 2010

How to use git? I want to download git: [URL]. All what I get is:
~$ git clone [URL]
Initialized empty Git repository in /home/john/xfce4-generic-slider/.git/
fatal: [URL] not found: did you run git update-server-info on the server?

View 2 Replies View Related

Ubuntu :: Sed Command Empty The File?

Mar 13, 2010

I have this file: 1.txt, with this contents:

Code:
test
mycomputer

I just try change the string "mycomp*" by "othercomputer":

Code:
sed 's/mycomp.*$/othercomputer/' 1.txt > 1.txt
but sed command empty the file.

[Code].....

View 2 Replies View Related

Ubuntu :: Geosetter Map Panel Is Empty

Jun 8, 2010

Has anyone managed to get Geosetter to work in Wine? I have just installed it but the map panel is empty. Alternatively, is there a good alternative to Geosetter for photos geotagging and metadata editing?

View 1 Replies View Related

Ubuntu :: K3b Won't Burn Image - Get Empty Dvd

Jun 26, 2010

Why can't I burn image with k3b After I' ve tried to burn it it says: "Completed succesfully". But when I then check my DVD, there's absolutely NOTHING on it... and there it says:"0 Objects"It seems like it has only got a new label.And burning an image should else be one of the most easy things in life...And it SEEMS very easy when reading a tutorial.

View 2 Replies View Related

Ubuntu :: Saying Cannot Move, Directory Not Empty?

Jul 20, 2010

I'm trying to move a folder via sudo mv ioncube /usr/local/bin/

but it says something cannot move since directory is not empty. What do I do now?

View 5 Replies View Related

Ubuntu :: Awn/docky Trash Never Empty

Aug 27, 2010

Look at the screenshot, I have only one file in trash but AWN and Docky counts 47+1 items. When it's empty it counts 47, and there's no way to really empty. But files are really gone. It doesn't happens with Cairo Dock (I don't know why).

View 1 Replies View Related

Ubuntu :: Remove Second Empty Docky?

Sep 3, 2010

I clicked on the anchor in Docky and then clicked on New Dock. This created a second dock which is empty. I want to remove this second empty dock. How is that done?

View 3 Replies View Related

Ubuntu :: Fresh Partition Not Empty?

Jan 20, 2011

So the other day I got myself a nifty ThinkPad x100e. I immediately removed windows 7 started, and installed UNR 10.04.It has a 250GB hard drive, which I decided to partition, so that I can keep all my stuff on the new partition, and then a fresh format or install of the OS would be easier.After struggling to take ownership of my own damn partition after creating it and mounting it, I discovered a rather interesting problem. I KNOW the partition is empty, but when I right click and go to properties, it says that 10GB is already used? This is rather confusing to me

View 7 Replies View Related

Ubuntu :: Empty Squares Instead Of Text

Jan 30, 2011

I booted up and all my text shows up as empty squares instead of text in the desktop environment. I was able to launch chrome but firefox did not load. Open Office opens and I can read text fine. Is there a fix for this and has it happened to anyone else- I found an old thread but it did not have a reply that was a fix.

View 6 Replies View Related

Ubuntu :: Desktop Is Empty When Login

Apr 21, 2011

when i log in, i get an empty screen, when i open file manger, i click on desktop and i can see some music and files, but why cant i see them on the screen

View 6 Replies View Related

Ubuntu :: Installed 11.04 But Desktop Empty

Apr 29, 2011

My husband has been using Ubuntu just about forever now. He just upgraded to the newest version but has been having problems. He tried to do a regular upgrade and after it installed his screen had wallpaper and that's it. No icons or task bar or anything. He decided to do a clean install to see if that would help, and it's still that way.

View 2 Replies View Related

Ubuntu :: /mnt Is Not Empty Any Longer But Contains Cgroups?

May 1, 2011

I used to mount drives and stuff in /mnt all the years. Now I just stumble to see, that some cgroups directory is in there. Is this normal? Is this to be expected?

View 1 Replies View Related

Ubuntu :: Unable To Empty Trash Bin

Jun 7, 2011

I'm running Ubuntu 10.04 and I'm having trouble emptying my trash bin. I've tried emptying the trash bin graphically but the items are still in there. I've also tried using nautilus to empty the trash but it didn't work either. I really need to free up some space because I'm down to 1.6 GBs of free space

View 9 Replies View Related







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