Closed GoogleCodeExporter closed 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
Original comment by dave.n...@gmail.com
on 1 Apr 2015 at 11:35
[deleted comment]
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
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
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:
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
NOTE: The package "gnome-icon-theme-full" not include panel-*.svg !!!
Original comment by luisg...@gmail.com
on 14 Jul 2015 at 10:33
:-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
Original issue reported on code.google.com by
CITBRese...@gmail.com
on 28 Mar 2015 at 8:41