Written by drinkypoo the 9 May 08 at 19:26.
Global category: System.
Implemented
The user should be able to select automatic boot profiling. The profile system should be able to detect when the system has changed sufficiently to make it worth running it again. The system should verify with the user the next time they perform a reboot (or perhaps a shutdown) that the system will be profiled on the next boot. It should especially be done any time the system must be rebooted for an update, since a reboot is forced anyway.
Written by drinkypoo the 22 Jun 08 at 12:51.
Global category: System.
New
I am on a modem and will probably never upload a 4MB+ crash log. Sorry! If you let me store the crash logs (make them expire after a week or something so those which might now be irrelevant are just discarded) then I'll upload them on one of my visits to high speed.
There should also (instead?) be a light version of apport which will send a smaller crash log. I know you want all that information, but you can't have it, because I won't send it. Wouldn't it be better to get something than nothing?
Written by drinkypoo the 13 May 09 at 20:10.
Global category: System.
New
Right now basically every OS has some variation of this problem: There are two ways to delete a file. The first way is to use a command or utility that will just go ahead and unlink() (or whatever) the file and make it go away. The second way is to move the file into the trash, and then later actually delete the files in batches. These two methods are used inconsistently and in general there is no provided option to trash files from the command line. Even if you wrote a script to replace the rm command, the files deleted by applications other than shell scripts would still be lost without any chance to save them. While in some cases this is desirable (e.g. temporary files) in others it would be wonderful to be able to preserve those files.