Elitist64 Conky issue

Forum rules
We don't support installations in VirtualBox, VMWare, qemu or others. We ignore posts about WINE, PlayOnLinux, Steam and Skype. We don't support btrfs, lvm, UEFI, side-by-side installations with GPT or dualboot with anything newer than Windows XP.
Google your problem first. Check the Wiki. Read the existing threads. It's okay to "hijack" an existing thread, yes! If your problem is not yet covered, open a new thread. To get the quickest possible help, mention the exact release codename in your post (uname -a is a good idea, too). Due to the lack of crystal balls, attach the output of lspci -nnk if you encounter hardware problems.
delphys
Oyster-Slurper
Posts: 27
Joined: Sun Jun 30, 2013 1:49 am

Elitist64 Conky issue

Unread post by delphys » Sat Aug 03, 2013 4:27 pm

Hello;

Sorry if this was covered else where but ny searches turned uo nothing helpfull .

After installing the Elitist64 this morning & switching the default ,conkyrc witha custom one I am getting following errors:
Any advice appreciated .. Thnx

installed conky:

Code: Select all

rc  conky-all                                    1.9.0-3                       amd64        highly configurable system monitor (all features enabled)
ii  conky-cli                                    1.9.0-3                       amd64        highly configurable system monitor (basic version)
rc  conky-std                                    1.9.0-2                       amd64        highly configurable system monitor (default version)
ii  conkyllia                                    0.1                           all          Conkyllia - run your conky easily!

Code: Select all

 .conkyrc: 1: no such configuration: 'use_xft'
Conky: /home/ishtar/.conkyrc: 2: no such configuration: 'xftfont'
Conky: /home/ishtar/.conkyrc: 3: no such configuration: 'xftalpha'
Conky: /home/ishtar/.conkyrc: 6: no such configuration: 'own_window'
Conky: /home/ishtar/.conkyrc: 7: no such configuration: 'own_window_type'
Conky: /home/ishtar/.conkyrc: 8: no such configuration: 'own_window_transparent'
Conky: /home/ishtar/.conkyrc: 9: no such configuration: 'own_window_hints'
Conky: /home/ishtar/.conkyrc: 10: no such configuration: 'double_buffer'
Conky: /home/ishtar/.conkyrc: 11: no such configuration: 'minimum_size'
Conky: /home/ishtar/.conkyrc: 12: no such configuration: 'maximum_width'
Conky: /home/ishtar/.conkyrc: 13: no such configuration: 'draw_shades'
Conky: /home/ishtar/.conkyrc: 14: no such configuration: 'draw_outline'
Conky: /home/ishtar/.conkyrc: 15: no such configuration: 'draw_borders'
Conky: /home/ishtar/.conkyrc: 16: no such configuration: 'draw_graph_borders'
Conky: /home/ishtar/.conkyrc: 20: no such configuration: 'alignment'
Conky: /home/ishtar/.conkyrc: 21: no such configuration: 'gap_x'
Conky: /home/ishtar/.conkyrc: 22: no such configuration: 'gap_y'
Conky: /home/ishtar/.conkyrc: 27: no such configuration: 'override_utf8_locale'
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: unknown variable font
Conky: unknown variable font
Conky: unknown variable font
Conky: not implemented obj type 61
Conky: not implemented obj type 61
Conky: not implemented obj type 61

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: Elitist64 Conky issue

Unread post by pidsley » Sat Aug 03, 2013 4:35 pm

