conky1.81设置问题--附送超美的conky界面

各种窗口管理器和美化相关
头像
ubunao
帖子: 35
注册时间: 2008-01-30 11:35
来自: 江苏
联系:

conky1.81设置问题--附送超美的conky界面

#1

帖子 ubunao » 2011-11-01 1:08

用11.10的都知道11.10仓库中的conky是1.81版本的,而我非常喜欢的这个conky主题却是1.80的,所以我绞尽脑汁的想将它应用在1.81上,奈何尝试了多种办法都没有用,甚至最后我都想到了安装1.80版本的conky,可惜在make那一步conky.c:3583:49: 错误: ‘own_window_argb_value’未声明(在此函数内第一次使用)实在是不知道如何解决了,所以这里请教下各位高手,如何在UBUNTU11.10中应用如下的conky主题呢?我需要切实可行的办法,谢谢!
http://g0rg0d.deviantart.com/art/Cornet ... onky&qo=18
图片
另,我找到一个外文版的how to,虽然外语看不懂但是那几个命令还是通用的,倒是可以成功运行,但是显示有错误,应该是conky版本的问题把,这里附上那个网站
http://www.lffl.org/2011/04/cornet-conk ... nella.html

谢过各位了!~

另附上原作者的教程,我依然使用失败
【well I,m considering you have conky installed in your box.Now first create a folder "script" in your home directory. Extract all the files in this folder. Now you can see there are 6 files total. Now copy both files (conkyclo and conkyrcmx) one by one to your home directory(~/) and rename them to .conkyclo and .conkyrcmx. Doing this with make these files hidden but you can see them by clicking ctrl+h in your home folder.
Now go to the script folder and open properties of conkycor.sh and in the Permission Tab click the Execte file as program. Now double click on this script and wait for conky to show on your screen. you can put this script in startup applications if you want to start conky on startup everytime. I think this will help you. if you could not get any part of this plz inform me, I will be glad to help you again.. Thanks...
And yes to understand the basic of conky try to read the source files and see how the control flows...】
mercury0717
帖子: 69
注册时间: 2008-08-07 22:15
联系:

Re: conky1.81设置问题--附送超美的conky界面

#2

帖子 mercury0717 » 2011-11-02 15:55

我觉得这个很赞 希望你能解决这个问题
头像
ubunao
帖子: 35
注册时间: 2008-01-30 11:35
来自: 江苏
联系:

Re: conky1.81设置问题--附送超美的conky界面

#3

帖子 ubunao » 2011-11-03 17:29

mercury0717 写了:我觉得这个很赞 希望你能解决这个问题
working on it ,但是1.80的都装不了,1.81的官方文档也好难得看懂。。OMG,任重道远啊
Eastsun
帖子: 389
注册时间: 2010-05-18 14:18

Re: conky1.81设置问题--附送超美的conky界面

#4

帖子 Eastsun » 2011-11-03 17:37

ubunao 写了:用11.10的都知道11.10仓库中的conky是1.81版本的,而我非常喜欢的这个conky主题却是1.80的,所以我绞尽脑汁的想将它应用在1.81上,奈何尝试了多种办法都没有用,甚至最后我都想到了安装1.80版本的conky,可惜在make那一步conky.c:3583:49: 错误: ‘own_window_argb_value’未声明(在此函数内第一次使用)实在是不知道如何解决了,所以这里请教下各位高手,如何在UBUNTU11.10中应用如下的conky主题呢?我需要切实可行的办法,谢谢!
http://g0rg0d.deviantart.com/art/Cornet ... onky&qo=18
图片
另,我找到一个外文版的how to,虽然外语看不懂但是那几个命令还是通用的,倒是可以成功运行,但是显示有错误,应该是conky版本的问题把,这里附上那个网站
http://www.lffl.org/2011/04/cornet-conk ... nella.html

谢过各位了!~

另附上原作者的教程,我依然使用失败
【well I,m considering you have conky installed in your box.Now first create a folder "script" in your home directory. Extract all the files in this folder. Now you can see there are 6 files total. Now copy both files (conkyclo and conkyrcmx) one by one to your home directory(~/) and rename them to .conkyclo and .conkyrcmx. Doing this with make these files hidden but you can see them by clicking ctrl+h in your home folder.
Now go to the script folder and open properties of conkycor.sh and in the Permission Tab click the Execte file as program. Now double click on this script and wait for conky to show on your screen. you can put this script in startup applications if you want to start conky on startup everytime. I think this will help you. if you could not get any part of this plz inform me, I will be glad to help you again.. Thanks...
And yes to understand the basic of conky try to read the source files and see how the control flows...】
下面是我折腾多次后总结出来的,楼主可以试一下:

