dbautel / clamtk

Automatically exported from code.google.com/p/clamtk
Other
0 stars 0 forks source link

Clamtk won't start in KDE #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Fresh install clamtk.

[mustafa@FoMus ~]$ clamtk
Icon 'gtk-new' not present at /usr/lib/perl5/vendor_perl/ClamTk/GUI.pm line 234.

clamtk-5.02-1 version is on Arch Linux with KDE

Thanks

Original issue reported on code.google.com by mustafa@fomus.org on 7 Jan 2014 at 7:02

GoogleCodeExporter commented 9 years ago
Hi,

According to this 
(https://www.archlinux.org/packages/extra/any/gnome-icon-theme/), the 
gnome-icon-theme should provide the 'gtk-new' icon.  I know the PKGBUILD lists 
gnome-icon-theme as a requirement for ClamTk 
(https://aur.archlinux.org/packages/clamtk/), but can you verify that you have 
it installed?

I've also noticed that for some reason, the gnome-icon-theme page does *not* 
show ClamTk in the "Required By" list.

Thanks.

Original comment by dave.n...@gmail.com on 7 Jan 2014 at 11:13

GoogleCodeExporter commented 9 years ago
Hello.

To fix this issue (here Ubuntu 13.10) add 'gnome-icon-theme-full' to provide 
the icon.

burster@liza:~$ clamtk 
Symbol �gtk-new� nicht im Thema vorhanden at /usr/share/perl5/ClamTk/GUI.pm 
line 234.
burster@liza:~$ sudo updatedb 
burster@liza:~$ locate -i gtk-new
burster@liza:~$
burster@liza:~$ sudo apt-get install gnome-icon-theme-full
[...]
burster@liza:~$ sudo updatedb && locate -i gtk-new
/usr/share/icons/Humanity/actions/128/gtk-new.svg
/usr/share/icons/Humanity/actions/16/gtk-new.svg
/usr/share/icons/Humanity/actions/22/gtk-new.svg
/usr/share/icons/Humanity/actions/24/gtk-new.svg
/usr/share/icons/Humanity/actions/32/gtk-new.svg
/usr/share/icons/Humanity/actions/48/gtk-new.svg
/usr/share/icons/Humanity/actions/64/gtk-new.svg
/usr/share/icons/gnome/16x16/actions/gtk-new.png
/usr/share/icons/gnome/22x22/actions/gtk-new.png
/usr/share/icons/gnome/24x24/actions/gtk-new.png
/usr/share/icons/gnome/256x256/actions/gtk-new.png
/usr/share/icons/gnome/32x32/actions/gtk-new.png
/usr/share/icons/gnome/48x48/actions/gtk-new.png

Original comment by burs...@fastmail.to on 12 Jan 2014 at 12:29

GoogleCodeExporter commented 9 years ago
Well, for my part I can change the control file to require 
gnome-icon-theme-full instead of gnome-icon-theme.  We need to let the Arch 
maintainer know about this, since I don't control that.

Thanks for the input.  I'll mark this closed upon release of 5.03.

Original comment by dave.n...@gmail.com on 15 Jan 2014 at 1:29

GoogleCodeExporter commented 9 years ago
Made the relevant changes that I control.  I also notified the Arch maintainer 
here:
https://aur.archlinux.org/packages/clamtk/

Marking this fixed and closed.

Original comment by dave.n...@gmail.com on 19 Jan 2014 at 2:32