sathyanarayananssn / clamtk

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

ClamTK GUI never appears after icon is clicked #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install ClamTK in Ubuntu 14.04
2. Click the ClamTK icon in the launcher

What is the expected output? What do you see instead?

Expect to see the GUI.  Instead nothing happens.

What version of the product are you using? On what operating system?

Tried several versions, most recent was 5.15-1_all
Ubuntu 14.04.1, have applied Mbuntu transformation package from 
http://www.noobslab.com/2014/11/mbuntu-macbuntu-1410-transformation.html

Please provide any additional information below.

If I do sudo clamtk from a terminal I get this:

/usr/share/themes/MBuntu-Y-For-Unity/gtk-2.0/widgets/panel.rc:18: Unable to 
locate image file in pixmap_path: "images/panel/panel-normal.svg"
/usr/share/themes/MBuntu-Y-For-Unity/gtk-2.0/widgets/panel.rc:21: Background 
image options specified without filename
/usr/share/themes/MBuntu-Y-For-Unity/gtk-2.0/widgets/panel.rc:27: Unable to 
locate image file in pixmap_path: "images/panel/panel-active.svg"
/usr/share/themes/MBuntu-Y-For-Unity/gtk-2.0/widgets/panel.rc:30: Background 
image options specified without filename
/usr/share/themes/MBuntu-Y-For-Unity/gtk-2.0/widgets/panel.rc:61: error: 
invalid string constant "button", expected valid string constant
Icon 'gtk-new' not present in theme at /usr/share/perl5/ClamTk/GUI.pm line 280.

Original issue reported on code.google.com by CITBRese...@gmail.com on 28 Mar 2015 at 8:41

GoogleCodeExporter commented 8 years ago
Hi,

Thank you for letting me know.

Please try

sudo apt-get install gnome-icon-theme-full

This is likely a theme issue.  Hopefully the command above will fix it.  If 
not, I may recommend you ask the author(s) of the package you listed.

Thanks,
Dave M

Original comment by dave.n...@gmail.com on 28 Mar 2015 at 8:53

GoogleCodeExporter commented 8 years ago

Original comment by dave.n...@gmail.com on 1 Apr 2015 at 11:35

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I must apologize, it took us a couple of days to get around to this again but 
your suggested fix did work.  Thank you!

Original comment by CITBRese...@gmail.com on 1 Apr 2015 at 2:10

GoogleCodeExporter commented 8 years ago
Same problem on Ubuntu Gnome 15.04, installing gnome-icon-theme-full fixed it

Original comment by bsw...@gmail.com on 18 May 2015 at 7:50

GoogleCodeExporter commented 8 years ago
To solve the problems of the images ( .svg ) you must create the necessary 
directory :
# cd /usr/share/themes/MBuntu-Y-For-Unity/gtk-2.0/
# mkdir -p images / panel

And then copied within 2 images needed from anywhere.
( For example you can download them from : 
https://github.com/linuxmint/mint-themes/tree/master/usr/share/themes/Mint-X/gtk
-2.0/images/panel )

NOTE: Just in case I leave the 2 images included as attachments to the message

NOTE : Do it all as "root " to avoid permission problems .
------

The problem of error: panel.rc:61: error: invalid string constant "button"
I have not yet been solved :-(
-----------
Signed: Luis GuLo

Original comment by luisg...@gmail.com on 14 Jul 2015 at 10:28

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry !!
The line folder creation is incorrect. There must be no blank spaces ....
# mkdir -p images/panel

Signed: Luis GuLo

Original comment by luisg...@gmail.com on 14 Jul 2015 at 10:32

GoogleCodeExporter commented 8 years ago
NOTE: The package "gnome-icon-theme-full" not include panel-*.svg !!!

Original comment by luisg...@gmail.com on 14 Jul 2015 at 10:33

GoogleCodeExporter commented 8 years ago
:-D

The error line 61 ( and 62 ) is solved by changing the last 2 lines , it should 
look like:

# Panel Buttons
#widget_class " * Panel * GtkToggleButton " style : highest "button"
#widget_class " * Panel * GtkButton " style : highest "button"
widget_class " * Panel * GtkToggleButton " style : highest "panel"
widget_class " * Panel * GtkButton " style : highest "panel"

Original comment by luisg...@gmail.com on 14 Jul 2015 at 10:49