2017-04-16 15:25:10 +08:00
|
|
|
### Configure Options
|
2014-04-16 00:20:09 +08:00
|
|
|
|
|
|
|
Many configure options are given in the configure.ac file in the source,
|
|
|
|
some of which are:
|
2016-12-18 21:25:10 +08:00
|
|
|
|
|
|
|
--enable-mbedtls
|
|
|
|
--enable-mhash
|
2014-04-16 00:20:09 +08:00
|
|
|
--enable-nettle
|
2016-12-18 21:25:10 +08:00
|
|
|
--enable-caja
|
2014-04-16 00:20:09 +08:00
|
|
|
--enable-nautilus
|
|
|
|
--enable-nemo
|
|
|
|
--enable-thunar
|
|
|
|
|
|
|
|
The above configuration options are present in the SlackBuild and
|
|
|
|
commented out; users can enable them according to their needs.
|
|
|
|
|
2017-12-29 15:24:30 +08:00
|
|
|
### Command line switches
|
2016-12-18 21:25:10 +08:00
|
|
|
|
2017-12-29 15:24:30 +08:00
|
|
|
* To enable the GtkHash Thunar extension, can run the script like:
|
2016-12-18 21:25:10 +08:00
|
|
|
|
|
|
|
./THUNAR=yes gtkhash.SlackBuild
|
|
|
|
|
2017-12-29 15:24:30 +08:00
|
|
|
* To enable BLAKE2 support (needs libb2):
|
|
|
|
|
|
|
|
./BLAKE2=yes gtkhash.SlackBuild
|
2016-12-18 21:25:10 +08:00
|
|
|
|
2017-04-16 15:25:10 +08:00
|
|
|
### Using with Thunar
|
2014-04-16 00:20:09 +08:00
|
|
|
|
2015-01-24 01:11:13 +08:00
|
|
|
Thunar's Custom Action feature can be used (Thunar -> Edit -> Configure
|
2016-12-18 21:25:10 +08:00
|
|
|
Custom Action) to create a custom action in the menu for checking the md5sum.
|
2014-04-16 00:20:09 +08:00
|
|
|
|
2016-12-18 21:25:10 +08:00
|
|
|
Sample values:
|
2014-04-16 00:20:09 +08:00
|
|
|
|
|
|
|
(Basic Tab)
|
|
|
|
Name: Check md5sum
|
|
|
|
Command: gtkhash %f
|
|
|
|
|
|
|
|
(Appearence Tab)
|
|
|
|
File Pattern: *.*z*
|
|
|
|
Appears if: Other Files
|