mirror of
https://github.com/dave-theunsub/clamtk.git
synced 2026-01-17 11:08:13 -05:00
17 lines
546 B
Markdown
17 lines
546 B
Markdown
# Ubuntu 12.04 is supported - as of version 5.04 #
|
|
|
|
From my research, the perl-Gtk2 version needs to be at least 1.241.
|
|
|
|
If you are using an old Ubuntu - like 12.xx - use the legacy deb.
|
|
|
|
# I'm using Kubuntu (or KDE), and ClamTk won't start. There is an error message "Icon 'gtk-new' not present" #
|
|
|
|
That's because unlike Ubuntu, Kubuntu does not have all the "built-in" gnome icons. This should fix the problem:
|
|
|
|
```
|
|
sudo apt-get install gnome-icon-theme-full
|
|
```
|
|
|
|
I'll put this package in as a requirement for 5.02.
|
|
|
|
Contact me for assistance. |