Sponsored Content
Full Discussion: GTK2.22 for Fedora 20
Operating Systems Linux Fedora GTK2.22 for Fedora 20 Post 302937458 by fedora18 on Thursday 5th of March 2015 01:11:20 PM
Old 03-05-2015
fpmurphy I really like the idea of installing the 32 bit binaries on the clients system. I am just unsure how to do this. I have the binaries in rpm packages but am lost on how to install them and then link to them at runtime.....
The only libraries I need to install are:

gtk2-devel-2.22.0-2.fc.14.i686.rpm
proj-4.7.0-3.fc14.i686.rpm
proj-devel-4.7.0-3.fc14.i686.rpm
 

8 More Discussions You Might Find Interesting

1. Linux

Need gtk2 for linux es3

I need to have the ability to read acrobat files on my Red hat linux boxes (enterprise level 3) . however acroread will not install saying i do not have gtk2 (gimp toolkit). Does anyone know where i can either get gtk2 for this linux or where i can get an acrobat reader for this flavour of linux. (1 Reply)
Discussion started by: frankkahle
1 Replies

2. UNIX Desktop Questions & Answers

gtk2-perl load error help

I write this code. It show the first dialog correctly. but, no matter i modify the code(load module by use or require, or something i think maybe error) it can't pop-up anymore. and show this warning. Thanks. (I'm sorry for my English.) Tue Mar 16 17:24:36 2010 ... (0 Replies)
Discussion started by: snyh
0 Replies

3. Programming

perl/Gtk2: issue with initializing Gtk2

hi everybody, currently i'm playing with perl and Gtk2. i've found a fairly old but nice looking example of a client/server application which is written in perl and Gtk2. the server part works perfect but i can't start the client part and keep getting following error message: $ ./client-gui.pl... (1 Reply)
Discussion started by: pseudocoder
1 Replies

4. Red Hat

fedora grub help, moving to tri boot (XP, ubuntu, fedora soemething)

I will shortly be adding a fedora flavor to my devel box. I currently have XP (installed first on an ssd), ubuntu 10.04 (installed second on the first partition of a platter drive), and I want to add either Cent or SL on the second partition of the platter drive. I will probably also want to... (0 Replies)
Discussion started by: LMHmedchem
0 Replies

5. Shell Programming and Scripting

Perl::Gtk2 on Linux --- How to Find the Default Font Being Used?

Hello All, Wasn't sure if this was the correct thread to post this under but figured it has to do with Perl and Gtk2 so why not... Anyway.. How can I find out what the Default font being used is inside a Gtk2::Widget. In this case I'm trying to figure out the font being used inside a... (1 Reply)
Discussion started by: mrm5102
1 Replies

6. Shell Programming and Scripting

Gtk2-Perl

Hai how to activate (script2)page of a note book in Gtk2-Perl when one script1 is run successfully... Thanks kiran (0 Replies)
Discussion started by: kiran425
0 Replies

7. Shell Programming and Scripting

Gtk2-Perl

Hai how to activate (script2)page of a note book in Gtk2-Perl when one script1 is run successfully... Thanks kiran (1 Reply)
Discussion started by: kiran425
1 Replies

8. UNIX for Advanced & Expert Users

32bit GTK2 application

Hi all, So, I have a 32 bit gtk2.22 application that I run flawlessly in Fedora 14. When I compile it on the 32bit machine run it on Fedora 20 64bit machine I get: (myprogram:6736): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita", (myprogram.:6736): Gtk-WARNING **:... (15 Replies)
Discussion started by: fedora18
15 Replies
GDK-PIXBUF-CSOURCE(1)						  [FIXME: manual]					     GDK-PIXBUF-CSOURCE(1)

NAME
gdk-pixbuf-csource - C code generation utility for GdkPixbuf images SYNOPSIS
gdk-pixbuf-csource [options] [image] gdk-pixbuf-csource [options] --build-list [[name] [image]...] DESCRIPTION
gdk-pixbuf-csource is a small utility that generates C code containing images, useful for compiling images directly into programs. INVOCATION
gdk-pixbuf-csource either takes as input one image file name to generate code for, or, using the --build-list option, a list of (name, image) pairs to generate code for a list of images into named variables. Options --stream Generate pixbuf data stream (a single string containing a serialized GdkPixdata structure in network byte order). --struct Generate GdkPixdata structure (needs the GdkPixdata structure definition from gdk-pixdata.h). --macros Generate *_ROWSTRIDE, *_WIDTH, *_HEIGHT, *_BYTES_PER_PIXEL and *_RLE_PIXEL_DATA or *_PIXEL_DATA macro definitions for the image. --rle Enables run-length encoding for the generated pixel data (default). --raw Disables run-length encoding for the generated pixel data. --extern Generate extern symbols. --static Generate static symbols (default). --decoder Provide a *_RUN_LENGTH_DECODE(image_buf, rle_data, size, bpp) macro definition to decode run-length encoded image data. --name=identifier Specifies the identifier name (prefix) for the generated variables or macros (useful only if --build-list was not specified). --build-list Enables (name, image) pair parsing mode. -h, --help Print brief help and exit. -v, --version Print version and exit. --g-fatal-warnings Make warnings fatal (causes the program to abort). SEE ALSO
The GdkPixbuf documentation, shipped with the Gtk+ distribution, available from www.gtk.org[1]. BUGS
The runlength encoder gets out of sync with the pixel boundaries, since it includes the rowstride padding in the encoded stream. Furthermore, it generates pixbufs with suboptimal rowstride in some cases. AUTHOR
gdk-pixbuf-csource was written by Tim Janik timj@gtk.org. This manual page was provided by Tim Janik timj@gtk.org. NOTES
1. www.gtk.org http://www.gtk.org [FIXME: source] 05/02/2010 GDK-PIXBUF-CSOURCE(1)
All times are GMT -4. The time now is 08:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy