Package: conky-all
Version: 1.17.0-1
Severity: normal
X-Debbugs-Cc: tecnosegu...@gmail.com

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}
]];

Reply via email to