~ubuntu-branches/ubuntu/lucid/xfce4-fsguard-plugin/lucid

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2007-10-23 20:47:52 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071023204752-k6m9xkmw664l2ywj
Tags: 0.3.99.2-0ubuntu1
* New upstream release (second release candidate):
  - Set default plugin icon to xfce4-fsguard-plugin-warning
  - Rename the "progress bar" to "meter"
  - Fix size of plugin and border around the GtkProgressBar
  - Reworked option dialog
  - A fixed intltool-merge script.
* debian/patches/01_fix-ftbfs-kfreebsd.patch: dropped, included upstream.
* LP: #64429 fixed since the first release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This is a little XFce Plugin, which checks the free space on the choosen mountpoint frequently.
2
 
If free space <= alarm limit it displays a red icon and a warning message.
3
 
If free space >= alarm limit and <= warn limit it displays a yellow icon.
4
 
Otherwise it displays a green icon.
5
 
<Button 1> click starts xffm on the choosen mountpoint.
 
1
 FSGuard
 
2
=========
 
3
 
 
4
The FSGuard panel plugin checks free space on a chosen mount point
 
5
frequently and displays a message when a limit is reached.  There are
 
6
two limits: a warning limit where only the icon changes, and an urgent
 
7
limit that advise the user with a message.  The icon button can be
 
8
clicked to open the chosen mount point.
 
9
 
 
10
 
 
11
 Homepage
 
12
----------
 
13
 
 
14
http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
 
15
 
 
16
 
 
17
 Dependencies
 
18
--------------
 
19
 
 
20
* libgtk+2 2.6
 
21
* libxfcegui4 4.4.0
 
22
* libxfce4util 4.4.0
 
23
* libxfce4panel 4.4.0
 
24
 
 
25
 Install
 
26
---------
 
27
 
 
28
% tar xf xfce4-fsguard-plugin-<version>.tar.gz
 
29
% ./configure
 
30
% make
 
31
% make install
 
32
 
 
33
See the INSTALL file for more instructions.
 
34
 
 
35
 
 
36
 Report bugs
 
37
-------------
 
38
You can report bugs and feature requests on http://bugzilla.xfce.org/.
 
39
Select the product “Xfce Panel Plugins” and the component “fsguard”.
 
40
 
 
41
Feature requests are always welcome.
 
42
 
 
43
You can also join the Xfce Goodies mailing-list at this address:
 
44
http://foo-projects.org/mailman/listinfo/goodies-dev.
 
45