代码: 全选

#install conky 1.8 from source
sudo apt-get install lua5.1-dev  #(or liblua5.1-dev)
sudo apt-get install libx11-dev
sudo apt-get install libxext-dev
sudo apt-get install libxdamage-dev libglib2.0-dev
sudo apt-get install libxft-dev
sudo apt-get install libimlib2-dev  #for imlib2
sudo apt-get install libiw-dev #for wireless
sudo apt-get install libasound2-dev #for alsa mixer
sudo apt-get install libcairo2-dev  #for cairo
sudo apt-get install imagemagick  #for photo


#install other soft
sudo apt-get install aptitude python-statgrab ttf-droid hddtemp curl
sudo chmod u+s /usr/sbin/hddtemp
sudo apt-get install libtolua++5.1-dev

cd ./conky-1.8
./configure  --enable-x11 --enable-xft --enable-lua --enable-imlib2 --enable-lua-imlib2 --enable-lua-cairo --enable-wlan

make
sudo make install
头像
ubunao
帖子: 35
注册时间: 2008-01-30 11:35
来自: 江苏
联系:

Re: conky1.81设置问题--附送超美的conky界面

#5

帖子 ubunao » 2011-11-03 17:51

Eastsun 写了:
ubunao 写了:用11.10的都知道11.10仓库中的conky是1.81版本的,而我非常喜欢的这个conky主题却是1.80的,所以我绞尽脑汁的想将它应用在1.81上,奈何尝试了多种办法都没有用,甚至最后我都想到了安装1.80版本的conky,可惜在make那一步conky.c:3583:49: 错误: ‘own_window_argb_value’未声明(在此函数内第一次使用)实在是不知道如何解决了,所以这里请教下各位高手,如何在UBUNTU11.10中应用如下的conky主题呢?我需要切实可行的办法,谢谢!
http://g0rg0d.deviantart.com/art/Cornet ... onky&qo=18
图片
另,我找到一个外文版的how to,虽然外语看不懂但是那几个命令还是通用的,倒是可以成功运行,但是显示有错误,应该是conky版本的问题把,这里附上那个网站
http://www.lffl.org/2011/04/cornet-conk ... nella.html

谢过各位了!~

另附上原作者的教程,我依然使用失败
【well I,m considering you have conky installed in your box.Now first create a folder "script" in your home directory. Extract all the files in this folder. Now you can see there are 6 files total. Now copy both files (conkyclo and conkyrcmx) one by one to your home directory(~/) and rename them to .conkyclo and .conkyrcmx. Doing this with make these files hidden but you can see them by clicking ctrl+h in your home folder.
Now go to the script folder and open properties of conkycor.sh and in the Permission Tab click the Execte file as program. Now double click on this script and wait for conky to show on your screen. you can put this script in startup applications if you want to start conky on startup everytime. I think this will help you. if you could not get any part of this plz inform me, I will be glad to help you again.. Thanks...
And yes to understand the basic of conky try to read the source files and see how the control flows...】
下面是我折腾多次后总结出来的,楼主可以试一下:

代码: 全选

#install conky 1.8 from source
sudo apt-get install lua5.1-dev  #(or liblua5.1-dev)
sudo apt-get install libx11-dev
sudo apt-get install libxext-dev
sudo apt-get install libxdamage-dev libglib2.0-dev
sudo apt-get install libxft-dev
sudo apt-get install libimlib2-dev  #for imlib2
sudo apt-get install libiw-dev #for wireless
sudo apt-get install libasound2-dev #for alsa mixer
sudo apt-get install libcairo2-dev  #for cairo
sudo apt-get install imagemagick  #for photo


#install other soft
sudo apt-get install aptitude python-statgrab ttf-droid hddtemp curl
sudo chmod u+s /usr/sbin/hddtemp
sudo apt-get install libtolua++5.1-dev

cd ./conky-1.8
./configure  --enable-x11 --enable-xft --enable-lua --enable-imlib2 --enable-lua-imlib2 --enable-lua-cairo --enable-wlan

