You are not logged in.

#1 2015-11-08 01:42:03

Mithrandir
Member
Registered: 2015-10-25
Posts: 6

Can not lauch GUI app, `No protocol specified` What's wrong?

DId you ever meet this kind of issue:

I ues ordinary user not root to run a GUI app form plasma5, but sometimes after I click the app icon, it can't launch.
and then I click all the app icon, nothing happend.
So I run it from konsole to find what's matter? and I got this:

No protocol specified
Error: cannot open display: :0

and it's irregular, so everytime I have to reboot the system to fix it.

Does anyone konw what's wrong?

Last edited by Mithrandir (2015-11-09 13:00:26)

Offline

#2 2016-04-08 10:04:46

Clouseau
Member
Registered: 2010-12-24
Posts: 112

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

I can confirm this. From time to time after a week or two of a running session, suddenly launching of new apps gives following error. Seems like xhost policy or Xorg gets messed up. I can restart Xorg but it is a PITA because I have a lot of stuff open.

The problem is in this:
$  ls $XAUTHORITY
ls: cannot access '/tmp/xauth-1000-_0': No such file or directory
$ XAUTHORITY=~/.Xauthority

Somehow the XAUTHORITY variable gets unset or it gets set to /tmp/xauth-1000-_0. If I set it againt to XAUTHORITY=~/.Xauthority, everyhing works.

$ hostname
joko
$ hostname -a
localhost joko joko
$ hostname -f
localhost.localdomain

This is my /etc/hosts:
#<ip-address>   <hostname.domain.org>   <hostname>
127.0.0.1       localhost.localdomain   localhost joko
192.168.150.120 joko

Last edited by Clouseau (2016-04-08 10:33:47)

Offline

#3 2016-04-08 10:08:47

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,787
Website

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

What is your hostname set to?


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2016-04-08 10:34:27

Clouseau
Member
Registered: 2010-12-24
Posts: 112

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

Hi, I have edited the post to put the hostname info. This resolves to ping:

ping joko
PING localhost.localdomain (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=1 ttl=64 time=0.033 ms
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=2 ttl=64 time=0.045 ms

Last edited by Clouseau (2016-04-08 10:37:10)

Offline

#5 2016-04-08 12:12:25

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,447
Website

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

I'm not sure your hostname -f looks right (mine do not use localhost).  I see a difference in your /etc/hosts, you are missing the ::1 entry.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#6 2016-04-08 12:18:31

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

Try removing joko from the localhost line.

Offline

#7 2016-04-08 13:49:11

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,447
Website

Re: Can not lauch GUI app, `No protocol specified` What's wrong?


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#8 2016-04-08 13:52:42

Clouseau
Member
Registered: 2010-12-24
Posts: 112

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

::1 is regarding ipv6 IIRC so that should not cause the issue. How does your hostname -f looks like? Fake the sensitive data

Offline

#9 2016-04-08 13:53:47

Clouseau
Member
Registered: 2010-12-24
Posts: 112

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

I have edited hosts and now is like this:

#<ip-address>   <hostname.domain.org>   <hostname>
127.0.0.1       localhost.localdomain localhost
192.168.x.x   joko.localdomain joko

hostname -f
joko.localdomain

Last edited by Clouseau (2016-04-20 11:22:31)

Offline

#10 2016-04-08 14:01:59

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,787
Website

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

What is in /etc/hostname?

Specifically, I'm curious whether you have a static hostname, or just a transient hostname that might be changed by your network manager (e.g. connman: https://wiki.archlinux.org/index.php/Co … e_hostname )


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#11 2016-04-08 14:05:50

Clouseau
Member
Registered: 2010-12-24
Posts: 112

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

Its joko. I use netctl for network management(static wired ip) smile

Offline

#12 2016-04-09 03:27:39

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

Trilby wrote:

But he has mapped joko to both the localhost line as well as the 192 series IP. Wouldn't that create a conflict?

Offline

#13 2016-04-09 03:29:29

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,447
Website

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

Eh, not sure there.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#14 2016-04-18 12:07:55

Clouseau
Member
Registered: 2010-12-24
Posts: 112

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

It just happened now after 10 days, 8.4.2016 I reporded above. I have now set this to /etc/hosts:

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>   <hostname.domain.org>   <hostname>
127.0.0.1       localhost
192.168.x.x  joko

And set hostnamectl to yoko.something.com

But  seting the XAUTHORITY=~/.Xauthority doesnt help this time, I cannot start any gui app, the following error is reported:

No protocol specified
QXcbConnection: Could not connect to display :0.0
Aborted (core dumped)

And this is in .xsession-errors:

###!!! [Parent][MessageChannel] Error: (msgtype=0x2A0081,name=PBrowser::Msg_Destroy) Channel error: cannot send/recv

Crash Annotation GraphicsCriticalError: |[0][GFX1-]: GLContext is disabled due to a previous crash.|[86][GFX1-]: GLContext is disabled due to a previous crash.|[82][GFX1-]: GLContext is disabled due to a previous crash.|[83][GFX1-]: GLContext is disabled due to a previous crash.|[84][GFX1-]: GLContext is disabled due to a previous crash.|[85][GFX1-]: GLContext is disabled due to a previous crash.[GFX1-]: GLContext is disabled due to a previous crash.
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: GLContext is disabled due to a previous crash.|[86][GFX1-]: GLContext is disabled due to a previous crash.|[87][GFX1-]: GLContext is disabled due to a previous crash.|[83][GFX1-]: GLContext is disabled due to a previous crash.|[84][GFX1-]: GLContext is disabled due to a previous crash.|[85][GFX1-]: GLContext is disabled due to a previous crash.[GFX1-]: GLContext is disabled due to a previous crash.
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: GLContext is disabled due to a previous crash.|[86][GFX1-]: GLC...

Last edited by Clouseau (2016-04-20 11:22:47)

Offline

#15 2016-04-18 13:54:05

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

192.168.x.x  yoko

those two x-es shouldn't be there.
If you put x to blank the numbers out, that's unnecessary for addresses starting with 192.168.
Addresses starting with 192.168 are only valid in your local network.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#16 2016-04-20 09:36:10

Clouseau
Member
Registered: 2010-12-24
Posts: 112

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

No, that is ok, I hide that two numbers. The entrie acctually has public ip. That is good. Btw I do not reboot my PC so this happens after days of uptime. I only use crtl+alt+L to lock the screen and unlock it so myabe there is a bug in that section in plasma 5...

Last edited by Clouseau (2016-04-20 09:58:41)

Offline

#17 2016-04-20 10:28:51

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,787
Website

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

Is this a different PC? Has the hostname changed from joko to yoko?

Perhaps we're chasing the wrong train of thought here, but this problem is a symptom of the hostname being changed while X is running (e.g. by a network manager, as described in the connman link above). Please upload a journal from an affected session, and provide approximate timestamps for when the problem started occurring.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#18 2016-04-20 11:24:09

Clouseau
Member
Registered: 2010-12-24
Posts: 112

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

It si joko, my bad, it didn't changed to yoko, I fixed it in prior posts. I will post the output next time it occurs.

Last edited by Clouseau (2016-04-20 11:24:42)

Offline

#19 2016-04-20 12:11:39

Clouseau
Member
Registered: 2010-12-24
Posts: 112

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

I managed to get it from journald history. You can see "Tra 18 14:01:52 joko kdeinit5[14224]: QXcbConnection: Could not connect to display :0" and followed by systemd-coredump.

Tra 18 13:23:19 joko kscreenlocker_greet[14027]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/cont
Tra 18 13:23:19 joko kscreenlocker_greet[14027]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/cont
Tra 18 13:23:19 joko kscreenlocker_greet[14027]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/cont
Tra 18 13:23:20 joko kscreenlocker_greet[14027]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/cont
Tra 18 13:23:20 joko kscreenlocker_greet[14027]: org.kde.keyboardLayout: Layouts list changed:  ("us", "hr")
Tra 18 13:23:20 joko kscreenlocker_greet[14027]: org.kde.keyboardLayout: Layouts list changed:  ("us", "hr")
Tra 18 13:25:45 joko ksmserver[974]: CreateNotify: 39851775
Tra 18 13:25:49 joko kdeinit5[943]: powerdevil: Screen brightness value:  0
Tra 18 13:25:49 joko kdeinit5[943]: Created alarm 8388655
Tra 18 13:26:31 joko ksmserver[974]: CreateNotify: 76445606
Tra 18 13:26:31 joko ksmserver[974]: MapNotify: 76445606
Tra 18 13:26:43 joko ksmserver[974]: UnmapNotify: 76445606
Tra 18 13:26:43 joko ksmserver[974]: UnmapNotify: 76445606
Tra 18 13:27:04 joko kdeinit5[943]: powerdevil: Screen brightness value:  0
Tra 18 13:27:37 joko ksmserver[974]: CreateNotify: 91088194
Tra 18 13:27:37 joko ksmserver[974]: MapNotify: 91088194
Tra 18 13:27:49 joko ksmserver[974]: UnmapNotify: 91088194
Tra 18 13:27:49 joko ksmserver[974]: UnmapNotify: 91088194
Tra 18 13:28:19 joko ksmserver[974]: Created alarm 25165943
Tra 18 13:28:19 joko kdeinit5[943]: powerdevil: Screen brightness value:  0
Tra 18 13:33:02 joko ksmserver[974]: CreateNotify: 76446643
Tra 18 13:33:02 joko ksmserver[974]: MapNotify: 76446643
Tra 18 13:33:14 joko ksmserver[974]: UnmapNotify: 76446643
Tra 18 13:33:14 joko ksmserver[974]: UnmapNotify: 76446643
Tra 18 13:33:19 joko kdeinit5[943]: powerdevil: Kbd backlight brightness value:  0
Tra 18 13:33:19 joko ksmserver[974]: CreateNotify: 656
Tra 18 13:33:19 joko ksmserver[974]: MapNotify: 656
Tra 18 13:33:45 joko ksmserver[974]: UnmapNotify: 656
Tra 18 13:33:51 joko ksmserver[974]: UnmapNotify: 113246217
Tra 18 13:33:51 joko ksmserver[974]: UnmapNotify: 113246217
Tra 18 13:33:51 joko ksmserver[974]: UnmapNotify: 113246221
Tra 18 13:33:51 joko ksmserver[974]: UnmapNotify: 113246221
Tra 18 13:33:51 joko ksmserver[974]: CreateNotify: 113246242
Tra 18 13:33:51 joko kwin_x11[986]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 45774, resource id: 1132462
Tra 18 13:33:51 joko ksmserver[974]: Grab Released
Tra 18 13:34:06 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 56734, resource id: 9017
Tra 18 13:34:08 joko plasmashell[1008]: QObject::startTimer: Timers cannot be started from another thread
Tra 18 13:34:09 joko plasmashell[1008]: libkcups: Renew-Subscription last error: 0 successful-ok
Tra 18 13:34:22 joko ksmserver[974]: lock called
Tra 18 13:34:22 joko ksmserver[974]: Lock window Id:  25165953
Tra 18 13:34:22 joko ksmserver[974]: CreateNotify: 25165953
Tra 18 13:34:22 joko ksmserver[974]: CreateNotify: 113246211
Tra 18 13:34:22 joko ksmserver[974]: CreateNotify: 113246214
Tra 18 13:34:22 joko ksmserver[974]: CreateNotify: 113246216
Tra 18 13:34:22 joko ksmserver[974]: CreateNotify: 113246217
Tra 18 13:34:22 joko ksmserver[974]: CreateNotify: 113246219
Tra 18 13:34:22 joko ksmserver[974]: MapNotify: 113246217
Tra 18 13:34:22 joko ksmserver[974]: CreateNotify: 113246221
Tra 18 13:34:22 joko ksmserver[974]: MapNotify: 113246221
Tra 18 13:34:22 joko ksmserver[974]: CreateNotify: 113246225
Tra 18 13:34:22 joko ksmserver[974]: CreateNotify: 113246228
Tra 18 13:34:22 joko ksmserver[974]: MapNotify: 25165953
Tra 18 13:34:22 joko kscreenlocker_greet[14055]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/cont
Tra 18 13:34:22 joko kscreenlocker_greet[14055]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/cont
Tra 18 13:34:23 joko kscreenlocker_greet[14055]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/cont
Tra 18 13:34:23 joko kscreenlocker_greet[14055]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/cont
Tra 18 13:34:23 joko kscreenlocker_greet[14055]: org.kde.keyboardLayout: Layouts list changed:  ("us", "hr")
Tra 18 13:34:23 joko kscreenlocker_greet[14055]: org.kde.keyboardLayout: Layouts list changed:  ("us", "hr")
Tra 18 13:35:15 joko ksmserver[974]: CreateNotify: 91095556
Tra 18 13:35:15 joko ksmserver[974]: MapNotify: 91095556
Tra 18 13:35:27 joko ksmserver[974]: UnmapNotify: 91095556
Tra 18 13:35:27 joko ksmserver[974]: UnmapNotify: 91095556
Tra 18 13:35:37 joko ksmserver[974]: CreateNotify: 76447713
Tra 18 13:35:37 joko ksmserver[974]: MapNotify: 76447713
Tra 18 13:35:49 joko ksmserver[974]: UnmapNotify: 76447713
Tra 18 13:35:49 joko ksmserver[974]: UnmapNotify: 76447713
Tra 18 13:36:16 joko ksmserver[974]: CreateNotify: 76448855
Tra 18 13:36:16 joko ksmserver[974]: MapNotify: 76448855
Tra 18 13:36:28 joko ksmserver[974]: UnmapNotify: 76448855
Tra 18 13:36:28 joko ksmserver[974]: UnmapNotify: 76448855
Tra 18 13:36:28 joko ksmserver[974]: CreateNotify: 76449952
Tra 18 13:36:28 joko ksmserver[974]: MapNotify: 76449952
Tra 18 13:36:40 joko ksmserver[974]: UnmapNotify: 76449952
Tra 18 13:36:40 joko ksmserver[974]: UnmapNotify: 76449952
Tra 18 13:36:44 joko ksmserver[974]: CreateNotify: 76451044
Tra 18 13:36:44 joko ksmserver[974]: MapNotify: 76451044
Tra 18 13:36:52 joko kdeinit5[943]: powerdevil: Screen brightness value:  0
Tra 18 13:36:52 joko kdeinit5[943]: Created alarm 8388656
Tra 18 13:36:57 joko ksmserver[974]: UnmapNotify: 76451044
Tra 18 13:36:57 joko ksmserver[974]: UnmapNotify: 76451044
Tra 18 13:37:01 joko ksmserver[974]: CreateNotify: 76451831
Tra 18 13:37:01 joko ksmserver[974]: MapNotify: 76451831
Tra 18 13:37:13 joko ksmserver[974]: UnmapNotify: 76451831
Tra 18 13:37:13 joko ksmserver[974]: UnmapNotify: 76451831
Tra 18 13:37:16 joko ksmserver[974]: CreateNotify: 76452825
Tra 18 13:37:16 joko ksmserver[974]: MapNotify: 76452825
Tra 18 13:37:29 joko ksmserver[974]: UnmapNotify: 76452825
Tra 18 13:37:29 joko ksmserver[974]: UnmapNotify: 76452825
Tra 18 13:37:31 joko ksmserver[974]: CreateNotify: 76453640
Tra 18 13:37:31 joko ksmserver[974]: MapNotify: 76453640
Tra 18 13:37:44 joko ksmserver[974]: UnmapNotify: 76453640
Tra 18 13:37:44 joko ksmserver[974]: UnmapNotify: 76453640
Tra 18 13:38:07 joko kdeinit5[943]: powerdevil: Screen brightness value:  0
Tra 18 13:39:22 joko ksmserver[974]: Created alarm 25165952
Tra 18 13:39:22 joko kdeinit5[943]: powerdevil: Screen brightness value:  0
Tra 18 13:42:24 joko ksmserver[974]: UnmapNotify: 113246217
Tra 18 13:42:24 joko ksmserver[974]: UnmapNotify: 113246217
Tra 18 13:42:24 joko ksmserver[974]: UnmapNotify: 113246221
Tra 18 13:42:24 joko ksmserver[974]: UnmapNotify: 113246221
Tra 18 13:42:24 joko ksmserver[974]: CreateNotify: 113246234
Tra 18 13:42:24 joko kwin_x11[986]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 50732, resource id: 1132462
Tra 18 13:42:24 joko ksmserver[974]: Grab Released
Tra 18 13:42:31 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 58300, resource id: 7549
Tra 18 13:43:10 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 58667, resource id: 9017
Tra 18 13:43:10 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 58825, resource id: 7549
Tra 18 13:43:10 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 58925, resource id: 3984
Tra 18 13:43:10 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 59015, resource id: 3984
Tra 18 13:43:18 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 61320, resource id: 8858
Tra 18 13:43:18 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 61375, resource id: 3984
Tra 18 13:43:18 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 61449, resource id: 3984
Tra 18 13:43:18 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 61554, resource id: 7549
Tra 18 13:44:48 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 62426, resource id: 9017
Tra 18 13:44:48 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 62441, resource id: 9091
Tra 18 13:45:08 joko kwin_x11[986]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7006, resource id: 91104707
Tra 18 13:45:08 joko kwin_x11[986]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 7012, resource id: 91104521,
Tra 18 13:46:06 joko kwin_x11[986]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 13387, resource id: 8858646
Tra 18 13:46:06 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 63182, resource id: 3984
Tra 18 13:46:06 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 63232, resource id: 1258
Tra 18 13:46:06 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 63262, resource id: 1258
Tra 18 13:46:13 joko kwin_x11[986]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 14977, resource id: 8917060
Tra 18 13:47:00 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 63839, resource id: 8808
Tra 18 13:47:00 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 63937, resource id: 9091
Tra 18 13:47:00 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 64013, resource id: 9017
Tra 18 13:49:38 joko systemd[1]: Starting Cleanup of Temporary Directories...
Tra 18 13:49:38 joko systemd[1]: Started Cleanup of Temporary Directories.
Tra 18 13:49:45 joko kwin_x11[986]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35429, resource id: 9091140
Tra 18 13:49:45 joko kwin_x11[986]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35490, resource id: 9112248
Tra 18 13:49:46 joko plasmashell[1008]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 64639, resource id: 909
Tra 18 13:49:46 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 64740, resource id: 9017
Tra 18 13:49:50 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 167, resource id: 398459
Tra 18 13:49:51 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 208, resource id: 125829
Tra 18 13:49:51 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 314, resource id: 125829
Tra 18 13:49:51 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 468, resource id: 125829
Tra 18 13:49:51 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 550, resource id: 880804
Tra 18 13:49:52 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 578, resource id: 125829
Tra 18 13:49:52 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 683, resource id: 754975
Tra 18 13:49:52 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 725, resource id: 398459
Tra 18 13:49:52 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 751, resource id: 125829
Tra 18 13:49:52 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 771, resource id: 125829
Tra 18 13:49:52 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 789, resource id: 125829
Tra 18 13:49:52 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 805, resource id: 125829
Tra 18 13:49:52 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 819, resource id: 125829
Tra 18 13:49:53 joko plasmashell[1008]: QObject::startTimer: Timers cannot be started from another thread
Tra 18 13:49:56 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 1439, resource id: 12582
Tra 18 13:49:56 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 1518, resource id: 10066
Tra 18 13:49:57 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 1729, resource id: 67108
Tra 18 13:49:58 joko baloo_filemetadata_temp_extractor[14127]: QMap(("aspectRatio", QVariant(int, 1))("bitRate", QV
Tra 18 13:49:59 joko kwin_x11[986]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41119, resource id: 6722327
Tra 18 13:49:59 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 1888, resource id: 10066
Tra 18 13:50:00 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 1911, resource id: 12582
Tra 18 13:50:00 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 2003, resource id: 12582
Tra 18 13:50:01 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 2737, resource id: 12582
Tra 18 13:50:39 joko kwin_x11[986]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 48272, resource id: 8388608
Tra 18 13:51:09 joko kwin_x11[986]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 55500, resource id: 3273224
Tra 18 13:52:44 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 3549, resource id: 88080
Tra 18 13:52:44 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 3580, resource id: 90177
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPainter::begin: Paint device returned engine == 0, type: 2
Tra 18 13:52:45 joko dolphin[2339]: QPainter::setOpacity: Painter not active
Tra 18 13:52:45 joko dolphin[2339]: QPainter::begin: Paint device returned engine == 0, type: 2
Tra 18 13:52:45 joko dolphin[2339]: QPainter::setOpacity: Painter not active
Tra 18 13:52:45 joko dolphin[2339]: QPainter::begin: Paint device returned engine == 0, type: 2
Tra 18 13:52:45 joko dolphin[2339]: QPainter::setCompositionMode: Painter not active
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPainter::begin: Paint device returned engine == 0, type: 2
Tra 18 13:52:45 joko dolphin[2339]: QPainter::setOpacity: Painter not active
Tra 18 13:52:45 joko dolphin[2339]: QPainter::begin: Paint device returned engine == 0, type: 2
Tra 18 13:52:45 joko dolphin[2339]: QPainter::setOpacity: Painter not active
Tra 18 13:52:45 joko dolphin[2339]: QPainter::begin: Paint device returned engine == 0, type: 2
Tra 18 13:52:45 joko dolphin[2339]: QPainter::setCompositionMode: Painter not active
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:45 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:46 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 3813, resource id: 75497
Tra 18 13:52:46 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 13:52:53 joko ksmserver[974]: lock called
Tra 18 13:52:53 joko ksmserver[974]: Lock window Id:  25165958
Tra 18 13:52:53 joko ksmserver[974]: CreateNotify: 25165958
Tra 18 13:52:53 joko ksmserver[974]: CreateNotify: 67108867
Tra 18 13:52:53 joko ksmserver[974]: CreateNotify: 67108870
Tra 18 13:52:53 joko ksmserver[974]: CreateNotify: 67108872
Tra 18 13:52:53 joko ksmserver[974]: CreateNotify: 67108873
Tra 18 13:52:53 joko ksmserver[974]: CreateNotify: 67108875
Tra 18 13:52:53 joko ksmserver[974]: MapNotify: 67108873
Tra 18 13:52:53 joko ksmserver[974]: CreateNotify: 67108877
Tra 18 13:52:53 joko ksmserver[974]: MapNotify: 67108877
Tra 18 13:52:53 joko ksmserver[974]: CreateNotify: 67108881
Tra 18 13:52:53 joko ksmserver[974]: CreateNotify: 67108884
Tra 18 13:52:53 joko ksmserver[974]: MapNotify: 25165958
Tra 18 13:52:54 joko kscreenlocker_greet[14147]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/cont
Tra 18 13:52:54 joko kscreenlocker_greet[14147]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/cont
Tra 18 13:52:54 joko kscreenlocker_greet[14147]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/cont
Tra 18 13:52:54 joko kscreenlocker_greet[14147]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/cont
Tra 18 13:52:54 joko kscreenlocker_greet[14147]: org.kde.keyboardLayout: Layouts list changed:  ("us", "hr")
Tra 18 13:52:54 joko kscreenlocker_greet[14147]: org.kde.keyboardLayout: Layouts list changed:  ("us", "hr")
Tra 18 13:55:23 joko kdeinit5[943]: powerdevil: Screen brightness value:  0
Tra 18 13:55:23 joko kdeinit5[943]: Created alarm 8388657
Tra 18 13:55:30 joko ksmserver[974]: UnmapNotify: 67108873
Tra 18 13:55:30 joko ksmserver[974]: UnmapNotify: 67108873
Tra 18 13:55:30 joko ksmserver[974]: UnmapNotify: 67108877
Tra 18 13:55:30 joko ksmserver[974]: UnmapNotify: 67108877
Tra 18 13:55:30 joko ksmserver[974]: CreateNotify: 67108894
Tra 18 13:55:30 joko kwin_x11[986]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 13703, resource id: 6710889
Tra 18 13:55:30 joko ksmserver[974]: Grab Released
Tra 18 13:55:34 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 4651, resource id: 90177
Tra 18 13:55:35 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 4755, resource id: 75497
Tra 18 13:57:57 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:57:57 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  261 "Properties"
Tra 18 13:57:57 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:57:57 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  262 "Volume"
Tra 18 13:57:57 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:57:57 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  268 "CardIndex"
Tra 18 13:57:57 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:57:57 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  269 "Ports"
Tra 18 13:57:57 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:57:57 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  270 "ActivePortIndex"
Tra 18 13:57:59 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:57:59 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  261 "Properties"
Tra 18 13:57:59 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:57:59 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  262 "Volume"
Tra 18 13:57:59 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:57:59 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  268 "CardIndex"
Tra 18 13:57:59 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:57:59 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  269 "Ports"
Tra 18 13:57:59 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:57:59 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  270 "ActivePortIndex"
Tra 18 13:58:04 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:58:04 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  261 "Properties"
Tra 18 13:58:04 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:58:04 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  262 "Volume"
Tra 18 13:58:04 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:58:04 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  268 "CardIndex"
Tra 18 13:58:04 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:58:04 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  269 "Ports"
Tra 18 13:58:04 joko plasmashell[1008]: org.kde.plasma.pulseaudio: returning roles QHash((258, "PulseObject")(257, 
Tra 18 13:58:04 joko plasmashell[1008]: org.kde.plasma.pulseaudio: PROPERTY CHANGED ( 1 ) ::  270 "ActivePortIndex"
Tra 18 14:01:01 joko CROND[14215]: (root) CMD (run-parts /etc/cron.hourly)
Tra 18 14:01:48 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 7000, resource id: 90177
Tra 18 14:01:48 joko plasmashell[1008]: QXcbConnection: XCB error: 2 (BadValue), sequence: 7046, resource id: 88080
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:50 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:51 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko kdeinit5[14224]: QXcbConnection: Could not connect to display :0
Tra 18 14:01:52 joko systemd[1]: Started Process Core Dump (PID 14225/UID 0).
Tra 18 14:01:52 joko baloo_filemetadata_temp_extractor[14223]: QMap(("author", QVariant(QString, "Mirko"))("creatio
Tra 18 14:01:52 joko systemd-coredump[14226]: Process 14224 (thumbnail.so) of user 1000 dumped core.
                                               
                                               Stack trace of thread 14224:
                                               #0  0x00007fe71e83e2a8 raise (libc.so.6)
                                               #1  0x00007fe71e83f72a abort (libc.so.6)
                                               #2  0x00007fe71ec3ef41 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so
                                               #3  0x00007fe70dc92c10 _ZN14QXcbConnectionC1EP19QXcbNativeInterfacebj
                                               #4  0x00007fe70dc981d1 _ZN15QXcbIntegrationC1ERK11QStringListRiPPc (l
                                               #5  0x00007fe70df5032d n/a (libqxcb.so)
                                               #6  0x00007fe71f35ec1f _ZN27QPlatformIntegrationFactory6createERK7QSt
                                               #7  0x00007fe71f36cfb3 _ZN22QGuiApplicationPrivate25createPlatformInt
                                               #8  0x00007fe71f36dddd _ZN22QGuiApplicationPrivate21createEventDispat
                                               #9  0x00007fe71ee3091f _ZN16QCoreApplication4initEv (libQt5Core.so.5)
                                               #10 0x00007fe71ee309f6 _ZN16QCoreApplicationC2ER23QCoreApplicationPri
                                               #11 0x00007fe71f370589 _ZN15QGuiApplicationC2ER22QGuiApplicationPriva
                                               #12 0x00007fe71d2bd12d _ZN12QApplicationC1ERiPPci (libQt5Widgets.so.5
                                               #13 0x00007fe70e1597b7 kdemain (thumbnail.so)
                                               #14 0x000000000040a2f0 n/a (kdeinit5)
                                               #15 0x000000000040c273 n/a (kdeinit5)
                                               #16 0x0000000000404d0c n/a (kdeinit5)
                                               #17 0x00007fe71e82b710 __libc_start_main (libc.so.6)
                                               #18 0x0000000000405a79 _start (kdeinit5)
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:52 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:53 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:53 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:53 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:53 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:53 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:53 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:53 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:53 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:53 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:53 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:54 joko kdeinit5[14236]: QXcbConnection: Could not connect to display :0
Tra 18 14:01:54 joko systemd[1]: Started Process Core Dump (PID 14237/UID 0).
Tra 18 14:01:54 joko systemd-coredump[14238]: Process 14236 (thumbnail.so) of user 1000 dumped core.
                                               
                                               Stack trace of thread 14236:
                                               #0  0x00007fe71e83e2a8 raise (libc.so.6)
                                               #1  0x00007fe71e83f72a abort (libc.so.6)
                                               #2  0x00007fe71ec3ef41 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so
                                               #3  0x00007fe70dc92c10 _ZN14QXcbConnectionC1EP19QXcbNativeInterfacebj
                                               #4  0x00007fe70dc981d1 _ZN15QXcbIntegrationC1ERK11QStringListRiPPc (l
                                               #5  0x00007fe70df5032d n/a (libqxcb.so)
                                               #6  0x00007fe71f35ec1f _ZN27QPlatformIntegrationFactory6createERK7QSt
                                               #7  0x00007fe71f36cfb3 _ZN22QGuiApplicationPrivate25createPlatformInt
                                               #8  0x00007fe71f36dddd _ZN22QGuiApplicationPrivate21createEventDispat
                                               #9  0x00007fe71ee3091f _ZN16QCoreApplication4initEv (libQt5Core.so.5)
                                               #10 0x00007fe71ee309f6 _ZN16QCoreApplicationC2ER23QCoreApplicationPri
                                               #11 0x00007fe71f370589 _ZN15QGuiApplicationC2ER22QGuiApplicationPriva
                                               #12 0x00007fe71d2bd12d _ZN12QApplicationC1ERiPPci (libQt5Widgets.so.5
                                               #13 0x00007fe70e1597b7 kdemain (thumbnail.so)
                                               #14 0x000000000040a2f0 n/a (kdeinit5)
                                               #15 0x000000000040c273 n/a (kdeinit5)
                                               #16 0x0000000000404d0c n/a (kdeinit5)
                                               #17 0x00007fe71e82b710 __libc_start_main (libc.so.6)
                                               #18 0x0000000000405a79 _start (kdeinit5)
Tra 18 14:01:54 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:54 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:54 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:54 joko dolphin[2339]: QPixmap::scaled: Pixmap is a null pixmap
Tra 18 14:01:55 joko kdeinit5[14246]: QXcbConnection: Could not connect to display :0
Tra 18 14:01:55 joko systemd[1]: Started Process Core Dump (PID 14247/UID 0).
Tra 18 14:01:55 joko systemd-coredump[14248]: Process 14246 (thumbnail.so) of user 1000 dumped core.
                                               
                                               Stack trace of thread 14246:
                                               #0  0x00007fe71e83e2a8 raise (libc.so.6)
                                               #1  0x00007fe71e83f72a abort (libc.so.6)
                                               #2  0x00007fe71ec3ef41 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so
                                               #3  0x00007fe70dc92c10 _ZN14QXcbConnectionC1EP19QXcbNativeInterfacebj
                                               #4  0x00007fe70dc981d1 _ZN15QXcbIntegrationC1ERK11QStringListRiPPc (l
                                               #5  0x00007fe70df5032d n/a (libqxcb.so)
                                               #6  0x00007fe71f35ec1f _ZN27QPlatformIntegrationFactory6createERK7QSt
                                               #7  0x00007fe71f36cfb3 _ZN22QGuiApplicationPrivate25createPlatformInt
                                               #8  0x00007fe71f36dddd _ZN22QGuiApplicationPrivate21createEventDispat
                                               #9  0x00007fe71ee3091f _ZN16QCoreApplication4initEv (libQt5Core.so.5)
                                               #10 0x00007fe71ee309f6 _ZN16QCoreApplicationC2ER23QCoreApplicationPri
                                               #11 0x00007fe71f370589 _ZN15QGuiApplicationC2ER22QGuiApplicationPriva
                                               #12 0x00007fe71d2bd12d _ZN12QApplicationC1ERiPPci (libQt5Widgets.so.5
                                               #13 0x00007fe70e1597b7 kdemain (thumbnail.so)
                                               #14 0x000000000040a2f0 n/a (kdeinit5)
                                               #15 0x000000000040c273 n/a (kdeinit5)
                                               #16 0x0000000000404d0c n/a (kdeinit5)
                                               #17 0x00007fe71e82b710 __libc_start_main (libc.so.6)
                                               #18 0x0000000000405a79 _start (kdeinit5)

Last edited by x33a (2016-04-22 05:13:18)

Offline

#20 2016-04-22 05:14:29

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

@Clouseau,

I edited your post and enclosed your journalctl output in code tags. In future, always use code tags for posting output.

https://wiki.archlinux.org/index.php/Fo … s_and_code

Offline

#21 2016-05-03 13:18:05

Clouseau
Member
Registered: 2010-12-24
Posts: 112

Re: Can not lauch GUI app, `No protocol specified` What's wrong?

Sorry, I did check here first https://bbs.archlinux.org/help.php#bbcode but under Code section I saw text that is on dark background...

Regarding issue it has been 15days until last problem so I think last edit on /etc/hosts file and restart after it, solved the issue. Probably the X restart would be enough but I had new kernel pending so I did the reboot. If someone else has the problem, this is my hosts file:

#<ip-address>   <hostname.domain.org>   <hostname>
127.0.0.1       localhost.localdomain localhost
192.168.1105.104 joko.localdomain joko

and hostname:

# hostname
joko.localdomain
# hostname -f
joko.localdomain
#hostnamectl
Static hostname: joko.localdomain

Offline

Board footer

Powered by FluxBB