Gtk Warning [SOLVED]

Linux specific forum
garretthylltun
Enthusiast
Enthusiast
Posts: 346
Joined: Wed Oct 26, 2005 2:46 am
Contact:

Gtk Warning [SOLVED]

Post by garretthylltun »

Whatever the problem is with the following:

Code: Select all

[WARNING] FreewareHome - Clipboard Search.pb (Line: 1)
[WARNING] Gtk (WARNING): Unable to locate theme engine in module_path: "pixmap",
it doesn't affect my code from running, but if anyone knows what the problem is and how I might resolve it, I'd really appreciate it.

It's on an Ubuntu 12.04 based system(Yes, I know, times have moved on to like 14.xx now).

Thanks,
~Garrett
Last edited by garretthylltun on Sat Aug 02, 2014 5:13 pm, edited 1 time in total.
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
· Necroprogramming FTW! - "Wait.. Is necroprogramming legal?"
· http://www.freewarehome.com/ <-- Freeware listings since 1996
User avatar
hallodri
Enthusiast
Enthusiast
Posts: 208
Joined: Tue Nov 08, 2005 7:59 am
Location: Germany
Contact:

Re: Gtk Warning

Post by hallodri »

Install the engine.

Code: Select all

sudo apt-get install gtk2-engines-pixbuf
garretthylltun
Enthusiast
Enthusiast
Posts: 346
Joined: Wed Oct 26, 2005 2:46 am
Contact:

Re: Gtk Warning

Post by garretthylltun »

Must have been what you suggested. I added some themes and did some system updates and now the warning is gone.

Thanks for info :-)
~Garrett
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
· Necroprogramming FTW! - "Wait.. Is necroprogramming legal?"
· http://www.freewarehome.com/ <-- Freeware listings since 1996
Post Reply