make
sudo make install
非常感谢~马上去试试看~
头像
ubunao
帖子: 35
注册时间: 2008-01-30 11:35
来自: 江苏
联系:

Re: conky1.81设置问题--附送超美的conky界面

#6

帖子 ubunao » 2011-11-03 22:17

Eastsun 写了:
ubunao 写了:用11.10的都知道11.10仓库中的conky是1.81版本的,而我非常喜欢的这个conky主题却是1.80的,所以我绞尽脑汁的想将它应用在1.81上,奈何尝试了多种办法都没有用,甚至最后我都想到了安装1.80版本的conky,可惜在make那一步conky.c:3583:49: 错误: ‘own_window_argb_value’未声明(在此函数内第一次使用)实在是不知道如何解决了,所以这里请教下各位高手,如何在UBUNTU11.10中应用如下的conky主题呢?我需要切实可行的办法,谢谢!
http://g0rg0d.deviantart.com/art/Cornet ... onky&qo=18
图片
另,我找到一个外文版的how to,虽然外语看不懂但是那几个命令还是通用的,倒是可以成功运行,但是显示有错误,应该是conky版本的问题把,这里附上那个网站
http://www.lffl.org/2011/04/cornet-conk ... nella.html

谢过各位了!~

另附上原作者的教程,我依然使用失败
【well I,m considering you have conky installed in your box.Now first create a folder "script" in your home directory. Extract all the files in this folder. Now you can see there are 6 files total. Now copy both files (conkyclo and conkyrcmx) one by one to your home directory(~/) and rename them to .conkyclo and .conkyrcmx. Doing this with make these files hidden but you can see them by clicking ctrl+h in your home folder.
Now go to the script folder and open properties of conkycor.sh and in the Permission Tab click the Execte file as program. Now double click on this script and wait for conky to show on your screen. you can put this script in startup applications if you want to start conky on startup everytime. I think this will help you. if you could not get any part of this plz inform me, I will be glad to help you again.. Thanks...
And yes to understand the basic of conky try to read the source files and see how the control flows...】
下面是我折腾多次后总结出来的,楼主可以试一下:

代码: 全选

#install conky 1.8 from source
sudo apt-get install lua5.1-dev  #(or liblua5.1-dev)
sudo apt-get install libx11-dev
sudo apt-get install libxext-dev
sudo apt-get install libxdamage-dev libglib2.0-dev
sudo apt-get install libxft-dev
sudo apt-get install libimlib2-dev  #for imlib2
sudo apt-get install libiw-dev #for wireless
sudo apt-get install libasound2-dev #for alsa mixer
sudo apt-get install libcairo2-dev  #for cairo
sudo apt-get install imagemagick  #for photo


#install other soft
sudo apt-get install aptitude python-statgrab ttf-droid hddtemp curl
sudo chmod u+s /usr/sbin/hddtemp
sudo apt-get install libtolua++5.1-dev

cd ./conky-1.8
./configure  --enable-x11 --enable-xft --enable-lua --enable-imlib2 --enable-lua-imlib2 --enable-lua-cairo --enable-wlan

make
sudo make install
和之前一样,还是在make的时候出错
conky.c: 在函数‘generate_text_internal’中:
conky.c:756:19: 警告: 变量‘needed’被设定但未被使用 [-Wunused-but-set-variable]
conky.c: 在函数‘main_loop’中:
conky.c:3583:49: 错误: ‘own_window_argb_value’未声明(在此函数内第一次使用)
conky.c:3583:49: 附注: 每个未声明的标识符在其出现的函数内只报告一次
conky.c: 在函数‘X11_create_window’中:
conky.c:4407:46: 错误: ‘own_window_argb_value’未声明(在此函数内第一次使用)
make[2]: *** [conky-conky.o] 错误 1
make[2]:正在离开目录 `/home/viao/conky-1.8.0_rc2/src'
make[1]: *** [all] 错误 2
make[1]:正在离开目录 `/home/viao/conky-1.8.0_rc2/src'
make: *** [all-recursive] 错误 1

不知道是什么原因,怎么解决才好
afox800
帖子: 200
注册时间: 2009-08-02 7:44
来自: 圣彼得堡

Re: conky1.81设置问题--附送超美的conky界面

#7

帖子 afox800 » 2011-11-08 3:50

其实你可以直接下个1.80的deb包
头像
ubunao
帖子: 35
注册时间: 2008-01-30 11:35
来自: 江苏
联系:

