Ubuntu :: Way To Add / Remove Directories Within The Unity File Manager?

Nov 17, 2010

Any way to add / remove directories within the Unity File Manager?If so how, If not and Ubuntu is looking to make Unity its default file manager... I will just have to say goodbye to Ubuntu. After all what's a file manager if you can't add or remove files or directories.

View 9 Replies


ADVERTISEMENT

Ubuntu :: Remove Directories That *don't* Contain A File - Safe Testing Method?

Apr 15, 2011

I'm trying to clean up an iTunes-sorted Music directory. For whatever reason, it contains a large number of folders that have album art, but no music. I'm actually more concerned about a safe way to test my removal batch, but I thought I'd paste everything I did in case it's useful to someone. Based on this thread, I came up with the following script:

Code:
#!/bin/bash
find ./*/* -type f -iregex ".*(mp3|m4a)" | sort | while read line ; do
echo "${line%/*}" >> file1
done
sort -u file1 > fileuniq

[Code]...

But I'm scared to just run this on my music folder. Is there any way to run rm in "test mode", so that I would just see verbose output, but it wouldn't actually delete anything? Failing that, does anyone see anything wrong with my plan?

View 4 Replies View Related

Ubuntu :: String Of Directories To Remove?

Jan 1, 2010

I have a string of files named recup_dir.1 thru .66. I have the command sudo rm -r /home/"name"/Pictures/recup_dir.1 to remove them one at a time, how do I remove 20 or thirty at one command?

View 5 Replies View Related

Ubuntu :: How To Remove Unity

Jun 11, 2011

If i could then i would remove unity from my laptop. I run ubuntu 11.04. If not, then how can i edit it to change it to my preference. I want it to stay in bottom like a dock.

View 5 Replies View Related

Ubuntu :: Remove Unity From Desktop 10.04?

Mar 11, 2011

Just a few hours ago, I installed unity on a desktop version of Ubuntu using
sudo apt-get install ubuntu-netbook. I'm not sure I want it any more. How do I go about uninstalling this package (and the related packages)?

View 4 Replies View Related

Ubuntu :: Safe To Remove Unity?

Jun 1, 2011

So I upgraded Ubuntu and was greeted by Unity. I was unsure of it at first and figured I would give it a shot. It has failed miserably in almost every way aside from looking nice in some instances. It's slow, clunky, and was a total wreck to my efficient use of the computer. But they can't all be winners I suppose. I can see where it would be useful (since it seems more finger-friendly) on a tablet device, but I'm using a standard notebook, not a tablet.

That being said, I switched back to what is now "Ubuntu (Classic)" and have put things happily back on track. However, since I have no intentions of ever bothering with Unity again, I want to remove it - it's just wasting space. My questions are, would this be safe? Are Unity and Ubuntu entwined to the point where doing so would make future updating/upgrading a problem? If it is a problem for the future, I feel it would be easier to just change distros (Mint, OpenSUSE, or just Kubuntu) - any recommendations?

View 9 Replies View Related

General :: Remove Directories That Only Contain .txt And .log Files?

Aug 8, 2010

I'd like to remove all directories of a certain depth that don't contain .txt or .log files -- is this possible? So far I have: find ~ -mindepth 3 -maxdepth 4 -type d -exec rm -r '{}' ; Is it possible to add in "only if the directory doesn't contain .txt and/or .log files"? Or do I have to start learning perl to do that?

For example:
dir 1:
hello.txt
runme.sh
dir 2:
runme.sh
oct12.log
[Code]....

View 13 Replies View Related

Programming :: Mod_rewrite Remove Sub-directories From URL?

Apr 25, 2011

I have tried this a million ways, got it to work once but it didn't work sitewide for some reason. I have a url: [URL] and I want it to be found by going to: [URL] I am using this

Code:

RewriteCond %{REQUEST_URI} ^/agents/tp/
RewriteRule ^([^/]+)/?$ agents/tp/$1/index.php [L]

and have also tried something as basic as

Code:

RewriteCond %{REQUEST_URI} ^/agents/tp/
RewriteRule ^(.*)$ agents/tp/$1/index.php [L]

I keep getting "The requested URL /JoeAgent/ was not found on this server." why it's not working?

View 4 Replies View Related

Ubuntu :: Remove Built-in Unity Launchers?

Oct 24, 2010

I would like to remove the launchers for trash and files & folders from unity. I prefer to just have a launcher for nautilus.

View 1 Replies View Related

Ubuntu :: Unity - How To Remove Dead Links

Apr 30, 2011

I have some icons in the Dash - Applications that were for running applications in Wine.. I removed Wine because I am using Crossover, but those dead links/icons are in there.I tried to drag to trash can, hit DEL, etc..I see how to add items, but not remove..

View 3 Replies View Related

General :: Remove Multiple Directories In Different Locations?

Mar 15, 2010

I have hundreds of directories in various subdirs that I need to remove. I want to remove all of these dirs, but can only find solutions on how to do remove files (or how to remove subdirs from within the current dir).

I think I need something like

find -iname 'testfile*' | xargs rm -i

where I want to remove every directory that contains the word 'testfile' within the directory name. I know xargs wont work for dirs,

View 9 Replies View Related

General :: Remove Files In All Directories Owned?

Jan 8, 2010

Is there a way to do the rm command where I can remove files by owner. I run the standard ls -al command and I want to be able to remove the files that are owned by me in that current directory. One other step how can I remove files in all directories owned by me. I did the google search first guys and a majority of the pages just dealt with the basics like rm -r

View 5 Replies View Related

Ubuntu :: Unity-2d Panel And Window Manager

Apr 3, 2011

I changed the Panel and Window Manager.I'm using Unity 2d and I forgot what the default values are.I did it using Ubuntu Tweak but you can also do it with gconf-editor or throught the terminal, of course.Using Ubuntu Tweak under Startup > Session Control what are the default values for Panel and Window Manger?

View 2 Replies View Related

Ubuntu :: Unity Lost Window Manager?

May 1, 2011

I was playing tf2 when my window manager went all crazy. i restarted and now I have nothing.

View 1 Replies View Related

Ubuntu :: Can't Run Unity With A Window Manager / Solution For This?

May 15, 2011

I've managed to completely ruin my system for like the millionth time.

Basically my story is this. I cannot seem to run both unity and a window manager/decorator at the same time. Perhaps it is partially because I am not entirely sure what the current window manager is these days.

I thought it was metacity since that has been the default in the past. I ran a code...

I would really like to be able to move windows. I am typing this from my web browser which is permanently stuck in the position it launched in on my screen.

View 6 Replies View Related

Ubuntu :: How To Remove Gnome 3 Or Try To Get Back To Unity Desktop

Apr 30, 2011

Running Ubuntu 11.04 and installed Gnome3 upgrade. Messed things up big time. Ubuntu will load, but will shut down when I try to access almost anything but terminal. How can I remove Gnome 3 or try to get back to Unity desktop or whatever.

View 8 Replies View Related

Ubuntu :: Remove Unnecessary Lefthand Taskbar In Unity?

May 3, 2011

I have taken the largest chill pill I could find and have reinstalled nutty into a spare partition with a view to taking a more forgiving approach... i'll mostly stand by the rants for the time being... Has anyone found a simple (or complex for that matter - I just want it gone!) way to disable the randomly activated lefthand vertical taskbar in unity?It really is an unnecessary irritation when I can put my essential apps down the bottom where they belong with docky (thus reducing mouse mileage on my widescreen) and have everything else a WinKey+App away.Interesting that typing "Configuration" into the search box returns 0 results on a default natty install **** Additional ****Tweaking the Unity Plugin through Advanced Compiz Manager (and gconf-editor) leads me believe that I am after a "feature" that is not available:in gconf-editor:/apps/compiz-1/plugins/unityshell/screen0/options/launcher_hide_modeis the key I would like to have an additional option of "Always" added the currently available options being "0 = Never, 1 = Autohide, 2 = Dodge Windows, 3 = Dodge Active Window"

View 9 Replies View Related

Ubuntu :: Remove The Trash Icon From The Unity Launcher?

Jul 25, 2011

From what I gather, there's no way to remove the Trash icon from the Unity launcher, or to hide it; is this true? I noticed that if I delete ~/.local/share/Trash, the file re-appears if I click on the Trash icon in the launcher.

View 4 Replies View Related

Ubuntu :: Way I Can Remove Backing To Unity Launcher Icons?

Aug 3, 2011

Is there a way I can remove the backing to the Unity launcher icons? I want to make it so that I can make them look like iOS app icons, and the Unity dock just resizes the icon and adds a background to it.

View 2 Replies View Related

Ubuntu :: Remove Shortcuts In Laucher Of Unity Interface?

Aug 6, 2011

I am using the Ubuntu 11.04 and also windows 7 in my system. So when i opened the D drive which is NTFS file system in Ubuntu it creates a shortcut is the launcher. Previously when i had Ubuntu 10.04 shortcut appeared on desktop. Guys tell me why this happens i mean why shortcut appears in launcher or desktop .Is there any method to remove this?

View 2 Replies View Related

Ubuntu :: Single Command That Will Remove All 'other'permissions From All Files And Directories Under /home?

Sep 10, 2010

What is the single command that will remove all 'other'permissions from all files and directories under /home.
Just starting to learn Linux.

View 1 Replies View Related

General :: NTFS Mounts But Can't Remove Files/directories?

Feb 9, 2011

this is my first post and I am not sure if this belongs here or in hardware.Now for the main post!

setup:
Dell Demension 4400
Intel(R) Pentium(R) 4 CPU 1.60GHz, 1 cores

[code]...

View 4 Replies View Related

Ubuntu :: Remove Applications And Files And Folders Launcher From Unity?

Apr 30, 2011

how can i remove 'applications' and 'files and folders' launchers from unity in Ubuntu 11.04? Because applications and files and folders are already accessible from typing in the search box which gets opened clicking the top most left button.

View 4 Replies View Related

Security :: Remove Read/write/execute Permeation From Directories In '/' For 'others' ?

May 4, 2010

I was running '# ls -l' in '/' directory and I noticed all directories in '/' have the following permeation 'drwxr-xr-x' [except root's home which is 'drwx------' (after I change it from 'drwxr-xr-x' )]

I don't want all the user (except root) to be able to read and execute (in) any directory, I just want every user to be abel to read/write/execute only in his/her home directory.

my question is, is it ok to change file and directory permeation of the following directories in '/' from 'drwxr-xr-x' to 'drwxr-x---' or 'drwx------' recursively?

/bin
/boot
/dev
/etc

[Code]....

-I and the other users use the pc for internet, open office and email mainly.

-It does not run server(s) like smb/cif or NFS.

-There are 5 usernames (created by me, non of them are superusers) in th pc, only one user is required to login at any one time.

View 3 Replies View Related

Ubuntu Networking :: Network Manager Applet Menu Not Showing (Unity)

Aug 20, 2011

I seem to have a little problem with the Network Manager applet - it works vaguely OK, even if it takes a bit long to find my connection, but when I click on the icon, the menu doesn't show.I have also installed the applet through the Ubuntu Software Centre.Just to clarify, the icon appears fine in my panel, and the notifications appear when I am connected, it's just that the menu doesn't appear at all.

View 5 Replies View Related

Ubuntu :: Unity - Hide The Top Panel Or (better) Remove It Completely (I Can Live Without Global Menu)

May 2, 2011

To make Unity useful for me I need to make some changes. I wonder if it's possible to:

1. Hide the top panel or (better) remove it completely (I can live without global menu).
2. Make the Unity Launcher work like a panel - so it won't be possible to move windows behind it.

View 2 Replies View Related

Ubuntu :: Everytime Adjust A Setting In The CompizConfig Settings Manager - The Top Unity Bar Wigs Out And Disappears

Jun 12, 2011

I like everyone else posing in this forum am trying to reconcile with 11.04. Everytime I adjust a setting in the CompizConfig Settings Manager, the top unity bar wigs out and disappears, it is still clickable but its invisible. Is there any simple fix to this? I don't think it's my hardware because other people are getting this too. I really don't like restarting/logging off my computer everytime I make a compiz change.

View 1 Replies View Related

Fedora :: Non-root User Cannot Launch 'shortcuts' From The File Manager / Plasma Desktop Manager

Aug 3, 2011

Non-root user cannot launch "shortcuts" (sorry I grew up on windows, don't know the right term) from the file manager or plasma desktop manager.They have full permissions to the shortcuts, even ones they create do not work.If I log in with root permissions they work fine

View 2 Replies View Related

Ubuntu :: Remove "Check Email" Shortcut Unity?

Jun 20, 2011

I was wondering if it is possible to remove the "Check Email" shortcut you get when you press the super button in Unity.I don't ever use email programs so the shortcut is pointless to me.

View 2 Replies View Related

Ubuntu :: Update Manager Tries To Remove Applications

Jun 8, 2010

I was wondering why some programs are removed when doing a (partial) upgrade. For instance the Nvidia drivers, the network manager and some other server components are removed.

This is very annoying since you're receiving updates on a regular basis.

(screenshot of the update manager announcing the programs it's going to remove)

RemoveApplications.png

View 6 Replies View Related







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