blob: 384ab77c0603a70cb6b3e31fad340eb42c2ba5c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
### Configure Options
Many configure options are given in the configure.ac file in the source,
some of which are:
--enable-mbedtls
--enable-mhash
--enable-nettle
--enable-caja
--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.
### Command line switches
* To enable the GtkHash Thunar extension, can run the script like:
./THUNAR=yes gtkhash.SlackBuild
* To enable BLAKE2 support (needs libb2):
./BLAKE2=yes gtkhash.SlackBuild
### Using with Thunar
Thunar's Custom Action feature can be used (Thunar -> Edit -> Configure
Custom Action) to create a custom action in the menu for checking the md5sum.
Sample values:
(Basic Tab)
Name: Check md5sum
Command: gtkhash %f
(Appearence Tab)
File Pattern: *.*z*
Appears if: Other Files
|