maomiguairen
发表于 2006-5-13 10:31:55
右上角那个是torsmo,很不错的小工具
安装成功!:)
yetop
发表于 2006-5-13 10:59:10
conky
maomiguairen
发表于 2006-5-13 11:26:02
装好TORSMO后发现没有生成配置文件.torsmorc,而且显示老是忽隐忽现。
于是我仔细看了看README,发现里面已经有说这个软件对GNOME不支持,对KDE支持不好。
唉~~~好事多磨,我还是用原来的NOLOGO好了 :)
woolzey
发表于 2006-5-13 11:29:04
我就是因为换成gnome而放弃torsmo的,以前用fvwm的时候torsmo是必不可少的装饰。
alpher
发表于 2006-5-13 11:31:16
我编译之,根本编译不过
maomiguairen
发表于 2006-5-13 12:48:36
我编译之,根本编译不过
这么彻底啊?
我这倒还是可以勉强用,就是不稳定,没有默认配置文件
三翻领
发表于 2006-5-13 13:05:11
那个是conky吧,torsmo好像停止开发了,代码由conky接管。我的桌面就有conky,比较pp
http://www.linuxsir.org/bbs/attachment.php?attachmentid=34727&d=1147412972
alpher
发表于 2006-5-13 13:20:32
conky也编译不过,看起来要自己改代码了
linux.c:21: error: syntax error before '/' token
linux.c:21: error: syntax error at '#' token
linux.c:141: error: syntax error before "void"
linux.c: In function `update_net_stats':
linux.c:144: error: syntax error before '/' token
linux.c:148: error: storage size of 'conf' isn't known
linux.c:172: error: `i2' undeclared (first use in this function)
linux.c:172: error: (Each undeclared identifier is reported only once
linux.c:172: error: for each function it appears in.)
linux.c:223: error: `i' undeclared (first use in this function)
linux.c:225: error: invalid application of `sizeof' to incomplete type `ifreq'
linux.c:227: error: invalid application of `sizeof' to incomplete type `ifreq'
linux.c:231: error: invalid application of `sizeof' to incomplete type `ifreq'
linux.c:253: error: syntax error before '/' token
linux.c:254: error: syntax error before ')' token
linux.c:258: error: `ns' undeclared (first use in this function)
linux.c:148: warning: unused variable `conf'
linux.c: At top level:
linux.c:273: error: syntax error before '}' token
linux.c:275: error: syntax error before "void"
linux.c:395: error: syntax error before "static"
linux.c: In function `update_load_average':
linux.c:506: warning: implicit declaration of function `getloadavg'
linux.c: In function `get_first_file_in_a_directory':
linux.c:577: warning: implicit declaration of function `scandir'
linux.c:577: error: `alphasort' undeclared (first use in this function)
linux.c: In function `open_i2c_sensor':
linux.c:624: warning: implicit declaration of function `snprintf'
linux.c: In function `get_freq_dynamic':
linux.c:800: error: storage size of 'tz' isn't known
linux.c:816: warning: implicit declaration of function `usleep'
linux.c:800: warning: unused variable `tz'
linux.c: In function `get_freq':
linux.c:856: error: syntax error before '/' token
linux.c:860: error: syntax error before '/' token
linux.c:862: error: `__s1_len' undeclared (first use in this function)
linux.c:862: error: `__s2_len' undeclared (first use in this function)
linux.c:862: warning: left-hand operand of comma expression has no effect
linux.c:862: warning: left-hand operand of comma expression has no effect
linux.c:862: warning: left-hand operand of comma expression has no effect
linux.c:862: warning: left-hand operand of comma expression has no effect
linux.c:862: error: syntax error before ')' token
linux.c:869:8: warning: extra tokens at end of #endif directive
linux.c:876: error: stray '\' in program
linux.c:879: error: break statement not within loop or switch
linux.c:836: warning: unused variable `frequency'
linux.c: At top level:
linux.c:881: error: syntax error before '}' token
linux.c:883: warning: type defaults to `int' in declaration of `fclose'
linux.c:883: warning: parameter names (without types) in function declaration
linux.c:883: warning: data definition has no type or storage class
linux.c:884: error: syntax error before '(' token
make: *** 错误 1
make: Leaving directory `/mnt/hdc3/LinuxSoft/Funny/conky-1.4.1/src'
make: *** 错误 2
make: Leaving directory `/mnt/hdc3/LinuxSoft/Funny/conky-1.4.1/src'
make: *** 错误 1
woolzey
发表于 2006-5-13 13:29:24
第一个应该是torsmo,conky通常看上去更花哨一些。
不过这两个几乎没有本质区别,该有的毛病两个都有,反而torsmo更简单简洁些。
那个是conky吧,torsmo好像停止开发了,代码由conky接管。我的桌面就有conky,比较pp
http://www.linuxsir.org/bbs/attachment.php?attachmentid=34727&d=1147412972
alpher
发表于 2006-5-13 13:31:00
ML 2下两个都装不上
ft呀,//不能用
inline一个函数也出错,ft
maomiguairen
发表于 2006-5-13 13:34:40
我编译之,根本编译不过
你用什么命令安装的?
我是按照README里的安装的
./configure
make
./torsmo
普通用户就可以了
alpher
发表于 2006-5-13 14:11:34
你是ML2正式版?
gcc-3.4.4-1mgc?
maomiguairen
发表于 2006-5-13 14:17:47
你是ML2正式版?
gcc-3.4.4-1mgc?
我是ML2正式版,GCC 3.4.4.1mgc的啊
我刚才也装了CONKY一下,也可以顺利安装,但也不能自动生成配置文件,只有手动新建一个。但是可以用。不过和TORSMO一样,一会没有一会有的。最后就没有了。而且显示不完全,部分遮住了。
我的CONKY的安装命令是
./configure
make
make install
alpher
发表于 2006-5-13 14:19:43
哦?
奇怪
我这里gcc都不认//的注释
三翻领
发表于 2006-5-13 14:22:22
呵呵,不好意思,gentoo的干活