Re: conky1.81设置问题--附送超美的conky界面

#8

帖子 ubunao » 2011-11-08 9:26

afox800 写了:其实你可以直接下个1.80的deb包
谢谢回复!但是问题在于我根本没有找到1.80的deb包哦
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: conky1.81设置问题--附送超美的conky界面

#9

帖子 eexpress » 2011-11-08 9:30

圆弧,就只会一种端点啊。

http://cairographics.org/samples/ 去选一种吧。平头端点不好看的。
set line cap 部分。
● 鸣学
afox800
帖子: 200
注册时间: 2009-08-02 7:44
来自: 圣彼得堡

Re: conky1.81设置问题--附送超美的conky界面

#10

帖子 afox800 » 2011-11-08 12:33

ubunao 写了:
afox800 写了:其实你可以直接下个1.80的deb包
谢谢回复!但是问题在于我根本没有找到1.80的deb包哦
http://pkgs.org/search/?keyword=conky&s ... it&exact=0

网址送上 :em11
头像
ubunao
帖子: 35
注册时间: 2008-01-30 11:35
来自: 江苏
联系:

Re: conky1.81设置问题--附送超美的conky界面

#11

帖子 ubunao » 2011-11-09 17:54

eexpress 写了:圆弧,就只会一种端点啊。

http://cairographics.org/samples/ 去选一种吧。平头端点不好看的。
set line cap 部分。
谢谢回复~但是...HOW TO USE?说个大概就行,3Q~
头像
ubunao
帖子: 35
注册时间: 2008-01-30 11:35
来自: 江苏
联系:

Re: conky1.81设置问题--附送超美的conky界面

#12

帖子 ubunao » 2011-11-09 17:57

afox800 写了:
ubunao 写了:
afox800 写了:其实你可以直接下个1.80的deb包
谢谢回复!但是问题在于我根本没有找到1.80的deb包哦
http://pkgs.org/search/?keyword=conky&s ... it&exact=0

网址送上 :em11
非常感谢~~但是你有没有注意到....ubuntu11.10下面,只有1.81的包哦貌似...能安装低版本ubuntu支持的么。。。?如何安装呢...?
afox800
帖子: 200
注册时间: 2009-08-02 7:44
来自: 圣彼得堡

Re: conky1.81设置问题--附送超美的conky界面

#13

帖子 afox800 » 2011-11-09 18:07

ubunao 写了:
afox800 写了:
ubunao 写了:
afox800 写了:其实你可以直接下个1.80的deb包
谢谢回复!但是问题在于我根本没有找到1.80的deb包哦
http://pkgs.org/search/?keyword=conky&s ... it&exact=0

网址送上 :em11
非常感谢~~但是你有没有注意到....ubuntu11.10下面,只有1.81的包哦貌似...能安装低版本ubuntu支持的么。。。?如何安装呢...?
不用管系统版本号 找11.04的deb包下载就行,缺少依赖就在那个网站上找,一般没问题
头像
ubunao
帖子: 35
注册时间: 2008-01-30 11:35
来自: 江苏
联系:

Re: conky1.81设置问题--附送超美的conky界面

#14

帖子 ubunao » 2011-11-11 8:55

afox800 写了:
ubunao 写了:
afox800 写了:
ubunao 写了:
afox800 写了:其实你可以直接下个1.80的deb包
谢谢回复!但是问题在于我根本没有找到1.80的deb包哦
http://pkgs.org/search/?keyword=conky&s ... it&exact=0

网址送上 :em11
非常感谢~~但是你有没有注意到....ubuntu11.10下面,只有1.81的包哦貌似...能安装低版本ubuntu支持的么。。。?如何安装呢...?
不用管系统版本号 找11.04的deb包下载就行,缺少依赖就在那个网站上找,一般没问题
谢~已经安装好1.80,但是内容显示不全,我已经联系作者啦~
头像
柳岸晓风
帖子: 34
注册时间: 2009-03-22 22:29

Re: conky1.81设置问题--附送超美的conky界面

#15

帖子 柳岸晓风 » 2011-11-23 11:52

马克 :em02 :em02 :em02 :em02
你们啊图样图森破啊
通过这里注册DropBox不仅不会怀孕,而且还会比别人多0.5G!
点这里传送去我的BLOG
  • 2009年DIY的台式机
  • AMD Athlon 5200+
  • Kingston DDRII 800 2G
  • Sapphire HD4650
回复