Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: tobiaus on December 14, 2008, 10:08:47 AM

Title: [solved] conky is huge, where's torsmo?
Post by: tobiaus on December 14, 2008, 10:08:47 AM
i know "conky is the new torsmo," but torsmo was very small and didn't need xorg.

i prefer conky, but for a 10mb distro, downloading what seemed to be just as large for a tiny root window app seems just slightly perverse.

just barely related: it looks like dsl 3.x (on the same machine) could run torsmo with doublebuffer (less blinky) and 4.x could not. just a note if anyone makes an extension.

i'm not above copying torsmo from dsl if it's not too many / any libs, although it's better probably to compile for 2.6 if you're running in 2.6.
Title: Re: conky is huge, where's torsmo?
Post by: ^thehatsrule^ on December 14, 2008, 12:50:59 PM
This looks like it was built againt an older version of xorg-dev.  You can ask for a rebuild (probably juanito) which should remove that dependency.
Title: Re: conky is huge, where's torsmo?
Post by: tobiaus on December 14, 2008, 01:02:36 PM
This looks like it was built againt an older version of xorg-dev.  You can ask for a rebuild (probably juanito) which should remove that dependency.

thanks, it is juanito, i sent him a pm.
Title: Re: conky is huge, where's torsmo?
Post by: Juanito on December 14, 2008, 07:44:37 PM
Quote
This looks like it was built againt an older version of xorg-dev.  You can ask for a rebuild (probably juanito) which should remove that dependency.
..let me check

Quote
I prefer conky, but for a 10mb distro, downloading what seemed to be just as large for a tiny root window app seems just slightly perverse.
I used conky as it can display wireless stats without the need to call a separate script and I thought (perhaps wrongly) that torsmo couldn't do double buffering

Quote
conky is huge, where's torsmo?
the tce is 96kb, let me look at how the tcz was built...

Quote
i'm not above copying torsmo from dsl if it's not too many / any libs, although it's better probably to compile for 2.6 if you're running in 2.6.
it would be better to recompile torsmo on tc
Title: Re: conky is huge, where's torsmo?
Post by: Juanito on December 15, 2008, 01:33:46 AM
OK, so - if I boot tc-rc05 without Xorg-7.4.tcel and with only glib2.tcel loaded, conky.tcel works:
Code: [Select]
$ conky -b &
conky: can't allocate X color 'grey' [doesn't like gray either]
conky: can't allocate X color '#ddd'
conky: failed to set up double-buffer
i.e. despite me saying that Xorg-7.4, expat2, libxml2 and glib2 were required, things appear to work with only glib2.

I built conky.tczl with cramfs and the filesize is 110592 bytes, so I will post.
Title: Re: conky is huge, where's torsmo?
Post by: tobiaus on December 15, 2008, 02:38:01 PM
after small changes to .conkyrc, i was able to run the .tczl version of conky in the root window, thanks very much.
Title: Re: [solved] conky is huge, where's torsmo?
Post by: Kingdomcome on January 06, 2009, 12:32:33 AM
conky.tcel.dep still includes Xorg. It would be good to get that updated as well.  Thanks!
Title: Re: [solved] conky is huge, where's torsmo?
Post by: Juanito on January 07, 2009, 01:35:40 AM
oops - thanks for letting me know - now updated.
Title: Re: [solved] conky is huge, where's torsmo?
Post by: Onyarian on January 22, 2009, 02:25:21 PM
How can I run Conky on desktop at startup?
I have set .conkyrc and added in .xsession "exec Conky  -b &" but It doesn't work. Only if I invoke it from a xshell.

Title: Re: [solved] conky is huge, where's torsmo?
Post by: ^thehatsrule^ on January 22, 2009, 02:36:25 PM
You should add "conky -b &" somewhere before the final exec statment in .xsession
Title: Re: [solved] conky is huge, where's torsmo?
Post by: Onyarian on January 23, 2009, 07:18:14 AM
Finally!

thanks, Hats
Title: Re: [solved] conky is huge, where's torsmo?
Post by: mikshaw on January 23, 2009, 11:54:20 AM
FYI: Using the 'exec' command tells a sh shell to run exec's argument as a replacement for the current process (the script containing the exec command). Any subsequent command will never be run, so if you have "exec conky" followed by "exec jwm", conky will run but jwm will be ignored.  I assume conky requires a window manager, so I'm guessing conky would probably halt.
Title: Re: [solved] conky is huge, where's torsmo?
Post by: kerpob on February 16, 2009, 12:46:40 PM
oops - thanks for letting me know - now updated.
Tried to start conky and I get "error while loading shared libraries: libxcb-xlib.so.0: cannot open shared object file..."
Is there some depenancy to download?
Title: Re: [solved] conky is huge, where's torsmo?
Post by: danielibarnes on February 16, 2009, 01:16:17 PM
The appbrowser and the associated .dep file indicate the dependencies:
glib2.tczl
expat2.tczl
libxml2.tczl

If you download using appbrowser the dependencies are automatically resolved.

helpful newbie tips:
* copy /etc/conky/conky.conf to /home/tc/.conkyrc and edit it to personalize the display.
* add a line to execute conky in /home/tc/.xsession so that it runs when X starts up ("conky -d -q" for example).
Title: Re: [solved] conky is huge, where's torsmo?
Post by: kerpob on February 16, 2009, 01:30:39 PM
The appbrowser and the associated .dep file indicate the dependencies:
glib2.tczl
expat2.tczl
libxml2.tczl

If you download using appbrowser the dependencies are automatically resolved.
I had the tce versions of all these - I didn't think it should make a difference... does it, or is there an error in the tce version?
Title: Re: [solved] conky is huge, where's torsmo?
Post by: danielibarnes on February 16, 2009, 02:21:42 PM
I use the tcz extension for conky; I don't know about the tce version.
Title: Re: [solved] conky is huge, where's torsmo?
Post by: Juanito on February 17, 2009, 12:05:32 AM
I removed the depencency on xorg a while ago, but it looks like I only uploaded the tczl version or I uploaded the earlier tcel version again.

I uploaded the correct conky.tcel now - hopefully this should fix the problem.

Thanks for pointing this out.
Title: Re: [solved] conky is huge, where's torsmo?
Post by: kerpob on February 17, 2009, 01:06:03 AM
I removed the depencency on xorg a while ago, but it looks like I only uploaded the tczl version or I uploaded the earlier tcel version again.

I uploaded the correct conky.tcel now - hopefully this should fix the problem.

Thanks for pointing this out.
I'll try it tonight - do I just re-install, or do I need to delete the old tcel first?
Title: Re: [solved] conky is huge, where's torsmo?
Post by: Juanito on February 17, 2009, 01:33:55 AM
Just replace your existing conky.tcel with the new one and then re-boot.
Title: Re: [solved] conky is huge, where's torsmo?
Post by: kerpob on February 17, 2009, 03:28:04 PM
Just replace your existing conky.tcel with the new one and then re-boot.
Yes that worked. Lovely isn't it?