Re: new plugin : xfce4-mount-plugin
obit <[email protected]>
| Newsgroups | gmane.comp.desktop.xfce.goodies.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi. Jean-baptiste Dulong wrote: >Hi, >this is to announce the first release of >xfce4-mount-plugin. >The plugin is in a "usable" state and you can get it >now from berlios.de >When clicking on it, it displays a list of available >devices with some usage statistics. These statistics >are refreshed each time you click on the plugin. >Clicking on an unmounted (resp mounted) device will >mount (resp umount) it. >Device names and mount points are gathered from >/etc/fstab through the getfsent() system call. data on >mounted devices comes from gemntent() system call. >The plugin has no configuration options for the >moment. There is no particular action except >mounting/unmounting the device. >This is my very first use of gtk lib and the GNU >autotools, there might be obvious newbie mistakes in >the package, let me know :-) >bye. > >/listinfo/xfce-goodies-dev > > I use plugin a little and want to fix such things: 1. Format info in columns (table with 3 columns - device / info / state) 2. Ability to exclude some entryies from /dev/fstab - ( like a /, /usr, /var - partitions that always mounted) or separate this partitions from others. But in all very nice plugin