Your message dated Mon, 20 Feb 2023 07:34:01 +0000
with message-id <[email protected]>
and subject line Bug#1027895: fixed in conky 1.18.0-1
has caused the Debian Bug report #1027895,
regarding conky-all: Conky window does not appear on second monitor
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1027895: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027895
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: conky-all
Version: 1.17.0-1
Severity: normal
X-Debbugs-Cc: [email protected]

Dear Maintainer,

Conky-all 1.17.0-1 does not place the conky window on the correct monitor.

I have two monitor, the second one is placed above the main monitor and I have
configured GNOME to extend screen on two monitors.
I'm used to place conky window on the second monitor, the one above the main
monitor.

Tried to edit xinerama_head value in .conkyrc file but nothing works.

Tried to edit the alignment_* values but every changes seems related to the
main monitor and not on the whoile logical screen.

Downgrading to conky-all 1.12.2-2 restore correct behaviour


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.0.0-6-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages conky-all depends on:
ii  libaudclient2        3.5~rc2-1+b1
ii  libc6                2.36-7
ii  libcairo2            1.16.0-7
ii  libcurl3-gnutls      7.87.0-1
ii  libdbus-glib-1-2     0.112-3
ii  libfontconfig1       2.13.1-4.5
ii  libgcc-s1            12.2.0-13
ii  libglib2.0-0         2.74.4-1
ii  libical3             3.0.16-1+b1
ii  libimlib2            1.10.0-4
ii  libircclient1        1.9-1+b2
ii  libiw30              30~pre9-14
ii  liblua5.3-0          5.3.6-2
ii  libncurses6          6.4-1
ii  libpango-1.0-0       1.50.12+ds-1
ii  libpangocairo-1.0-0  1.50.12+ds-1
ii  libpangoft2-1.0-0    1.50.12+ds-1
ii  libpulse0            16.1+dfsg1-2+b1
ii  librsvg2-2           2.54.5+dfsg-1
ii  libstdc++6           12.2.0-13
ii  libtinfo6            6.4-1
ii  libwayland-client0   1.21.0-1
ii  libx11-6             2:1.8.3-3
ii  libxdamage1          1:1.1.6-1
ii  libxext6             2:1.3.4-1+b1
ii  libxfixes3           1:6.0.0-2
ii  libxft2              2.3.6-1
ii  libxinerama1         2:1.1.4-3
ii  libxml2              2.9.14+dfsg-1.1+b2
ii  libxnvctrl0          510.85.02-2

conky-all recommends no packages.

Versions of packages conky-all suggests:
pn  apcupsd    <none>
pn  audacious  <none>
pn  moc        <none>
pn  mpd        <none>

-- no debconf information

*** /home/tecnosegugio/.conkyrc
-- versione per doppio monitor
conky.config = {
-- Use Xft?
        use_xft = true,
    font = 'DejaVu Sans Mono:size=14', 
-- font = 'VL PGothic:size=10',
-- font = 'Liberation Mono:size=10',
-- font = 'Bitstream Vera San Monos:size=10',
-- font = 'Noto Mono Regular:size=10',
-- xftfont = 'Cantarell:size=10',

        xftalpha = 1,
        text_buffer_size = 4092,

-- Update interval in seconds
        update_interval = 1,
        update_interval_on_battery = 10,

-- This is the number of times Conky will update before quitting.
-- Set to zero to run forever.
        total_run_times = 0,

-- Create own window instead of using desktop (required in nautilus)
        own_window = true,
        own_window_class = 'Conky',
        own_window_transparent = false,
        own_window_type = 'desktop',
        own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
        own_window_colour = '000000',
        own_window_argb_visual = true,
        own_window_argb_value = 200,

-- Use double buffering (reduces flicker, may not work for everyone)
        double_buffer = true,

-- Minimum size of text area
        minimum_width = 300,
        maximum_width = 300,
    minimum_height = 1440,

-- Draw shades?
        draw_shades = false,

-- Draw outlines?
        draw_outline = false,

-- Draw borders around text
        draw_borders = false,

-- Stippled borders?
        stippled_borders = 0,

-- border margins
        border_outer_margin = 2,

-- border width
        border_width = 1,

-- Default colors and also border colors
        default_color = 'grey',
-- default_shade_color = 'black',
-- default_outline_color white

-- bar size
        default_bar_width = 260, default_bar_height = 20,

-- colori 
        color0 = 'grey',
-- bar color
        color1 = '#2222AA',
-- data color
        color2 = 'green',
-- alternative data color
        color3 = 'red',

-- 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
-- same thing as passing -x at command line
   gap_x = 6,
-- Xorg
   gap_y = 0,
-- Wayland
-- gap_y = 1108,

-- define xinerama display
   xinerama_head = 2,

-- Subtract file system buffers from used memory?
        no_buffers = false,

-- set to yes if you want all text to be in uppercase
        uppercase = false,

-- number of cpu samples to average
-- set to 1 to disable averaging
        cpu_avg_samples = 1,

-- number of net samples to average
-- set to 1 to disable averaging
        net_avg_samples = 1,

-- Force UTF8? note that UTF8 support required XFT
        override_utf8_locale = true,

-- Add spaces to keep things from moving about?  This only affects certain 
objects.
        use_spacer = 'none',

-- load lua scripts
        lua_load = '~/.conky/scripts/cpufreq.lua',

-- image cache
        imlib_cache_size = 0,
    -- imlib_cache_flush_interval = 300,

-- width for top name
    top_name_width = 10,

};

