How do I get the package gtkglext

Hello, a software called gabedit needs this package. But I can only find the source code. Do I need to compile the package to get gabedit to work?

zypper search gtkglext

S | Name                                  | Summary                                             | Type      
--+---------------------------------------+-----------------------------------------------------+-----------
  | gtkglext                              | OpenGL Extension to GTK                             | srcpackage
  | gtkglext-debugsource                  | Debug sources for package gtkglext                  | package   
i | gtkglext-devel                        | OpenGL Extension to GTK                             | package   
  | gtkglext-doc                          | Documentation of the OpenGL Extension to GTK        | package   
i | libgtkglext-x11-1_0-0                 | OpenGL Extension to GTK                             | package   
  | libgtkglext-x11-1_0-0-32bit           | OpenGL Extension to GTK                             | package   
  | libgtkglext-x11-1_0-0-debuginfo       | Debug information for package libgtkglext-x11-1_0-0 | package   
  | libgtkglext-x11-1_0-0-debuginfo-32bit | Debug information for package libgtkglext-x11-1_0-0 | package

A related post: http://lists.opensuse.org/opensuse-packaging/2013-03/msg00046.html

On Sun, 03 Aug 2014 21:36:01 +0000, bonedriven wrote:

> i | libgtkglext-x11-1_0-0 | OpenGL Extension to GTK
> | package

This would seem to be the package required.

Where did you acquire gabedit from?

Jim


Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C

From this repo https://build.opensuse.org/package/show?project=science&package=gabedit.

I get this error when use the “geometry -> draw” function, this program will force close.

gabedit
gabedit: symbol lookup error: gabedit: undefined symbol: gdk_gl_font_use_pango_font

You have to install libgtkgl-x11-1_0-0 from this repo as well, I suppose.

Use the “Versions” tab in YaST for that. (you have to have added the repo to your system though)

Thanks! Works great now. The solution comes out like a detective story to me. :open_mouth: