You are not logged in.
Look at my last post.
Yea, I followed the link, but I don't understand what to do!
Offline
Instead of using the .conkyrc_1b1_int that's provided with the script, use the one in the afforementioned post.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
^ what Teo said ...
Like this:
Open ~/1b1_accuweather_images/.conkyrc_1b1_int in your text editor.
Copy and paste the code from the forum over top of it and
IMPORTANT... select: save as: and save the file with a different name.
Example: conkyrc_1b1_int_v1.9
Then start your conky:
conky -c ~/1b1_accuweather_images/conkyrc_1b1_int_v1.9
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
This was the result in Terminal:
emo@emo-System-Product-Name ~ $ conky -c ~/1b1_accuweather_images/conkyrc_1b1_int_v1.9
Conky: invalid configuration file '/home/emo/1b1_accuweather_images/conkyrc_1b1_int_v1.9'
Conky: desktop window (1c00026) is subwindow of root window (2c1)
Conky: window type - desktop
Conky: drawing to created window (0x4200001)
Conky: drawing to single buffer
Offline
Can you post the contents of the file?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Hi, I reinstalled LM and I'm back. But it don't work properly !
This showed up in Terminal:
emo@emo-LM ~ $ conky -c ~/1b1_accuweather_images/conkyrc_1b1_int_v1.9
Conky: invalid configuration file '/home/emo/1b1_accuweather_images/conkyrc_1b1_int_v1.9'
Conky: desktop window (1200026) is subwindow of root window (2c1)
Conky: window type - desktop
Conky: drawing to created window (0x2a00001)
Conky: drawing to single buffer
Last edited by emo (2015-12-01 14:29:20)
Offline
Post us the content of the file ~/1b1_accuweather_images/conkyrc_1b1_int_v1.9 please.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# fiddle with window
use_spacer yes
use_xft yes
# Update interval in seconds
update_interval 3
# Minimum size of text area
minimum_size 355 500
maximum_width 357
override_utf8_locale yes
# Draw shades?
draw_shades yes
# Text stuff
draw_outline yes # amplifies text if yes
draw_borders no
#font freesans -12
xftfont Arial:size=9
uppercase no # set to yes if you want all text to be in uppercase
# Stippled borders?
stippled_borders 3
# border margins
border_margin 9
# border width
border_width 10
# Default colors and also border colors, grey90 == #e5e5e5
default_color cbcbcb
own_window_colour brown
own_window_transparent yes
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
gap_x 10
gap_y 30
imlib_cache_size 0
# stuff after 'TEXT' will be formatted on screen
TEXT
${font Arial:size=12}${color ffe595}WEATHER ${font}${hr 2}$color${texeci 500 bash $HOME/1b1_accuweather_images/1b1}
${image $HOME/1b1_accuweather_images/cc.png -p 0,60 -s 180x108}
${font Arial:size=10}${execpi 600 sed -n '1p' $HOME/1b1_accuweather_images/messages}${font}${goto 200}${color ffe595}TEMP: $color${alignr}${execpi 600 sed -n '29p' $HOME/1b1_accuweather_images/curr_cond}°C (${execpi 600 sed -n '30p' $HOME/1b1_accuweather_images/curr_cond}°C)
${goto 200}${color ffe595}WIND: $color${alignr}${execpi 600 sed -n '31p' $HOME/1b1_accuweather_images/curr_cond} ${execpi 600 sed -n '38p' $HOME/1b1_accuweather_images/curr_cond}
${goto 200}${color ffe595}HUM: $color${alignr}${execpi 600 sed -n '32p' $HOME/1b1_accuweather_images/curr_cond}
${goto 200}${color ffe595}DEW POINT: $color${alignr}${execpi 600 sed -n '35p' $HOME/1b1_accuweather_images/curr_cond}°C
${goto 200}${color ffe595}PR: $color${alignr}${execpi 600 sed -n '33p' $HOME/1b1_accuweather_images/curr_cond}
${goto 200}${color ffe595}VISIB: $color${alignr}${execpi 600 sed -n '37p' $HOME/1b1_accuweather_images/curr_cond}
${goto 200}${color ffe595}CLOUD COVER: $color${alignr}${execpi 600 sed -n '36p' $HOME/1b1_accuweather_images/curr_cond}
${goto 200}${color ffe595}UV INDEX: $color${alignr}${execpi 600 sed -n '34p' $HOME/1b1_accuweather_images/curr_cond}
${goto 200}${color ffe595}S/M RISE: $color${alignr}${execpi 600 sed -n '39p' $HOME/1b1_accuweather_images/curr_cond}/${execpi 600 sed -n '41p' $HOME/1b1_accuweather_images/curr_cond}
${goto 200}${color ffe595}S/M SET: $color${alignr}${execpi 600 sed -n '40p' $HOME/1b1_accuweather_images/curr_cond}/${execpi 600 sed -n '42p' $HOME/1b1_accuweather_images/curr_cond}
${hr 1}
${goto 50}${font Arial:size=10}${color ffe595}TODAY$color$font${goto 230}${font Arial:size=10}${color ffe595}TONIGHT$color$font${image $HOME/1b1_accuweather_images/tod.png -p 0,205 -s 120x72}${image $HOME/1b1_accuweather_images/ton.png -p 190,205 -s 120x72}
${goto 145}${execpi 600 sed -n '26p' $HOME/1b1_accuweather_images/first_days}°C${goto 340}${execpi 600 sed -n '31p' $HOME/1b1_accuweather_images/first_days}°C
${goto 140}(${execpi 600 sed -n '27p' $HOME/1b1_accuweather_images/first_days}°C)${goto 335}(${execpi 600 sed -n '32p' $HOME/1b1_accuweather_images/first_days}°C)
${font Arial:size=8}${execpi 600 sed -n '2p' $HOME/1b1_accuweather_images/messages}${goto 195}${execpi 600 sed -n '3p' $HOME/1b1_accuweather_images/messages}$font
Chance of Precip: ${execpi 600 sed -n '28p' $HOME/1b1_accuweather_images/first_days}${goto 195}Chance of Precip: $color${execpi 600 sed -n '33p' $HOME/1b1_accuweather_images/first_days}
${hr 1}
${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '5p' $HOME/1b1_accuweather_images/first_days}${goto 145}${execpi 600 sed -n '10p' $HOME/1b1_accuweather_images/first_days}${goto 270}${execpi 600 sed -n '15p' $HOME/1b1_accuweather_images/first_days}$color${font}${image $HOME/1b1_accuweather_images/6.png -p 0,330 -s 90x54}
${font Arial:size=8}${goto 100}${execpi 600 sed -n '8p' $HOME/1b1_accuweather_images/first_days}°C${goto 210}${execpi 600 sed -n '13p' $HOME/1b1_accuweather_images/first_days}°C${goto 330}${execpi 600 sed -n '18p' $HOME/1b1_accuweather_images/first_days}°C
${goto 100}${execpi 600 sed -n '9p' $HOME/1b1_accuweather_images/first_days}°C${goto 210}${execpi 600 sed -n '14p' $HOME/1b1_accuweather_images/first_days}°C${goto 330}${execpi 600 sed -n '19p' $HOME/1b1_accuweather_images/first_days}°C${image $HOME/1b1_accuweather_images/11.png -p 110,330 -s 90x54}${image $HOME/1b1_accuweather_images/16.png -p 230,330 -s 90x54}
${execpi 600 sed -n '4p' $HOME/1b1_accuweather_images/messages}${goto 135}${execpi 600 sed -n '5p' $HOME/1b1_accuweather_images/messages}${goto 255}${execpi 600 sed -n '6p' $HOME/1b1_accuweather_images/messages}
${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '20p' $HOME/1b1_accuweather_images/first_days}${goto 145}${execpi 600 sed -n '1p' $HOME/1b1_accuweather_images/last_days}${goto 270}${execpi 600 sed -n '6p' $HOME/1b1_accuweather_images/last_days}$color${font}${image $HOME/1b1_accuweather_images/21.png -p 0,420 -s 90x54}
${font Arial:size=8}${goto 100}${execpi 600 sed -n '23p' $HOME/1b1_accuweather_images/first_days}°C${goto 210}${execpi 600 sed -n '4p' $HOME/1b1_accuweather_images/last_days}°C${goto 330}${execpi 600 sed -n '9p' $HOME/1b1_accuweather_images/last_days}°C
${font Arial:size=8}${goto 100}${execpi 600 sed -n '24p' $HOME/1b1_accuweather_images/first_days}°C${goto 210}${execpi 600 sed -n '5p' $HOME/1b1_accuweather_images/last_days}°C${goto 330}${execpi 600 sed -n '10p' $HOME/1b1_accuweather_images/last_days}°C${image $HOME/1b1_accuweather_images/last_2.png -p 110,420 -s 90x54}${image $HOME/1b1_accuweather_images/last_7.png -p 230,420 -s 90x54}
${execpi 600 sed -n '7p' $HOME/1b1_accuweather_images/messages}${goto 135}${execpi 600 sed -n '8p' $HOME/1b1_accuweather_images/messages}${goto 255}${execpi 600 sed -n '9p' $HOME/1b1_accuweather_images/messages}
${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '11p' $HOME/1b1_accuweather_images/last_days}${goto 145}${execpi 600 sed -n '16p' $HOME/1b1_accuweather_images/last_days}${goto 270}${execpi 600 sed -n '21p' $HOME/1b1_accuweather_images/last_days}$color${font}${image $HOME/1b1_accuweather_images/last_12.png -p 0,510 -s 90x54}
${font Arial:size=8}${goto 100}${execpi 600 sed -n '14p' $HOME/1b1_accuweather_images/last_days}°C${goto 210}${execpi 600 sed -n '19p' $HOME/1b1_accuweather_images/last_days}°C${goto 330}${execpi 600 sed -n '24p' $HOME/1b1_accuweather_images/last_days}°C
${font Arial:size=8}${goto 100}${execpi 600 sed -n '15p' $HOME/1b1_accuweather_images/last_days}°C${goto 210}${execpi 600 sed -n '20p' $HOME/1b1_accuweather_images/last_days}°C${goto 330}${execpi 600 sed -n '25p' $HOME/1b1_accuweather_images/last_days}°C${image $HOME/1b1_accuweather_images/last_17.png -p 110,510 -s 90x54}${image $HOME/1b1_accuweather_images/last_22.png -p 230,510 -s 90x54}
${execpi 600 sed -n '10p' $HOME/1b1_accuweather_images/messages}${goto 135}${execpi 600 sed -n '11p' $HOME/1b1_accuweather_images/messages}${goto 255}${execpi 600 sed -n '12p' $HOME/1b1_accuweather_images/messages}
Offline
It works perfectly here.
Are you sure the paths are OK? Do you have a folder called 1b1_accuweather_images in your home folder?
Is the file conkyrc_1b1_int_v1.9 located inside that folder?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Yes, and yes.
Offline
Then I have no idea mate.
It runs smoothly here.
Have you tried to run a different conky, a simpler one?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
This is on the laptop at home:
emo@emo-Lenovo-G500 ~ $ conky -c ~/1b1_accuweather_images/.conkyrc_1b1_int_v1.9
Conky: use_spacer should have an argument of left, right, or none. 'yes' seems to be some form of 'true', so defaulting to right.
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int_v1.9: 37: no such configuration: 'border_margin'
Conky: desktop window (1200028) is subwindow of root window (bd)
Conky: window type - override
Conky: drawing to created window (0x2c00001)
Conky: drawing to double buffer
sed: can't read /home/emo/1b1_accuweather_images/messages: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
[1]+ Stopped conky -c ~/1b1_accuweather_images/.conkyrc_1b1_int_v1.9
emo@emo-Lenovo-G500 ~ $ sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
wget: no process found
--2015-12-01 19:38:58-- http://http//www.accuweather.com/bg/bg/sofia/51097/current-weather/51097
Resolving http (http)... failed: Name or service not known.
wget: unable to resolve host address ‘http’
--2015-12-01 19:38:58-- http://http//www.accuweather.com/bg/bg/sofia/51097/daily-weather-forecast/51097
Resolving http (http)... failed: Name or service not known.
wget: unable to resolve host address ‘http’
--2015-12-01 19:38:58-- http://http//www.accuweather.com/bg/bg/sofia/51097/daily-weather-forecast/51097?day=6
Resolving http (http)... failed: Name or service not known.
wget: unable to resolve host address ‘http’
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
wget: no process found
--2015-12-01 19:38:58-- http://http//www.accuweather.com/bg/bg/sofia/51097/current-weather/51097
Resolving http (http)... failed: Name or service not known.
wget: unable to resolve host address ‘http’
--2015-12-01 19:38:58-- http://http//www.accuweather.com/bg/bg/sofia/51097/daily-weather-forecast/51097
Resolving http (http)... failed: Name or service not known.
wget: unable to resolve host address ‘http’
--2015-12-01 19:38:58-- http://http//www.accuweather.com/bg/bg/sofia/51097/daily-weather-forecast/51097?day=6
Resolving http (http)... failed: Name or service not known.
wget: unable to resolve host address ‘http’
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/curr_cond: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/first_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
sed: can't read /home/emo/1b1_accuweather_images/last_days: No such file or directory
Conky: Unable to load image '/home/emo/1b1_accuweather_images/cc.png'
Offline
@emo
For these two errors:
Conky: use_spacer should have an argument of left, right, or none. 'yes' seems to be some form of 'true', so defaulting to right.
Conky: /home/emo/1b1_accuweather_images/Conky: use_spacer should have an argument of left, right, or none. 'yes' seems to be some form of 'true', so defaulting to right.
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int_v1.9: 37: no such configuration: 'border_margin': 37: no such configuration: 'border_margin'
In your .conkyrc_1b1_int_v1.9 file change two lines above TEXT:
1. change "user_space yes" to:
user_space none
and change "border_margin 9" to:
border_inner_margin 9
That will clean up those errors.
Now for the rest, it "looks like" you may not have 'conky-all' installed. This may not be the case but lets check to make sure. In a terminal:
aptitude search conky
Mine as an example
01 Dec 15 | 15:21:25 ~
$ aptitude search conky
i bunsen-conky - Conky configuration files and related scripts for BunsenL
p conky - highly configurable system monitor (transitional package)
i conky-all - highly configurable system monitor (all features enabled)
p conky-all-dbg - highly configurable system monitor (all features enabled
p conky-cli - highly configurable system monitor (basic version)
p conky-cli-dbg - highly configurable system monitor (basic version - debug
p conky-std - highly configurable system monitor (default version)
p conky-std-dbg - highly configurable system monitor (default version - deb
i conkyemail - Email inbox count script with ssl capabilities, for use i
i conkymisc - Misc python scripts for use in Conky
i = installed
Is "conky-all" installed on your system? If not while in the terminal you can:
sudo apt-get install conky-all
to get it and then try the conky again.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
sudo apt-get install wget
and how is your internet connection?
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
wget: no process found
--2015-12-01 19:38:58-- http://http//www.accuweather.com/bg/bg/sofia/51097/current-weather/51097
Resolving http (http)... failed: Name or service not known.
It's not
http://http//www.accuweather.com/bg/bg/sofia/51097/current-weather/51097
but
http//www.accuweather.com/bg/bg/sofia/51097/current-weather/51097
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
^ HUSTON - Four eyes are better than two!
Nice catch there Teo, we both missed that on the first round. :8
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
wget is installed and the connection is good.
emo@emo-Lenovo-G500 ~ $ sudo apt-get install wget
[sudo] password for emo:
Reading package lists... Done
Building dependency tree
Reading state information... Done
wget is already the newest version.
The following packages were automatically installed and are no longer required:
libgee2 realpath
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 452 not upgraded.
The newest result in the Terminal:
emo@emo-Lenovo-G500 ~ $ conky -c ~/1b1_accuweather_images/conkyrc_1b1_int_v1.9
Conky: invalid configuration file '/home/emo/1b1_accuweather_images/conkyrc_1b1_int_v1.9'
Conky: forked to background, pid is 2444
emo@emo-Lenovo-G500 ~ $
Conky: desktop window (1200028) is subwindow of root window (9d)
Conky: window type - desktop
Conky: drawing to created window (0x2000001)
Conky: drawing to double buffer
Last edited by emo (2015-12-01 19:43:22)
Offline
O,God! Please recommend me another distro of Linux!
Offline
What's the output of
ps aux | grep conky
?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
The output is:
emo@emo-Lenovo-G500 ~ $ ps aux | grep conky
emo 1999 0.2 0.0 615312 4960 ? Sl 21:33 0:06 conky -d -c /home/emo/.conkyrc
emo 2444 0.2 0.0 615312 4956 ? Sl 21:40 0:05 conky -c /home/emo/1b1_accuweather_images/conkyrc_1b1_int_v1.9
emo 27614 0.0 0.0 12964 952 pts/0 S+ 22:12 0:00 grep --colour=auto conky
Offline