conky.text = [[
${color0}${font DejaVu Sans:style=Bold:size=14}System ${hr 2}${font}
Debian GNU/Linux ${color2}${execi 60000 grep ^VERSION_CODENAME /etc/os-release 
| cut -d'=' -f2-}${color0}
Kernel: ${alignr}${color2}${kernel}${color0}
Uptime: ${alignr}${color2}${uptime}${color0}
Load: ${alignr}${color2}${loadavg}${color0}
Procs: ${alignr}${color2}${processes} ($running_processes running)${color0}
RAM ${color1}${membar 16,180}${alignr}${color2}${memperc}%${color0}
SWP ${color1}${swapbar 16,180}${alignr}${color2}${swapperc}%${color0}
#BAT ${if_match ${battery_percent BAT1} <= 15}${color2}${else}${color1}${endif}\
#${battery_bar 16,180 BAT1}${alignr}${color2}${battery_percent BAT1}%${color0}
Webcam (Fn+F6): ${alignr}${if_existing 
/dev/video0}${color2}Enabled${else}Disabled${endif}${color0}
${font DejaVu Sans:style=Bold:size=14}CPU ${hr 2}${color0}${font}
% ${color2}${cpubar 16, 210 } ${color0}${alignr}${cpu cpu0}%
1 ${color1}${cpugraph cpu1 16,180 FFFF00 FFFF00 -l}${alignr}${color2}${lua 
cpu_freq_g 0}${color0} GHz
2 ${color1}${cpugraph cpu2 16,180 FFFF00 FFFF00 -l}${alignr}${color2}${lua 
cpu_freq_g 1}${color0} GHz
3 ${color1}${cpugraph cpu3 16,180 FFFF00 FFFF00 -l}${alignr}${color2}${lua 
cpu_freq_g 2}${color0} GHz
4 ${color1}${cpugraph cpu4 16,180 FFFF00 FFFF00 -l}${alignr}${color2}${lua 
cpu_freq_g 3}${color0} GHz
5 ${color1}${cpugraph cpu5 16,180 FFFF00 FFFF00 -l}${alignr}${color2}${lua 
cpu_freq_g 4}${color0} GHz
6 ${color1}${cpugraph cpu6 16,180 FFFF00 FFFF00 -l}${alignr}${color2}${lua 
cpu_freq_g 5}${color0} GHz
7 ${color1}${cpugraph cpu7 16,180 FFFF00 FFFF00 -l}${alignr}${color2}${lua 
cpu_freq_g 6}${color0} GHz
8 ${color1}${cpugraph cpu8 16,180 FFFF00 FFFF00 -l}${alignr}${color2}${lua 
cpu_freq_g 7}${color0} GHz
${font DejaVu Sans:style=Bold:size=14}Sensors ${hr 2}${font}
ACPI: ${color2}${acpitemp}${color0}°C${alignr}Physical:${color2}${hwmon 5 temp 
1}${color0}°C
CPU:${alignr}${color2}${hwmon 5 temp 2}${color0}°C ${color2}${hwmon 5 temp 
3}${color0}°C ${color2}${hwmon 5 temp 4}${color0}°C ${color2}${hwmon 5 temp 
5}${color0}°C
Disk:${alignr}${color2}${hwmon 1 temp 1}${color0}°C ${color2}${hwmon 2 temp 
1}${color0}°C ${color2}${hwmon 3 temp 1}${color0}°C ${color2}${hwmon 4 temp 
1}${color0}°C
${font DejaVu Sans:style=Bold:size=14}Media ${hr 2}${font}
${image ~/.conky/img/current_cover.jpg -n -p 0,556 -s 150x150 -f 10}
${image ~/.conky/img/arpav_radar.jpg -n -p 150,556 -s 150x150 -f 10}
${voffset 90}
${execpi 10 ~/.conky/scripts/song-info.sh }${color0}
${font DejaVu Sans:style=Bold:size=14}Stock Quotes ${hr 2}${font}
${scroll 28 4 ${execpi 600 cat ~/.conky/tmp/ticker.txt }}${color0}
${font DejaVu Sans:style=Bold:size=14}Processes ${hr 2}${font}
${top name 1}${alignr}${color2}${top cpu 1}${color0}%
${top name 2}${alignr}${color2}${top cpu 2}${color0}%
${top name 3}${alignr}${color2}${top cpu 3}${color0}%
${top name 4}${alignr}${color2}${top cpu 4}${color0}%
${top name 5}${alignr}${color2}${top cpu 5}${color0}%
${font DejaVu Sans:style=Bold:size=14}Free Disk Space ${hr 2}${font}
#b ${color1}${fs_bar_free 16,180 /boot}${alignr}${color2}${fs_free 
/boot}${color0}
/ ${color1}${fs_bar_free 16,180 /}${alignr}${color2}${fs_free /}${color0}
/opt ${color1}${fs_bar_free 16,180 /opt/home}${alignr}${color2}${fs_free 
/opt/home/}${color0}${if_existing /dev/sde1}
/usr ${color1}${fs_bar_free 16,180 
/media/tecnosegugio/musica}${alignr}${color2}${fs_free 
/media/tecnosegugio/musica}${color0}${endif}
${font DejaVu Sans:style=Bold:size=14}Device Activity ${hr 2}${font}
sdc ${color1}${diskiograph /dev/sdc 16,180 FFFF00 FFFF00 
-l}${alignr}${color2}${diskio /dev/sdc}${color0}
sdd ${color1}${diskiograph /dev/sdd 16,180 FFFF00 FFFF00 
-l}${alignr}${color2}${diskio /dev/sdd}${color0}${if_existing /dev/sde1}
sde ${color1}${diskiograph /dev/sde 16,180 FFFF00 FFFF00 
-l}${alignr}${color2}${diskio /dev/sdd}${color0}${endif}
${font DejaVu Sans:style=Bold:size=14}Network ${hr 2}${font}
${if_existing /proc/net/route enp3s0}Nome: ${color2}enp3s0${color0}
${color1}${downspeedgraph enp3s0 16,180 00FF00 00FF00 
-l}${alignr}${color2}${downspeedf enp3s0 }${color0}D
${color1}${upspeedgraph enp3s0 16,180 FF0000 FF0000 
-l}${alignr}${color2}${upspeedf enp3s0 }${color0}U
U: ${color2}${totalup enp3s0}${color0}${alignr}${voffset -2} D: 
${color2}${totaldown enp3s0 }${color0}
${execpi 3600 ~/.conky/scripts/enp3s0.sh}${endif}${if_existing /proc/net/route 
wlp4s0}Nome: ${color2}wlp4s0${color0}
${color1}${downspeedgraph wlp4s0 16,180 00FF00 00FF00 
-l}${alignr}${color2}${downspeedf wlp4s0 }${color0}D
${color1}${upspeedgraph wlp4s0 16,180 FF0000 FF0000 
-l}${alignr}${color2}${upspeedf wlp4s0 }${color0}U
U: ${color2}${totalup wlp4s0}${color0}${alignr}${voffset -2} D: 
${color2}${totaldown wlp4s0 }${color0}
${execpi 3600 ~/.conky/scripts/wlp4s0.sh}${endif}${if_existing /proc/net/route 
usb0}Nome: ${color2}usb0${color0}
${color1}${downspeedgraph usb0 16,180 00FF00 00FF00 
-l}${alignr}${color2}${downspeedf usb0 }${color0}D
${color1}${upspeedgraph usb0 16,180 FF0000 FF0000 
-l}${alignr}${color2}${upspeedf usb0 }${color0}U
U: ${color2}${totalup usb0}${color0}${alignr}${voffset -2} D: 
${color2}${totaldown usb0 }${color0}
${execpi 3600 ~/.conky/scripts/usb0.sh}${endif}
# Samples
#${font StyleBats:size=16}ABCDEFGHIJM${font}
#${font StyleBats:size=16}NOPQRSTUVWX${font}
#${font StyleBats:size=16}YZ${font}
#${font StyleBats:size=16}0123456789${font}
#
#${font PizzaDude Bullets:size=16}ABCDEFGHIJKLM${font}
#${font PizzaDude Bullets:size=16}NOPQRSTUVWX${font}
#${font PizzaDude Bullets:size=16}YZ${font}
#${font PizzaDude Bullets:size=16}0123456789${font}
]];

