Re: [clutter] Help for MX using clutter

2010-04-21 Thread Ashish Kumar
Hi Rakesh,

I have compiled mx using clutter.
After git clone git://git.moblin.org/mx
do
./autogen

( May be u have to also build clutter-gesture, clutter-imcontext,
startup-notification, dbus-glib)
Or you may give --without-clutter-gesture option etc etc


Regards,
Ashish

On Wed, Apr 21, 2010 at 6:17 PM, Rakesh Kumar
rakesh.ku...@kpitcummins.comwrote:

  Hi List,



   I have just downloaded current version of MX GUI tool KIT and I
 don’t know

   How to compile it on linux. Please help me on this issue. I have
 searched in clutter

   Archive mail but I didn’t get any info .I am a newbie for clutter
 using MX.



 Regards,

 RK.





Re: [clutter] Help for MX using clutter

2010-04-21 Thread Ashish Kumar
Rakesh,

To run mx tests I can give you steps what all I have done
After git clone mx.
r...@ubuntu:/media/moblin/# cd mx
r...@ubuntu:/media/moblin/mx/# ./autogen.sh --without-dbus
--without-clutter-gesture --without-startup-notification
r...@ubuntu:/media/moblin/mx/# make
r...@ubuntu:/media/moblin/mx/# ./tests/test-mx

I hope above setup gives you an example how to build mx.
Rest you can always mail back if you face any issues.
For mx API documentation look
http://moblin.org/sites/all/files/moblin2.1api/html/mx4/index.html


On Wed, Apr 21, 2010 at 9:08 AM, Rakesh Kumar
rakesh.ku...@kpitcummins.comwrote:

  Thanks for your quick reply.

 I am very new to clutter can you

 Elaborate more on that. I wanted to run all the sample in the

 Test folder of MX.


  --

 *From:* Ashish Kumar [mailto:ashish8...@gmail.com]
 *Sent:* Wednesday, April 21, 2010 6:34 PM
 *To:* Rakesh Kumar
 *Cc:* clutter@o-hand.com
 *Subject:* Re: [clutter] Help for MX using clutter



 Hi Rakesh,

 I have compiled mx using clutter.
 After git clone git://git.moblin.org/mx
 do
 ./autogen

 ( May be u have to also build clutter-gesture, clutter-imcontext,
 startup-notification, dbus-glib)
 Or you may give --without-clutter-gesture option etc etc


 Regards,
 Ashish

 On Wed, Apr 21, 2010 at 6:17 PM, Rakesh Kumar 
 rakesh.ku...@kpitcummins.com wrote:

 Hi List,



   I have just downloaded current version of MX GUI tool KIT and I
 don’t know

   How to compile it on linux. Please help me on this issue. I have
 searched in clutter

   Archive mail but I didn’t get any info .I am a newbie for clutter
 using MX.



 Regards,

 RK.







[clutter] Run clutter application on two display screens

2010-04-08 Thread Ashish Kumar
Hi All,
I want to develop and run an application  in which output is displayed on
two LCD screens/monitors.
Lets say opening of two images on two different LCD sreens/monitors.
Is clutter ok for such an application?
Thanks in advance,
Ashish


[clutter] Error in opening pdf file using pdfviewer

2010-03-31 Thread Ashish Kumar
Hi,

I compiled moblin-sdk-example/apps/pdfviewer from
git clone git://git.moblin.org/moblin-sdk-examples

Compilation is successful but when I run pdfviewer with a pdf file as input.
I get an error.
Please find log and let me know what be the issue.

//==  error log
==
r...@ubuntu:/media/epustak/moblin/moblin-sdk-examples/apps/pdfviewer/src# ls
Interrupt.pdf  main.oMakefile.am  pdfviewerpdfviewer32.png
pdfviewer96.png  pdfviewer.desktop
main.c Makefile  Makefile.in  pdfviewer16.png  pdfviewer48.png
pdfviewer.conf   pdfviewer.desktop.in
r...@ubuntu:/media/epustak/moblin/moblin-sdk-examples/apps/pdfviewer/src#
./pdfviewer -f ./Interrupt.pdf
** (pdfviewer:32264): DEBUG: PDF URI was ./Interrupt.pdf

** ERROR **: Error opening PDF: The URI './Interrupt.pdf' is not an absolute
URI using the file scheme
aborting...
Aborted
r...@ubuntu:/media/epustak/moblin/moblin-sdk-examples/apps/pdfviewer/src#
./pdfviewer --file=./Interrupt.pdf
** (pdfviewer:32265): DEBUG: PDF URI was ./Interrupt.pdf

** ERROR **: Error opening PDF: The URI './Interrupt.pdf' is not an absolute
URI using the file scheme
aborting...
Aborted
r...@ubuntu:/media/epustak/moblin/moblin-sdk-examples/apps/pdfviewer/src#
//===
Regards,
Ashish


Re: [clutter] Error in opening pdf file using pdfviewer

2010-03-31 Thread Ashish Kumar
Hi Damien,

Thanks a lot. Its Working :)

Ashish
On Wed, Mar 31, 2010 at 10:45 AM, Damien Lespiau
damien.lesp...@intel.comwrote:

 On Wed, 2010-03-31 at 15:39 +0100, Ashish Kumar wrote:
  Hi,

 Hi,

  I compiled moblin-sdk-example/apps/pdfviewer from
  git clone git://git.moblin.org/moblin-sdk-examples
 
  Compilation is successful but when I run pdfviewer with a pdf file as
  input. I get an error.
  Please find log and let me know what be the issue.

  ** (pdfviewer:32264): DEBUG: PDF URI was ./Interrupt.pdf
 
  ** ERROR **: Error opening PDF: The URI './Interrupt.pdf' is not an
  absolute URI using the file scheme

 The error messages even tell you what is wrong: you need to give an
 URI[1] to the file you want to load.

 file:///absolute/path/to/Interrupt.pdf

 HTH,

 --
 Damien

 [1] http://en.wikipedia.org/wiki/Uniform_Resource_Identifier




[clutter] open pdf using clutter

2010-03-30 Thread Ashish Kumar
Dear All,

I am new to clutter and using it to develop a GUI on MOBLIN 2.1.
I want to develop an application using clutter which opens a PDF file and
also animate pages of PDF.
Also flip pages with single click on pdf pages.
I was wondering if same can be implemented with Clutter.
Waiting for your valuable suggestion/comments/links etc.
Regards,
Ashish Kumar