On 03.04.2016 11:33, Bjoern Voigt wrote:
Bjoern Voigt wrote:
Bjoern Voigt wrote:
I am also surprised about the GTK+ version information in Emacs start screen. See
http://paste.opensuse.org/20581479
GTK+ 3.18.7 is not correct. Maybe Emacs is build against GTK+ 3.18.7 and the version information is a static text.
I will try to recompile Emacs and see, if this helps. My Emacs compilation error was caused by by multiple PNG-devel packages. The correct version is "libpng-devel".
After re-compiling the Emacs packages I have the correct GTK+ version on Emacs start screen:
"This is GNU Emacs 24.5.1 (x86_64-suse-linux-gnu, GTK+ Version 3.20.2) of 2016-04-03 on mybox"
But the toolbar and the main menu is still broken.
A lot of warnings/errors are still displayed on Emacs startup. Currently I use the GTK+ Breeze theme on KDE Plasma 5 for GTK+:
(emacs:31639): Gtk-WARNING **: Theme parsing error: gtk.css:34:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'
(emacs:31639): Gtk-WARNING **: Theme parsing error: gtk.css:44:13: The :insensitive pseudo-class is deprecated. Use :disabled instead.
(emacs:31639): Gtk-WARNING **: Theme parsing error: gtk.css:45:19: The '-gtk-image-effect' property has been renamed to '-gtk-icon-effect'
(emacs:31639): Gtk-WARNING **: Theme parsing error: gtk.css:50:29: The :prelight pseudo-class is deprecated. Use :hover instead.
Greetings, Björn
That seems like a bunch of error's I've recently got with Vertex GTK2/3 theme which broke on libgtk-3-0 (or, possibly, something else gnome related) update. In its case I had to update to the newest version that was adapted for that breakage.