Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Conky not sizing its own window properly on KDE Plasma 6 / X11 #1976

Closed
carpii opened this issue Jun 23, 2024 · 2 comments
Closed

[Bug]: Conky not sizing its own window properly on KDE Plasma 6 / X11 #1976

carpii opened this issue Jun 23, 2024 · 2 comments
Labels
bug Bug report or bug fix PR display: x11 Issue related to X11 backend

Comments

@carpii
Copy link

carpii commented Jun 23, 2024

Since upgrading from KDE Plasma Desktop 5 to Plasma 6, conky is no longer sizing its own window correctly.

Instead it seems to be limited to around 20 pixels in height (indicated by the white border - which conky is drawing, not me).

Previous issues around this were fixed as part of #1511

Screenshot when own_window = false

Screenshot when own_window = true

Version

1.21.2-pre-8e363634

Which OS/distro are you seeing the problem on?

Arch Linux

Conky config

conky.config = {
  own_window = true,
  own_window_class = 'Conky',
  own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
  own_window_type = 'dock',
  own_window_colour = '000000',
  own_window_transparent = true,
  own_window_argb_visual = false,
  own_window_argb_value = 0,

  draw_borders = true,
  gap_x = 0,
  gap_y = 300,
  minimum_width = 640,
  minimum_height = 360,
  update_interval = 1
}

conky.text = [[
  ${image ~/bin/binscripts/awesome_cctv/drive.jpg -p 0,0 -n -s 640x360}
]]

Stack trace

No response

Relevant log output

No response

@carpii carpii added bug Bug report or bug fix PR triage Issue that hasn't been verified labels Jun 23, 2024
@Caellian
Copy link
Collaborator

Can you try 1.21.3 to check whether this is fixed? It might be the same bug as reported in #1925.

@Caellian Caellian added display: x11 Issue related to X11 backend and removed triage Issue that hasn't been verified labels Jun 23, 2024
@carpii
Copy link
Author

carpii commented Jun 28, 2024

Thanks, AUR repo was updated with 1.21.3, and fixes the cropping issue

@carpii carpii closed this as completed Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report or bug fix PR display: x11 Issue related to X11 backend
Projects
None yet
Development

No branches or pull requests

2 participants