Package: conky-all
Version: 1.10.5-1
Severity: important
File: /usr/bin/conky


   * What led up to the situation?
Upgrade to Debian Sid caused the issue.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?
Added conky as a startup program in Plasma 5.

   * What was the outcome of this action?

conky refused to autostart, throwing an error in .xsession-errors
   * What outcome did you expect instead?

Expected conky to start normally.



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.7.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages conky-all depends on:
ii  libaudclient2     3.5~rc2-dmo2
ii  libc6             2.24-5
ii  libcairo2         1.14.6-1+b1
ii  libcurl3-gnutls   7.50.1-1
ii  libdbus-glib-1-2  0.108-1
ii  libgcc1           1:6.2.0-9
ii  libglib2.0-0      2.50.1-1
ii  libimlib2         1.4.8-1
ii  libiw30           30~pre9-12
ii  liblua5.1-0       5.1.5-8.1+b1
ii  libncurses5       6.0+20160917-1
ii  librsvg2-2        2.40.16-1
ii  libstdc++6        6.2.0-9
ii  libtinfo5         6.0+20160917-1
ii  libx11-6          2:1.6.3-1
ii  libxdamage1       1:1.1.4-2+b1
ii  libxext6          2:1.3.3-1
ii  libxfixes3        1:5.0.2-1
ii  libxft2           2.3.2-1
ii  libxinerama1      2:1.1.3-1+b1
ii  libxml2           2.9.4+dfsg1-2
ii  libxmmsclient6    0.8+dfsg-16+b2
ii  libxnvctrl0       340.93-1

conky-all recommends no packages.

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

-- no debconf information
[Desktop Entry]
Comment[en_US]=
Comment=
Exec=/usr/bin/conky
GenericName[en_US]=
GenericName=
Hidden=false
Icon=system-run
MimeType=
Name[en_US]=
Name=
OnlyShowIn=KDE;
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=none
X-KDE-SubstituteUID=false
X-KDE-Username=
conky.config = {
    
-- conky setup
        
update_interval = 1,
update_interval_on_battery = 3,
background = true,
total_run_times = 0,
cpu_avg_samples = 2,
no_buffers = true,
text_buffer_size = 4096,
temperature_unit = 'celsius',
override_utf8_locale = true,
        
-- set up window
        
alignment = 'top_right',
gap_x = 24,
gap_y = 100,
maximum_width = 200,
double_buffer = true,
background = true,
own_window = true,
own_window_transparent = true,
own_window_type = 'dock',
own_window_argb_visual = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
draw_borders = false,
draw_shades = false,
draw_outline = false,
use_xft = true,
font = 'Arial:size=11',
uppercase = false,
short_units = true,
default_bar_height = 22,
default_bar_width = 46,
        
-- colors

color0 = '68696b', -- bar/graph color
color1 = 'cccccc', -- text color
color7 = '4dff4d', -- green
color8 = 'ffff4d', -- yellow
color9 = 'ff4d4d', -- red

}

-- text