--- End Message ---
--- Begin Message ---
Source: conky
Source-Version: 1.18.0-1
Done: Vincent Cheng <[email protected]>

We believe that the bug you reported is fixed in the latest version of
conky, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Cheng <[email protected]> (supplier of updated conky package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 19 Feb 2023 22:57:28 -0800
Source: conky
Built-For-Profiles: noudeb
Architecture: source
Version: 1.18.0-1
Distribution: unstable
Urgency: medium
Maintainer: Vincent Cheng <[email protected]>
Changed-By: Vincent Cheng <[email protected]>
Closes: 1027895
Changes:
 conky (1.18.0-1) unstable; urgency=medium
 .
   * New upstream release.
     - Unbreak Xinerama config loading. (Closes: #1027895)
Checksums-Sha1:
 9dce04441fa5bf04406f6107b7d95946a0bbe6f1 2598 conky_1.18.0-1.dsc
 23a17f3aebcc73c8a1b62e3b7f65cea7f77aa682 1703679 conky_1.18.0.orig.tar.gz
 f1aecfb00606bed0faa78242c4be371aaefeb002 18544 conky_1.18.0-1.debian.tar.xz
Checksums-Sha256:
 f55e4416dda1e9aca524eefce268f8e72e84a90171a5278d7c70dd8bdabe3a3a 2598 
conky_1.18.0-1.dsc
 17a131689ac07dbf97b817f310a2f5ecb572f31ff7ca33dd3c14a276f18ab355 1703679 
conky_1.18.0.orig.tar.gz
 d74c239a9d7bb378b338f72d9594ac0a085b762e240f590c1adf884f77392f1f 18544 
conky_1.18.0-1.debian.tar.xz
Files:
 5f03c27c939ca7895b389ac28191ec25 2598 utils optional conky_1.18.0-1.dsc
 6c667abb16744eec15266be4d6069ebb 1703679 utils optional 
conky_1.18.0.orig.tar.gz
 4c2bc724762766067976980f18d4f538 18544 utils optional 
conky_1.18.0-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE1TqBWjy3ZZr4guOVju3MG6ofMv8FAmPzHI0ACgkQju3MG6of
Mv9CsRAA4djXc1FZKymk+90/c74T9WbG0xc1P1KeFtp4Qf+RbME/kpHmcVedodbT
CVS2Jy7Telx/AcotdMjQwcI5P+5puC+GIFwuAN1cc9Qvk/Uf4AwinlNMalpighAP
RlRGZIWzmsDVuo/P9ReWLwMhoJiYSpRqJbm+u/Kd4mU3eb8MYgaDLyw47US+7dUu
q712mRIMttxYmLStp1pK8rVt1mTwgunudZwPta8+XlIN+jgJvs/kN8IBfcKlRCyM
0K5DCDeTf26bTLI67+g1kEJZjSM/4JzDxe2k8KCqhNZUAM2xNzGp7WhbiEZBJpP7
YaPotRDp2uIMOd8ddM5nrgsiYRYdJbmsiBKOgltLIwTWINx2Z99nHhEESo71lhnl
Hv10OUB4FkiXW6BBkeTbW6sAPEw9W9QifJQaB4VJsIll+T8ZcerCrwpR8kk9ASSE
WPYhZhH503uwa8wf3TTio+yfVGbyq9VCJYbv9BjpNIbCG6bx4jmYSjz4jyLhhFR9
nudtWscGCEANcJ20fS+tMKU2gTlVdM8geRHeaPrKz/jRSi83aWBttwiwslQITvVq
hWtQbRUS+DREh7/Il93eLVc6SfprFjuAwjl5QZvmIuiUuEJArS7uH4OCS46wrV7e
XmF6yxlviu0Ykddkue5twCWv0LgSgANYrZa6gEqTbqgj2bLa038=
=JW7M
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to