AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 691920
Accepted
dhiya
dhiya
Asked: 2015-10-31 05:27:42 +0800 CST2015-10-31 05:27:42 +0800 CST 2015-10-31 05:27:42 +0800 CST

升级到 15.10 后,单击桌面时 Conky 消失

  • 772

如果我单击桌面(但不是在“super+D”(显示桌面)中,则 conky 窗口会消失。

我已经尝试了所有可能的设置。我之前在15.04的工作设置如下:

own_window_type desktop
own_window_argb_visual yes
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
15.10
  • 3 3 个回答
  • 2454 Views

3 个回答

  • Voted
  1. Best Answer
    Bruni
    2015-10-31T06:17:36+08:002015-10-31T06:17:36+08:00

    我在 14.04 上的工作设置,我曾经遇到过同样的问题:

    own_window yes
    own_window_type normal
    own_window_class conky
    own_window_hints undecorated,skip_taskbar,skip_pager,sticky,below
    own_window_argb_visual yes
    own_window_transparent yes
    

    我认为密钥own_window_type设置为normal而不是desktop.

    • 3
  2. Aren
    2015-10-31T16:46:27+08:002015-10-31T16:46:27+08:00

    我不使用 own_window_type 而是在自定义配置中手动设置 own_window_hints。我对 conky 窗口消失没有任何问题。您可以根据需要随意复制我的设置,找出您的设置无法完成工作的地方。

    或者,如果您发布 .conkyrc 文件,我们可以尝试为您调试它。

    alignment                   middle_right                  # Display on right edge of screen, vertically centered
    background                  yes                           # Fork to background
    cpu_avg_samples             3                             # Sample and average CPU cores three times
    default_bar_size            208 10                        # Set bar height
    default_color               gold                          # Set default text color to gold
    double_buffer               yes                           # Enable double buffering to eliminate flicker
    gap_x                       6                             # Offset horizontal placement to allow a one pixel gap between window and screen edge
    gap_y                       0                             # Make conky respect the vertical centering
    if_up_strictness            link                          # An ethernet connection is only considered to be up if there's an active link
    maximum_width               297                           # Set width - 307px
    minimum_size                297                           # Set width - 307px
    net_avg_samples             3                             # Sample and average network activity three times
    no_buffers                  yes                           # Disregard file system buffers when calculating memory usage
    own_window                  yes                           # Required to minimize double buffer size
    own_window_argb_value       191                           # Set conky background opacity (0 transparent, 63-127-191 25-50-75% translucent, 255 opaque)
    own_window_argb_visual      yes                           # Enable ARGB settings
    own_window_hints            undecorated                   # No window decorations
    own_window_hints            below                         # Always visible as a desktop element under any other windows
    own_window_hints            sticky                        # Sticky across workspaces
    own_window_hints            skip_taskbar                  # Do not display to taskbar
    own_window_hints            skip_pager                    # Do not display to other application switchers
    pad_percents                3                             # Stabilize layout
    temperature_unit            celsius                       # Show temperatures in Celsius
    top_name_width              20                            # Set top name width (Default is 15 characters)
    update_interval             0.5                           # Set update speed
    use_spacer                  left                          # Stabilize layout
    use_xft                     yes                           # Employ XFT anti-aliased fonts
    xftfont                     DejaVu Sans Mono:size=9       # Select an appropriate font and size
    
    • 1
  3. Clint
    2016-10-09T19:05:05+08:002016-10-09T19:05:05+08:00

    我知道这是一个旧线程,但我刚刚发现了一些可能使整个 Conky-Lubuntu 问题消失的东西。设置background=false并.conkyrc确保您没有使用-d标志自动启动 Conky。我尝试了我能找到的所有其他建议,有时它们会起作用,有时却不起作用,即使它们起作用也只是一小会儿。将 Conky 放在前台似乎可以解决问题。希望这对某人有帮助。

    • 0

相关问题

  • Ubuntu 15.10 MD5 校验和在哪里?

  • 如何在 freedesktop 服务中使用刷新命令?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve