Go to file
rtlhq 32e21befa8 changed debian source format to native 2022-11-09 13:25:31 +08:00
debian changed debian source format to native 2022-11-09 13:25:31 +08:00
icons Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
panel-plugin Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
po Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
AUTHORS Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
COPYING Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
ChangeLog Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
INSTALL Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
Makefile.am Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
Makefile.in Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
NEWS Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
README Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
TODO Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
aclocal.m4 Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
compile Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
config.guess Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
config.h.in Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
config.sub Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
configure Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
configure.ac Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
depcomp Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
install-sh Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
intltool-extract.in Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
intltool-merge.in Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
intltool-update.in Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
ltmain.sh Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
missing Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00
mkinstalldirs Import Upstream version 1.1.5 2022-09-24 18:33:57 +08:00

README

# ================================================ #
# Version 1.1.0. for Xfce Panel 4.12.0 and higher  #
# Ported and maintained by Fabian Nowak and others #
# ================================================ #
https://docs.xfce.org/panel-plugins/xfce4-mount-plugin

xfce4-mount-plugin - version 1.1.0

This little plugin behaves like the "kwikdisk - removable media utility" 
shipped with KDE.

Press it and it will display a list of items representing your various devices. 
If you click on an unmounted devices it will mount it and vice versa. There is 
a warning in case a device can't be mounted or when unmounting fails.

The plugin displays various information on each device:
"device name" > "mount point" ["used size"/"total size"] "available size" free 
and an obvious progress bar.

The plugin works in a very simple way. It builds a list of devices from your 
/etc/fstab (using setfsent() and getfsent() ) and gets device stats from the 
list of mounted devices (i.e. same data as the 'df' command), using setmntent()
and getmntent(). On *BSD systems it uses getmntinfo().
For mouting a device, the plugin simply runs a "mount /mount_point/ " command 
if no other command is explicitly specified in the options dialog.

Acknowledgements go to the following people for several major or minor reasons,
mostly for nice ideas and features, but also for bugfixes and other stuff:

 - The one guy with the "no device names" patch
 - Landry Breuil
 - Christoph Kühne
 - Pavol Rusnak
 - Lionel Le Folgoc
 - Enrico Troeger
 - Sergei "GeoNix"
 - Neoklis
 - Robby Workman
 - Matthias Eller
 - Jari Eskelinen
 - Joost Kremers
 - Jean-Baptiste Dulong
 - Raphael Groner
 - skunnyk

Thank you.