PDA

View Full Version : gtk not working in qt filesystem



apulu
2nd April 2008, 13:32
hi all....

I am new to filesystem..so please excuse me for silly questions..
I have installed qtfilesystem for my embedded system having arm processor..

Is it possible to run gtk applications on my board..??

Thanks in advance..

wysota
2nd April 2008, 13:54
What is "qt filesystem"?

apulu
3rd April 2008, 05:55
SORRY..I mean to say I have downloaded "qpe-root.jffs2" image from net and used in my board(ARM based system)..is it possible to run gtk applications on board?

Thanks..

wysota
3rd April 2008, 06:12
Unless you compile GTK for your platform (which is possibly not possible), then no.

apulu
4th April 2008, 07:15
I cross compiled and installed gtk..but it is giving warning like cann't open display..
what may be the problem..?

Thank you....

wysota
4th April 2008, 08:10
Does your platform have X11 or does it operate on the framebuffer directly? If the latter (which is probably the case) then gtk apps won't work.

apulu
8th April 2008, 10:28
sorry..I am new to these..
how to see whether it is using X11 or framebuffer..??

Thank you..

wysota
8th April 2008, 10:30
Consult your device/os manual. It probably doesn't have a proper X server...

apulu
16th April 2008, 08:04
Thank you for al help....installed gtk once again..i got it working..

apulu
17th April 2008, 07:40
Gtk applications working fine..but only when xserver is running..is it not possible that gtk will run using qpe server itself ,without x server..??

Excuse if it is silly question..

Thank you..

apulu
17th April 2008, 07:43
Gtk applications working fine..but only when xserver is running..is it not possible that gtk will run using qpe server itself ,without x server..??
Cant we do any settings so that gtk will use qpe server itself..??

Excuse if it is silly question..


Thank you..

apulu
18th April 2008, 10:22
Can I install X/QT jumbo package(using single server) for qt and gtk applications to work?

Thank you..