Package: conky
Version: 1.6.0-2
Severity: wishlist

Hello,

I believe I mistakenly closed the bug 

 #487184 conky: out_to_console still draws on root

It looks like out_to_console continues to draw on the root window.

I imagine that the original submitter wanted _only_ the text mode
output of conky.

This has at least two solutions.
 1. One can change the lines 8328-30 in src/conky.c
      CONF("out_to_console") {
              if(string_to_bool(value)) output_methods |= TO_STDOUT;
      }
    to read
      CONF("out_to_console") {
              if(string_to_bool(value)) output_methods = TO_STDOUT;
      }
    this will ensure that "out_to_console" _only_ writes to stdout.

    However, conky will still demand an X server it can connect to
    and make queries to. Which seems like a waste in this case.

 2. One can create a new conky package which disables X support 
    entirely (conky-nox) for such users.

Perhaps the latter is a better solution. The question is whether
people really want it. (All those xmonad, awesome, dwm users who
use conky please respond!).

Regards,

Kapil.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-vserver-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages conky depends on:
ii  libc6                      2.7-13        GNU C Library: Shared libraries
ii  libcurl3-gnutls            7.18.2-5      Multi-protocol file transfer libra
ii  libglib2.0-0               2.16.5-1      The GLib library of C routines
ii  libiw29                    29-1.1        Wireless tools - library
ii  libx11-6                   2:1.1.4-2     X11 client-side library
ii  libxdamage1                1:1.1.1-4     X11 damaged region extension libra
ii  libxext6                   2:1.0.4-1     X11 miscellaneous extension librar
ii  libxfixes3                 1:4.0.3-2     X11 miscellaneous 'fixes' extensio
ii  libxft2                    2.1.12-3      FreeType-based font drawing librar
ii  libxml2                    2.6.32.dfsg-3 GNOME XML library

conky recommends no packages.

conky suggests no packages.

-- no debconf information

Attachment: signature.asc
Description: Digital signature

Reply via email to