Please post the contents of your custom conkyrc. If you can, please put it in the pastebin (http://linuxbbq.org/zerobin/) and post the link here.

delphys
Oyster-Slurper
Posts: 27
Joined: Sun Jun 30, 2013 1:49 am

Re: Elitist64 Conky issue

Unread post by delphys » Sat Aug 03, 2013 4:50 pm

http://linuxbbq.org/zerobin/?4ef8918ba4 ... ibBoMJAME=

actaully, I am getting the same error from the default .conkyrc as well

Thnx

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: Elitist64 Conky issue

Unread post by pidsley » Sat Aug 03, 2013 7:12 pm

I just installed Elitist64, and I can't reproduce this error with the default conkyrc. Did you install or update anything after you installed? What is this "Conkyllia"? Are you getting those errors when you run conky in a terminal, or when you run Conkyllia?

Please try this simple conkyrc and see if you get the same errors. Please run conky from the command line.

Code: Select all

background yes
out_to_console no
use_xft yes
xftfont terminus:size=8
update_interval 1
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type normal
own_window_hints undecorated,below,sticky
double_buffer yes
#minimum_size 200 200
maximum_width 3500
draw_shades no
draw_graph_borders yes
default_color white
alignment top_middle
temperature_unit fahrenheit
short_units

gap_x 0
gap_y 1
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale yes

TEXT
${time %l:%M %P %A %d %b} | RAM: $memperc% ($mem) | CPU: ${cpu cpu0}% | root: ${fs_used_perc /}% | $sysname $kernel $nodename


delphys
Oyster-Slurper
Posts: 27
Joined: Sun Jun 30, 2013 1:49 am

Re: Elitist64 Conky issue

Unread post by delphys » Sat Aug 03, 2013 7:29 pm

yes .. ran update & got conky with same error

then ran dist-upgrade & the same error again ..

maybe re-install the OS is the solution ..

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: Elitist64 Conky issue

Unread post by pidsley » Sat Aug 03, 2013 7:51 pm

You can reinstall if you want, but you should not need to. Did you try the simple conkyrc I posted? And you are getting those errors from conky, when you run it like this:

Code: Select all

conky -c conkyrc-test
not errors from Conkyllia?

If you do decide to reinstall, try conky without installing anything else immediately after the reinstall.

delphys
Oyster-Slurper
Posts: 27
Joined: Sun Jun 30, 2013 1:49 am

Re: Elitist64 Conky issue

Unread post by delphys » Sat Aug 03, 2013 8:04 pm

when I run conky -c conkyrc-test .. i get the same erros as above

Now I am getting these errors from conkyllia:

Code: Select all

(zenity:1989): Gtk-WARNING **: Theme parsing error: gnome-applications-gray.css:145:20: Not using units is deprecated. Assuming 'px'.

(zenity:1989): Gtk-WARNING **: Theme parsing error: gnome-applications-gray.css:179:22: Not using units is deprecated. Assuming 'px'.

(zenity:1989): Gtk-WARNING **: Style property "border-top-left-radius" is not gettable

(zenity:1989): GLib-GObject-WARNING **: /tmp/buildd/glib2.0-2.36.3/./gobject/gtype.c:4239: type id `0' is invalid

(zenity:1989): GLib-GObject-WARNING **: can't peek value table for type `<invalid>' which is not currently referenced


[1]+  Done                    /usr/bin/conkyllia

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: Elitist64 Conky issue

Unread post by pidsley » Sat Aug 03, 2013 8:28 pm

Those are gtk warnings from Conkyllia. I can't help you with those, but they should not make a lot of difference. Did conky work when you first booted your new Elitist install, before you installed Conkyllia? Can you uninstall it?

When you ran conky -c conkyrc-test, did you first copy the simple conkyrc I posted to conkyrc-test?

delphys
Oyster-Slurper
Posts: 27
Joined: Sun Jun 30, 2013 1:49 am

Re: Elitist64 Conky issue

Unread post by delphys » Sat Aug 03, 2013 10:30 pm

Yes the initial conky worked

and yes I re-instated the default conkyrc before I rant the test you suggested ..

I must have borked something along the way ..Think I will re-install ..Thank you for your help..

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: Elitist64 Conky issue

Unread post by pidsley » Sat Aug 03, 2013 10:41 pm

Save your new conky, and try it before you install Conkyllia.

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Elitist64 Conky issue

Unread post by machinebacon » Sun Aug 04, 2013 3:03 am

The zenity errors, by the way, can be ignored. It would be a bliss if they'd use yad, instead. Be sure to empty your xsession-error logfile every now and then, it might grow.
..gnutella..

Post Reply