conky.text = [[
#
# date and time display
#
${font Arial:size=24}${color1}${alignc}${time %l:%M %P}${font}
${font Arial:size=9}${alignc}  ${time %A}, ${time %B} ${time %e}${font}
# 
# cpu frequency.  Note cpu freq is green unless running at less than max speed.
#
${voffset 10}${color1}cpu freq:${alignr}${color7}${if_match ${freq 1} < 
1734}${color8}${endif}\
${freq 1}${color1} mhz
# 
# cpu temperature.  Colors change to yellow at 75°C and red at 90°C.
#
${color1}cpu temp:${alignr}${color7}${if_match ${i8k_cpu_temp} > 75}${color8}\
${else}${if_match ${i8k_cpu_temp} > 
90}${color9}${endif}${i8k_cpu_temp}${color1}°C
#
# cpu load
#
${color1}cpu load: ${goto 156}${color7}${if_match ${cpu cpu0} >= 
3}${color7}${else}\
${if_match ${cpu cpu0} >= 20}${color8}${else}${if_match ${cpu cpu0} >= 
90}${color9}${endif}\
${alignr}${cpu cpu0}${color1}%
# 
# 1m, 5m and 15m cpu load.  Note color changes as load increases. 
# 
${voffset 12}${color1}${alignc}1m: ${if_match ${loadavg 1} < 
0.70}${color7}${else}\
${if_match ${loadavg 1} >= 0.70}${color8}${else}${if_match ${loadavg 1} >= 
2.00}${color9}${endif}\
${loadavg 1}${color1} 5m: ${if_match ${loadavg 2} < 0.70}${color7}${else}\
${if_match ${loadavg 2} >= 0.70}${color8}${else}${if_match ${loadavg 2} >= 
2.00}${color9}${endif}\
${loadavg 2}${color1} 15m: ${if_match ${loadavg 3} < 0.70}${color7}${else}\
${if_match ${loadavg 3} >= 0.70}${color8}${else}${if_match ${loadavg 3} >= 
2.00}${color9}${endif}\
${loadavg 3}
# 
# memory bar.  Note conditional at the end of the line.
#
${color1}${voffset 24}memory:${alignr}${mem} / ${memmax}
${color0}${membar 7,200} ${if_existing /proc/swaps partition}

# 
# swapbar only displays if there is a swap partition activated.  See 
conditional above.
# 
${color1}swap:${alignr}${swap} / ${swapmax}
${color0}${swapbar 7,200}${endif}

# 
# simple filesystem bar.  This one is for /
#
${color1}root:${alignr}${fs_used /} / ${fs_size /}
${color0}${fs_bar 7,200 /}

# 
# and another filesystem bar for /home
#
${color1}/home:${alignr}${fs_used /home} / ${fs_size /home}
${color0}${fs_bar 7,200 /home}${if_existing /mnt/external/archive}

# 
# This filesystem bar only displays if a specific external drive is mounted.
# 
${color1}external:${alignr}${fs_used /mnt/external} / ${fs_size /mnt/external}
${color0}${fs_bar 7,200 /mnt/external}${endif}
# 
# disk i/o numbers
#
${color0}${voffset 6}${alignc}disk i/o:
${color1}${alignc}${diskio}

# 
# wireless information.  only displays if wireless is connected.
#
${color1}${if_existing /proc/net/route wlan0}
${color1}${voffset -34}wlan:${alignr}${wireless_link_qual_perc wlan0}%
${color0}${wireless_link_bar 7,200 wlan0}
${alignc}${color0}${voffset 8}dn: ${color1}${downspeedf wlan0}${color0} kbps
${alignc}up: ${color1}${upspeedf wlan0}${color0} kbps${endif}

# 
# battery indicator.  battery bar turns yellow or red depending on battery 
percentage.
#
${color1}${voffset -10}battery:${alignr}${battery_percent}%
${color0}${if_match ${battery_percent} <= 99}${color8}${else}${if_match 
${battery_percent} <= 10}${color9}${endif}${battery_bar 7,200}
${alignc}${battery_time}

# 
# nodename, uptime, kernel version
#
${color0}${alignc}${voffset -12}${nodename}
${color1}${alignc}uptime: ${uptime}
${color0}${alignc}kernel: ${kernel}
#
# and we end things with a couple of square brackets
#
]]
Xsession: X session started for wizard at Sat Oct 22 17:01:07 EDT 2016
localuser:wizard being added to access control list
gpgconf: warning: can not open config file /home/wizard/.gnupg/gpg-agent.conf: 
No such file or directory
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
dbus-update-activation-environment: warning: error sending to systemd: 
org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 
exited with status 1
OpenGL version: 3.
dbus-update-activation-environment: setting LANG=en_US.UTF-8
dbus-update-activation-environment: setting DISPLAY=:0
dbus-update-activation-environment: setting USER=wizard
dbus-update-activation-environment: setting 
DESKTOP_SESSION=/usr/share/xsessions/plasma
dbus-update-activation-environment: setting PWD=/home/wizard
dbus-update-activation-environment: setting HOME=/home/wizard
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting XDG_SESSION_TYPE=x11
dbus-update-activation-environment: setting XDG_SESSION_DESKTOP=KDE
dbus-update-activation-environment: setting SHELL=/bin/bash
dbus-update-activation-environment: setting XDG_SESSION_CLASS=user
dbus-update-activation-environment: setting 
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
dbus-update-activation-environment: setting XDG_CURRENT_DESKTOP=KDE
dbus-update-activation-environment: setting 
GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
dbus-update-activation-environment: setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
dbus-update-activation-environment: setting SHLVL=1
dbus-update-activation-environment: setting LOGNAME=wizard
dbus-update-activation-environment: setting 
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-wOxP7TzAw9,guid=5cf260fb838f9a14c2d62abd580bd393
dbus-update-activation-environment: setting XDG_RUNTIME_DIR=/run/user/1000
dbus-update-activation-environment: setting XAUTHORITY=/home/wizard/.Xauthority
dbus-update-activation-environment: setting 
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
dbus-update-activation-environment: setting 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
dbus-update-activation-environment: setting 
_=/usr/bin/dbus-update-activation-environment
dbus-update-activation-environment: warning: error sending to systemd: 
org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 
exited with status 1
startkde: Starting up...
dbus-update-activation-environment: warning: error sending to systemd: 
org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 
exited with status 1
kdeinit5: preparing to launch '/usr/lib/x86_64-linux-gnu/libexec/kf5/klauncher'
kdeinit5: Launched KLauncher, pid = 934, result = 0
Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kdeinit5: opened connection to :0
kdeinit5: preparing to launch 'libkdeinit5_kded5'
kdeinit5: Launched KDED, pid = 941 result = 0
kdeinit5: preparing to launch 'libkdeinit5_kcminit_startup'
kdeinit5: Launched 'kcminit_startup', pid = 942 result = 0
kdeinit5: Got SETENV 'KDE_MULTIHEAD=false' from launcher.
Initializing  "kded_touchpad" :  "kcminit_touchpad"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/baloosearchmodule.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/proxyscout.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/device_automounter.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/remotedirnotify.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/appmenu.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/statusnotifierwatcher.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/soliduiserver.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/freespacenotifier.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/desktopnotifier.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/keyboard.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/ktimezoned.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/khotkeys.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/ksysguard.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/solidautoeject.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/recentdocumentsnotifier.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/networkwatcher.so"
Width:  1400  height:  980
Approx. resX:  15  resY:  19
Final resolution x: 15  y: 19
Initializing  "kcm_access" :  "kcminit_access"
kdeinit5: Got EXEC_NEW '/usr/bin/kaccess' from launcher.
kdeinit5: preparing to launch '/usr/bin/kaccess'
Initializing  "kcm_input" :  "kcminit_mouse"
kdeinit5: Got SETENV 'XCURSOR_THEME=DMZ-White' from launcher.
kdeinit5: Got SETENV 'XCURSOR_SIZE=0' from launcher.
Initializing  "kcm_kgamma" :  "kcminit_kgamma"
Initializing  "kcm_style" :  "kcminit_style"
kf5.kded: found kded module "printmanager" by prepending 'kded_' to the library 
path, please fix your metadata.
kdeinit5: Got EXEC_NEW '/usr/lib/x86_64-linux-gnu/libexec/kf5/kconf_update' 
from launcher.
kdeinit5: preparing to launch 
'/usr/lib/x86_64-linux-gnu/libexec/kf5/kconf_update'
kdeinit5: PID 949 terminated.
kf5.kcoreaddons.kaboutdata: Could not initialize the equivalent properties of 
Q*Application: no instance (yet) existing.
kdeinit5: PID 948 terminated.
kdeinit5: Got SETENV 
'GTK_RC_FILES=/etc/gtk/gtkrc:/home/wizard/.gtkrc:/home/wizard/.config/gtkrc' 
from launcher.
kdeinit5: Got SETENV 
'GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/wizard/.gtkrc-2.0:/home/wizard/.config/gtkrc-2.0'
 from launcher.
