Text sintaxis on!!
Gloobus now supports text highligthing for soure code files!!
Here you have the screenshoot
To install it (till there is a deb for the next version
bzr branch lp:gloobus gloobus
cd ./gloobus/gloobus-preview
./configure –prefix=/usr/ (–prefix is with double – )
make && sudo make install
That’s awesome, but when are you going to modify Gloobus to compile with clutter 1.0?
I’v just ported gloobus to clutter 1.0, you can download it from bzr 😉
Jordi, the next time you could post a better image. This image is so small to appreciate anything.
Regards.
I’ll try next time! 😉
He couldn’t make it bigger, otherwise the code would have spoiled the yet unreleased killer feature which is coming in the next version 😉
nice 🙂
I’m hitting a snag when compiling:
When I run “./configure -prefix=/usr/”, then only error i’m getting is “config.status: error: cannot find input file: src/plugin-ttf/Makefile.in” and the file does not exist as the error implies. How should I go about fixing this? Thanks!
Mike in the comand
. / configure -prefix = / usr /
before the prefix are two traits, as in wordpress gives this problem does not appear correctly.
Dear friends, first correct the command
cd. / gloobus / Gloobus-Preview it in reality
cd. / gloobus / gloobus-preview without capital letters.
And to give the configure command produces a lot of errors, see below:
sergiojp@sergiojp-jj-desk:~$ cd ./gloobus/gloobus-preview
sergiojp@sergiojp-jj-desk:~/gloobus/gloobus-preview$ ./configure –prefix=/usr/
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
checking for g++… no
checking for c++… no
checking for gpp… no
checking for aCC… no
checking for CC… no
checking for cxx… no
checking for cc++… no
checking for cl.exe… no
checking for FCC… no
checking for KCC… no
checking for RCC… no
checking for xlC_r… no
checking for xlC… no
checking for C++ compiler default output file name…
configure: error: in `/home/sergiojp/gloobus/gloobus-preview’:
configure: error: C++ compiler cannot create executables
See `config.log’ for more details.
sergiojp@sergiojp-jj-desk:~/gloobus/gloobus-preview$
Last rev has a compiling bug… so now we can’t compile it
you configure just gives one error, something about your c++ compiler
Wait some days and try again or just use two revs before the last one
Had to
itself.filetype = “text/x-csrc”;
pluginVector.push_back(itself);
to src/plugin-text/plugin-text.h for some .c files.
Thanks! just added
Ok, thanks.
Also, is there a way for the src preview to have monospace text?
I think there is.. Let me search for it 😀