You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clamtk-kde is a simple plugin to allow a right-click, context menu scan of files or folders in Dolphin, a file manager in KDE.
6
6
7
-
All this plugin does is copy a desktop file to a directory. If this seems redundant, that's because it is: this plugin depends on clamtk, which already has this desktop file. So, it stands to reason we should be able to just find that file and copy it, rather than having our own copy.
7
+
All this plugin does is copy a desktop file to a directory. This makes it easy to scan a file or folder, without opening the virus scanner first and navigating to the file or folder of interest.
8
8
9
9
## Installation
10
10
11
11
### Automatic installation
12
12
13
13
There are deb and rpm packages to install this plugin:
14
14
15
-
#### On Debian based systems (Ubuntu, etc)
15
+
#### On Ubuntu systems
16
16
17
-
`sudo apt install clamtk-kde`
18
-
19
-
or, if you've already downloaded it:
20
-
21
-
`sudo dpkg -i clamtk-kde_0.19-1_all.deb`
17
+
`sudo dpkg -i clamtk-kde_0.20-1_all.deb`
22
18
23
19
#### On CentOS systems
24
20
25
-
`yum install clamtk-kde-0.19-1.fc35.noarch.rpm`
21
+
`yum install clamtk-kde-0.20-1.el9.noarch.rpm`
26
22
23
+
or
24
+
25
+
`dnf install clamtk-kde-0.20-1.el9.noarch.rpm`
27
26
28
27
#### On Fedora systems
29
28
30
-
`dnf install clamtk-kde-0.19-1.fc35.noarch.rpm`
29
+
`dnf install clamtk-kde-0.20-1.fc39.noarch.rpm`
31
30
32
31
### Manual installation
33
32
34
33
To manually install it:
35
34
36
-
Ensure ClamTk is installed. You'll need version 5.00 or newer,
37
-
but you should run at least the 6.xx series by now.
35
+
Ensure ClamTk is installed. You will need to have root privileges for this step. Youwill need version 5.00 or newer, but you should use the 6.xx series by now.
38
36
39
37
Copy the clamtk-kde.desktop file to the services folder. For example:
0 commit comments