~ubuntu-branches/ubuntu/quantal/libtrash/quantal

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Tallon
  • Date: 2006-01-15 01:14:22 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060115011422-okt7r0frye3bbajo
Tags: 2.4-1
* New upstream version (Closes: #345682)
  - Supersedes 2.2, still buggy (Closes: #250019)
  - Solves SEGV on startup with FISH (Closes: #326453)
  - Solves problems with dia (Closes: #284611)
  ...due to an undocumented 'feature' w/ glibc2.1

* build process
  - upgrade to debhelper compat level 4

* Update upstream author's contact info (Closes: #194064)

* Package sponsored by Roberto Lumbreras <rover@debian.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
--------   "recycle bin" or "trash can" under GNU/Linux.
3
3
 
4
4
 
5
 
Written by Manuel Arriaga (m.arriaga@netcabo.pt).
 
5
Written by Manuel Arriaga (manuelarriaga@gmail.com).
6
6
 
7
 
Copyright (C) 2001, 2002, 2003 Manuel Arriaga
 
7
Copyright (C) 2001, 2002, 2003, 2004, 2005 Manuel Arriaga
8
8
Licensed under the GNU General Public License version 2.  See the file 
9
9
COPYING for details.
10
10
 
11
11
 
12
 
Version: 2.0 (2003/03/05)
 
12
Version: 2.4 (2005/Sep/24)
13
13
-------
14
14
 
15
15
 
284
284
 
285
285
 
286
286
libtrash should now be set up and ready to spare you a lot of headaches. You
287
 
can test drive it with the following commands (assuming that you didn't
288
 
change TRASH_CAN to a string other than "Trash"):
289
 
 
290
 
$ touch test_file
 
287
can test drive it by doing the following (assuming that you didn't change
 
288
TRASH_CAN to a string other than "Trash"):
 
289
 
 
290
1) Create a file called test_file
 
291
2) Open test_file with a text editor, type a few characters and save it.
 
292
3) Run the following commands:
 
293
 
291
294
$ rm test_file
292
295
$ ls Trash/
293
296
 
296
299
deleted with "rm": it also works with your (graphical) file manager, mail
297
300
user agent, etc...
298
301
 
299
 
 
 
302
(NOTE: Simply "touching" a test file -- ie, "touch test_file" -- and then
 
303
removing it will no longer put it in the trash can, because libtrash now
 
304
ignores empty files, since their removal doesn't present a risk of data
 
305
loss.)
300
306
 
301
307
SUSPENDING/RESUMING/CIRCUMVENTING libtrash:
302
308
------------------------------------------
381
387
-------
382
388
 
383
389
This library was written by me, Manuel Arriaga. Feel free to contact me at
384
 
m.arriaga@netcabo.pt with questions, suggestions, bug reports or just a short
385
 
note saying how libtrash helped you or your organization deploy GNU/Linux in
386
 
a context where some "user friendliness" in handling file deletions is 
387
 
required.
 
390
manuelarriaga@gmail.com with questions, suggestions, bug reports or just a
 
391
short note saying how libtrash helped you or your organization deploy
 
392
GNU/Linux in a context where some "user friendliness" in handling file
 
393
deletions is required.
388
394
 
389
395
 
390
396
CREDITS:
428
434
- Jacek Sliwerski (rzyjontko) for adding the IGNORE_RE feature to libtrash.
429
435
 
430
436
- Robert Storey for reporting an error in the documentation.
 
437
 
 
438
- Raik Lieske for reporting a bug in the handling of certain file paths.
 
439
 
 
440
- David Benbennick for reporting mishandling of function calls with a NULL pathname.
 
441
 
 
442
- Jorgen Schaefer for helping me figure out why glibc was crashing when
 
443
libtrash was active and getwc() was called.