kdeinit5: PID 942 terminated.
Cannot find 'org.kde.KSplash.setStage' in object /KSplash at org.kde.KSplash
kdeinit5: Got KWRAPPER '/usr/bin/ksmserver' from wrapper.
kdeinit5: preparing to launch '/usr/bin/ksmserver'
Qt: Session management error: networkIdsList argument is NULL
Configuring Lock Action
QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it 
was ':1.15'
"/org/freedesktop/UDisks2/drives/TOSHIBA_External_USB_3_2e0_20151021012551F" 
has new interfaces: ("org.freedesktop.UDisks2.Drive")
detected kglobalaccel restarting, re-registering all shortcut keys
ksmserver: "/run/user/1000/KSMserver"
ksmserver: KSMServer: SetAProc_loc: conn  0 , prot= local , file= 
@/tmp/.ICE-unix/985
ksmserver: KSMServer: SetAProc_loc: conn  1 , prot= unix , file= 
/tmp/.ICE-unix/985
kdeinit5: Got SETENV 
'SESSION_MANAGER=local/wizard-laptop:@/tmp/.ICE-unix/985,unix/wizard-laptop:/tmp/.ICE-unix/985'
 from launcher.
QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was 
':1.12'
ksmserver: Starting autostart service  "/etc/xdg/autostart/kdeconnectd.desktop"
ksmserver: Starting autostart service  "/etc/xdg/autostart/krunner.desktop"
ksmserver: Starting autostart service  "/etc/xdg/autostart/plasmashell.desktop"
ksmserver: Starting autostart service  
"/etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop"
ksmserver: Starting autostart service  
"/etc/xdg/autostart/xembedsniproxy.desktop"
ksmserver: Autostart 0 done
detected kglobalaccel restarting, re-registering all shortcut keys
Session path: "/org/freedesktop/login1/session/_31"
ksmserver: Kcminit phase 1 done
ksmserver: Starting autostart service  "/etc/xdg/autostart/pulseaudio.desktop"
ksmserver: Starting autostart service  
"/etc/xdg/autostart/restore_kmix_volumes.desktop"
ksmserver: Autostart 1 done
Installing the delayed initialization callback.
kf5.kded: found kded module "touchpad" by prepending 'kded_' to the library 
path, please fix your metadata.
Width:  1400  height:  980
Approx. resX:  15  resY:  19
Final resolution x: 15  y: 19
Delayed initialization.
ksmserver: Starting notification thread
ksmserver: Starting autostart service  
"/home/wizard/.config/autostart/conky.desktop"
ksmserver: Starting autostart service  
"/home/wizard/.config/autostart/kshutdown.desktop"
Reloading the khotkeys configuration
Version 2 File!
ksmserver: Starting autostart service  
"/home/wizard/.config/autostart/yakuake.desktop"
ksmserver: Starting autostart service  
"/etc/xdg/autostart/at-spi-dbus-bus.desktop"
ksmserver: Starting autostart service  
"/etc/xdg/autostart/org.kde.korgac.desktop"
ksmserver: Starting autostart service  "/etc/xdg/autostart/powerdevil.desktop"
ksmserver: Starting autostart service  
"/etc/xdg/autostart/kmix_autostart.desktop"
ksmserver: Starting autostart service  "/etc/xdg/autostart/wicd-tray.desktop"
ksmserver: Autostart 2 done
ksmserver: Kcminit phase 2 done
ksmserver: IO error opening ICE Connection!
true
Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
Imported file "/usr/share/khotkeys/defaults.khotkeys"
Imported file "/usr/share/khotkeys/spectacle.khotkeys"
Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
ksmserver: autostart service "/usr/bin/conky" finished with exit code  0
"/org/freedesktop/UDisks2/block_devices/sdb1" has new interfaces: 
("org.freedesktop.UDisks2.Filesystem")
ksmserver: autostart service "start-pulseaudio-x11" finished with exit code  1
Registering ":1.34/StatusNotifierItem" to system tray
completeShutdownOrCheckpoint called
ksmserver: autostart service "kmixctrl" finished with exit code  0
OpenGL vendor string:                   nouveau
OpenGL renderer string:                 Gallium 0.4 on NVA3
OpenGL version string:                  3.3 (Core Profile) Mesa 12.0.3
OpenGL shading language version string: 3.30
Driver:                                 Nouveau
GPU class:                              G80/G90
OpenGL version:                         3.3
GLSL version:                           3.30
Mesa version:                           12.0.3
X server version:                       1.18.4
Linux kernel version:                   4.7
Requires strict binding:                yes
GLSL shaders:                           yes
Texture NPOT support:                   yes
Virtual Machine:                        no
QXcbConnection: XCB error: 3 (BadWindow), sequence: 835, resource id: 56623166, 
major code: 18 (ChangeProperty), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 836, resource id: 56623166, 
major code: 12 (ConfigureWindow), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 837, resource id: 56623166, 
major code: 12 (ConfigureWindow), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 841, resource id: 56623166, 
major code: 3 (GetWindowAttributes), minor code: 0
QXcbConnection: XCB error: 9 (BadDrawable), sequence: 842, resource id: 
56623166, major code: 14 (GetGeometry), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 843, resource id: 56623166, 
major code: 8 (MapWindow), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 844, resource id: 56623166, 
major code: 12 (ConfigureWindow), minor code: 0
Service started, version: 7.0.0
Cleaning up...
QXcbConnection: XCB error: 3 (BadWindow), sequence: 868, resource id: 46137348, 
major code: 18 (ChangeProperty), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 872, resource id: 12582916, 
major code: 18 (ChangeProperty), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 876, resource id: 48234500, 
major code: 18 (ChangeProperty), minor code: 0
Registering "org.kde.StatusNotifierItem-1173-1/StatusNotifierItem" to system 
tray
ksmserver: autostart service "kmix" finished with exit code  0
Registering "org.kde.StatusNotifierHost-1098" as system tray
kdeinit5: Got EXT_EXEC '/usr/bin/dolphin' from launcher.
kdeinit5: preparing to launch '/usr/bin/dolphin'
QXcbConnection: XCB error: 3 (BadWindow), sequence: 1717, resource id: 
48234496, major code: 18 (ChangeProperty), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 1721, resource id: 
48234497, major code: 18 (ChangeProperty), minor code: 0
Cannot creat accessible child interface for object:  PlacesView(0x2a958a0)  
index:  13
kdeinit5: Got EXEC_NEW '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so' 
from launcher.
kdeinit5: preparing to launch 
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so'
kdeinit5: Got EXEC_NEW '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/trash.so' 
from launcher.
kdeinit5: preparing to launch 
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/trash.so'
initialization OK, home trash dir: "/home/wizard/.local/share/Trash"
listdir:  QUrl("trash:/")
KSambaShare: Could not find smb.conf!
QXcbConnection: XCB error: 2 (BadValue), sequence: 2123, resource id: 65535, 
major code: 94 (CreateGlyphCursor), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 2124, resource id: 
37748834, major code: 2 (ChangeWindowAttributes), minor code: 0
kdeinit5: Got EXT_EXEC '/usr/bin/kate' from launcher.
kdeinit5: preparing to launch '/usr/bin/kate'
QXcbConnection: XCB error: 3 (BadWindow), sequence: 6829, resource id: 
54525952, major code: 18 (ChangeProperty), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 6835, resource id: 
54525953, major code: 18 (ChangeProperty), minor code: 0
kdeinit5: Got EXEC_NEW '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so' 
from launcher.
kdeinit5: preparing to launch 
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so'
QXcbConnection: XCB error: 2 (BadValue), sequence: 7293, resource id: 65535, 
major code: 94 (CreateGlyphCursor), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 7294, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
KSambaShare: Could not find smb.conf!
QXcbConnection: XCB error: 2 (BadValue), sequence: 7500, resource id: 65535, 
major code: 94 (CreateGlyphCursor), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 7501, resource id: 
37750182, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 7598, resource id: 
37748834, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 10331, resource id: 
54526125, major code: 18 (ChangeProperty), minor code: 0
kdeinit5: PID 1504 terminated.
kdeinit5: PID 1509 terminated.
QXcbConnection: XCB error: 3 (BadWindow), sequence: 13080, resource id: 
58720340, major code: 15 (QueryTree), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 13581, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 13948, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 17861, resource id: 
58722556, major code: 15 (QueryTree), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 18250, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 19438, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 21104, resource id: 
58726111, major code: 15 (QueryTree), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 24574, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
kdeinit5: PID 1370 terminated.
kdeinit5: PID 1369 terminated.
QXcbConnection: XCB error: 6 (BadCursor), sequence: 33752, resource id: 
37748834, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 33853, resource id: 
37748834, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 35918, resource id: 
37748834, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 38039, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 38062, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 48219, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 62681, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 3329, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
Xsession: X session started for wizard at Sat Oct 22 17:01:07 EDT 2016
localuser:wizard being added to access control list
gpgconf: warning: can not open config file /home/wizard/.gnupg/gpg-agent.conf: 
No such file or directory
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
dbus-update-activation-environment: warning: error sending to systemd: 
org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 
exited with status 1
OpenGL version: 3.
dbus-update-activation-environment: setting LANG=en_US.UTF-8
dbus-update-activation-environment: setting DISPLAY=:0
dbus-update-activation-environment: setting USER=wizard
dbus-update-activation-environment: setting 
DESKTOP_SESSION=/usr/share/xsessions/plasma
dbus-update-activation-environment: setting PWD=/home/wizard
dbus-update-activation-environment: setting HOME=/home/wizard
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting XDG_SESSION_TYPE=x11
dbus-update-activation-environment: setting XDG_SESSION_DESKTOP=KDE
dbus-update-activation-environment: setting SHELL=/bin/bash
dbus-update-activation-environment: setting XDG_SESSION_CLASS=user
dbus-update-activation-environment: setting 
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
dbus-update-activation-environment: setting XDG_CURRENT_DESKTOP=KDE
dbus-update-activation-environment: setting 
GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
dbus-update-activation-environment: setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
dbus-update-activation-environment: setting SHLVL=1
dbus-update-activation-environment: setting LOGNAME=wizard
dbus-update-activation-environment: setting 
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-wOxP7TzAw9,guid=5cf260fb838f9a14c2d62abd580bd393
dbus-update-activation-environment: setting XDG_RUNTIME_DIR=/run/user/1000
dbus-update-activation-environment: setting XAUTHORITY=/home/wizard/.Xauthority
dbus-update-activation-environment: setting 
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
dbus-update-activation-environment: setting 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
dbus-update-activation-environment: setting 
_=/usr/bin/dbus-update-activation-environment
dbus-update-activation-environment: warning: error sending to systemd: 
org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 
exited with status 1
startkde: Starting up...
dbus-update-activation-environment: warning: error sending to systemd: 
org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 
exited with status 1
kdeinit5: preparing to launch '/usr/lib/x86_64-linux-gnu/libexec/kf5/klauncher'
kdeinit5: Launched KLauncher, pid = 934, result = 0
Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kdeinit5: opened connection to :0
kdeinit5: preparing to launch 'libkdeinit5_kded5'
kdeinit5: Launched KDED, pid = 941 result = 0
kdeinit5: preparing to launch 'libkdeinit5_kcminit_startup'
kdeinit5: Launched 'kcminit_startup', pid = 942 result = 0
kdeinit5: Got SETENV 'KDE_MULTIHEAD=false' from launcher.
Initializing  "kded_touchpad" :  "kcminit_touchpad"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/baloosearchmodule.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/proxyscout.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/device_automounter.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/remotedirnotify.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/appmenu.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/statusnotifierwatcher.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/soliduiserver.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/freespacenotifier.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/desktopnotifier.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/keyboard.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/ktimezoned.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/khotkeys.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/ksysguard.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/solidautoeject.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/recentdocumentsnotifier.so"
kf5.kded: No X-KDE-DBus-ServiceName found in 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/networkwatcher.so"
Width:  1400  height:  980
Approx. resX:  15  resY:  19
Final resolution x: 15  y: 19
Initializing  "kcm_access" :  "kcminit_access"
kdeinit5: Got EXEC_NEW '/usr/bin/kaccess' from launcher.
kdeinit5: preparing to launch '/usr/bin/kaccess'
Initializing  "kcm_input" :  "kcminit_mouse"
kdeinit5: Got SETENV 'XCURSOR_THEME=DMZ-White' from launcher.
kdeinit5: Got SETENV 'XCURSOR_SIZE=0' from launcher.
Initializing  "kcm_kgamma" :  "kcminit_kgamma"
Initializing  "kcm_style" :  "kcminit_style"
kf5.kded: found kded module "printmanager" by prepending 'kded_' to the library 
path, please fix your metadata.
kdeinit5: Got EXEC_NEW '/usr/lib/x86_64-linux-gnu/libexec/kf5/kconf_update' 
from launcher.
kdeinit5: preparing to launch 
'/usr/lib/x86_64-linux-gnu/libexec/kf5/kconf_update'
kdeinit5: PID 949 terminated.
kf5.kcoreaddons.kaboutdata: Could not initialize the equivalent properties of 
Q*Application: no instance (yet) existing.
kdeinit5: PID 948 terminated.
kdeinit5: Got SETENV 
'GTK_RC_FILES=/etc/gtk/gtkrc:/home/wizard/.gtkrc:/home/wizard/.config/gtkrc' 
from launcher.
kdeinit5: Got SETENV 
'GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/wizard/.gtkrc-2.0:/home/wizard/.config/gtkrc-2.0'
 from launcher.
