Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 22700 ideas, 138270 comments, 2629576 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Popular ideas Here are the most popular ideas ever about Ubuntu.

I have several old ".appName" folders in my /home  
Written by edbian the 23 Jul 09 at 16:07. Related project: Synaptic package manager. New
Right now the only way to remove them is to go through the directory 1 at a time and manually decide. I could write a script but it is tough enough to tell on my own which folders need to stay and which should go. They might be hidden but they are mostly wasted space.
9
votes
up equal down
Solution #1: Add a flag to aptitude (and apt-get, and synaptic)
Written by edbian the 23 Jul 09 at 16:07.
There should be a new flag added to aptitude (and apt-get and a new function added to synaptic). Right now I can "remove" a package which removes most of the files but leaves the /etc config files and the .appName. Alternatively I could "purge" the program which will remove everything except the .appName folder.

I should be able to "sudo aptitude -h remove " which will remove the package and the .appName folder hidden in /home. Alternatively I should be able to "sudo apt-get -h purge " which would remove all of the package files including /etc config files AND the .appName folder in /home. In my opinion this would be a more intuitive "purge" but I don't think it is a good idea to change the meaning of the "purge" command. Too many people will be accidentally removing the .appName folders that they may want to keep.
9
votes
up equal down
Solution #2: Help users manage leftover .appName folders
Written by Darwin Survivor the 8 Aug 09 at 12:30.
Removing all .appName folders from every user's home folder could cause problems if other users had intended to keep those folders. A better idea may be to make it easier for users to manage and clean their home folders.

I propose we make a way of tracking which applications use which configuration folders (maybe a specially-named file in the root of the config folder) and create a utility that will list folders vs applications and highlight which ones are for applications that no longer exist. The user could then hit a "delete" button and delete the un-used folders they no longer wish to keep.

See the 5 comments or propose a solution >>