kdeinit5: PID 942 terminated.
Cannot find 'org.kde.KSplash.setStage' in object /KSplash at org.kde.KSplash
kdeinit5: Got KWRAPPER '/usr/bin/ksmserver' from wrapper.
kdeinit5: preparing to launch '/usr/bin/ksmserver'
Qt: Session management error: networkIdsList argument is NULL
Configuring Lock Action
QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it 
was ':1.15'
"/org/freedesktop/UDisks2/drives/TOSHIBA_External_USB_3_2e0_20151021012551F" 
has new interfaces: ("org.freedesktop.UDisks2.Drive")
detected kglobalaccel restarting, re-registering all shortcut keys
ksmserver: "/run/user/1000/KSMserver"
ksmserver: KSMServer: SetAProc_loc: conn  0 , prot= local , file= 
@/tmp/.ICE-unix/985
ksmserver: KSMServer: SetAProc_loc: conn  1 , prot= unix , file= 
/tmp/.ICE-unix/985
kdeinit5: Got SETENV 
'SESSION_MANAGER=local/wizard-laptop:@/tmp/.ICE-unix/985,unix/wizard-laptop:/tmp/.ICE-unix/985'
 from launcher.
QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was 
':1.12'
ksmserver: Starting autostart service  "/etc/xdg/autostart/kdeconnectd.desktop"
ksmserver: Starting autostart service  "/etc/xdg/autostart/krunner.desktop"
ksmserver: Starting autostart service  "/etc/xdg/autostart/plasmashell.desktop"
ksmserver: Starting autostart service  
"/etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop"
ksmserver: Starting autostart service  
"/etc/xdg/autostart/xembedsniproxy.desktop"
ksmserver: Autostart 0 done
detected kglobalaccel restarting, re-registering all shortcut keys
Session path: "/org/freedesktop/login1/session/_31"
ksmserver: Kcminit phase 1 done
ksmserver: Starting autostart service  "/etc/xdg/autostart/pulseaudio.desktop"
ksmserver: Starting autostart service  
"/etc/xdg/autostart/restore_kmix_volumes.desktop"
ksmserver: Autostart 1 done
Installing the delayed initialization callback.
kf5.kded: found kded module "touchpad" by prepending 'kded_' to the library 
path, please fix your metadata.
Width:  1400  height:  980
Approx. resX:  15  resY:  19
Final resolution x: 15  y: 19
Delayed initialization.
ksmserver: Starting notification thread
ksmserver: Starting autostart service  
"/home/wizard/.config/autostart/conky.desktop"
ksmserver: Starting autostart service  
"/home/wizard/.config/autostart/kshutdown.desktop"
Reloading the khotkeys configuration
Version 2 File!
ksmserver: Starting autostart service  
"/home/wizard/.config/autostart/yakuake.desktop"
ksmserver: Starting autostart service  
"/etc/xdg/autostart/at-spi-dbus-bus.desktop"
ksmserver: Starting autostart service  
"/etc/xdg/autostart/org.kde.korgac.desktop"
ksmserver: Starting autostart service  "/etc/xdg/autostart/powerdevil.desktop"
ksmserver: Starting autostart service  
"/etc/xdg/autostart/kmix_autostart.desktop"
ksmserver: Starting autostart service  "/etc/xdg/autostart/wicd-tray.desktop"
ksmserver: Autostart 2 done
ksmserver: Kcminit phase 2 done
ksmserver: IO error opening ICE Connection!
true
Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
Imported file "/usr/share/khotkeys/defaults.khotkeys"
Imported file "/usr/share/khotkeys/spectacle.khotkeys"
Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
ksmserver: autostart service "/usr/bin/conky" finished with exit code  0
"/org/freedesktop/UDisks2/block_devices/sdb1" has new interfaces: 
("org.freedesktop.UDisks2.Filesystem")
ksmserver: autostart service "start-pulseaudio-x11" finished with exit code  1
Registering ":1.34/StatusNotifierItem" to system tray
completeShutdownOrCheckpoint called
ksmserver: autostart service "kmixctrl" finished with exit code  0
OpenGL vendor string:                   nouveau
OpenGL renderer string:                 Gallium 0.4 on NVA3
OpenGL version string:                  3.3 (Core Profile) Mesa 12.0.3
OpenGL shading language version string: 3.30
Driver:                                 Nouveau
GPU class:                              G80/G90
OpenGL version:                         3.3
GLSL version:                           3.30
Mesa version:                           12.0.3
X server version:                       1.18.4
Linux kernel version:                   4.7
Requires strict binding:                yes
GLSL shaders:                           yes
Texture NPOT support:                   yes
Virtual Machine:                        no
QXcbConnection: XCB error: 3 (BadWindow), sequence: 835, resource id: 56623166, 
major code: 18 (ChangeProperty), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 836, resource id: 56623166, 
major code: 12 (ConfigureWindow), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 837, resource id: 56623166, 
major code: 12 (ConfigureWindow), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 841, resource id: 56623166, 
major code: 3 (GetWindowAttributes), minor code: 0
QXcbConnection: XCB error: 9 (BadDrawable), sequence: 842, resource id: 
56623166, major code: 14 (GetGeometry), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 843, resource id: 56623166, 
major code: 8 (MapWindow), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 844, resource id: 56623166, 
major code: 12 (ConfigureWindow), minor code: 0
Service started, version: 7.0.0
Cleaning up...
QXcbConnection: XCB error: 3 (BadWindow), sequence: 868, resource id: 46137348, 
major code: 18 (ChangeProperty), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 872, resource id: 12582916, 
major code: 18 (ChangeProperty), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 876, resource id: 48234500, 
major code: 18 (ChangeProperty), minor code: 0
Registering "org.kde.StatusNotifierItem-1173-1/StatusNotifierItem" to system 
tray
ksmserver: autostart service "kmix" finished with exit code  0
Registering "org.kde.StatusNotifierHost-1098" as system tray
kdeinit5: Got EXT_EXEC '/usr/bin/dolphin' from launcher.
kdeinit5: preparing to launch '/usr/bin/dolphin'
QXcbConnection: XCB error: 3 (BadWindow), sequence: 1717, resource id: 
48234496, major code: 18 (ChangeProperty), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 1721, resource id: 
48234497, major code: 18 (ChangeProperty), minor code: 0
Cannot creat accessible child interface for object:  PlacesView(0x2a958a0)  
index:  13
kdeinit5: Got EXEC_NEW '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so' 
from launcher.
kdeinit5: preparing to launch 
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so'
kdeinit5: Got EXEC_NEW '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/trash.so' 
from launcher.
kdeinit5: preparing to launch 
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/trash.so'
initialization OK, home trash dir: "/home/wizard/.local/share/Trash"
listdir:  QUrl("trash:/")
KSambaShare: Could not find smb.conf!
QXcbConnection: XCB error: 2 (BadValue), sequence: 2123, resource id: 65535, 
major code: 94 (CreateGlyphCursor), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 2124, resource id: 
37748834, major code: 2 (ChangeWindowAttributes), minor code: 0
kdeinit5: Got EXT_EXEC '/usr/bin/kate' from launcher.
kdeinit5: preparing to launch '/usr/bin/kate'
QXcbConnection: XCB error: 3 (BadWindow), sequence: 6829, resource id: 
54525952, major code: 18 (ChangeProperty), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 6835, resource id: 
54525953, major code: 18 (ChangeProperty), minor code: 0
kdeinit5: Got EXEC_NEW '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so' 
from launcher.
kdeinit5: preparing to launch 
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so'
QXcbConnection: XCB error: 2 (BadValue), sequence: 7293, resource id: 65535, 
major code: 94 (CreateGlyphCursor), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 7294, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
KSambaShare: Could not find smb.conf!
QXcbConnection: XCB error: 2 (BadValue), sequence: 7500, resource id: 65535, 
major code: 94 (CreateGlyphCursor), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 7501, resource id: 
37750182, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 7598, resource id: 
37748834, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 10331, resource id: 
54526125, major code: 18 (ChangeProperty), minor code: 0
kdeinit5: PID 1504 terminated.
kdeinit5: PID 1509 terminated.
QXcbConnection: XCB error: 3 (BadWindow), sequence: 13080, resource id: 
58720340, major code: 15 (QueryTree), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 13581, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 13948, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 17861, resource id: 
58722556, major code: 15 (QueryTree), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 18250, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 19438, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 21104, resource id: 
58726111, major code: 15 (QueryTree), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 24574, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
kdeinit5: PID 1370 terminated.
kdeinit5: PID 1369 terminated.
QXcbConnection: XCB error: 6 (BadCursor), sequence: 33752, resource id: 
37748834, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 33853, resource id: 
37748834, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 35918, resource id: 
37748834, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 38039, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 38062, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 48219, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 62681, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0
QXcbConnection: XCB error: 6 (BadCursor), sequence: 3329, resource id: 
37750123, major code: 2 (ChangeWindowAttributes), minor code: 0

Reply via email to