You are not logged in.

#1 2019-04-12 12:02:12

ps756
Member
Registered: 2019-04-12
Posts: 1

[solved] Very long start of flatpak app

For same time starting any flatpak app takes about 2 minutes. I am using KDE.

strace from start of VLC. It's hang for 2 minutes on "Running vlc with the default interface. Use 'cvlc' to use vlc without interface."

...(Log is long so I past only end of it)
wait4(6457, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 6457
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=6457, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
read(38, "", 8)                         = 0
read(40, ":\31\0\0", 4)                 = 4
read(40, "", 0)                         = 0
close(38)                               = 0
close(40)                               = 0
read(34, "x", 1)                        = 1
close(33)                               = 0
close(35)                               = 0
close(36)                               = 0
close(37)                               = 0
access("/run/systemd/journal/socket", F_OK) = 0
access("/run/systemd/journal/stdout", F_OK) = 0
access("/usr/share/fonts", F_OK)        = 0
access("/var/cache/fontconfig", F_OK)   = 0
lstat("/home/pszegda/.local/share/fonts", 0x7ffca06add70) = -1 ENOENT (No such file or directory)
lstat("/home/pszegda/.fonts", 0x7ffca06add70) = -1 ENOENT (No such file or directory)
lstat("/home/pszegda/.cache/fontconfig", {st_mode=S_IFDIR|0755, st_size=2856, ...}) = 0
memfd_create("font-dirs.xml", MFD_CLOEXEC|MFD_ALLOW_SEALING) = 33
ftruncate(33, 157)                      = 0
write(33, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 157) = 157
lseek(33, 0, SEEK_SET)                  = 0
fcntl(33, F_ADD_SEALS, F_SEAL_SEAL|F_SEAL_SHRINK|F_SEAL_GROW|F_SEAL_WRITE) = 0
stat("/usr/share/icons", {st_mode=S_IFDIR|0755, st_size=278, ...}) = 0
memfd_create("bwrap-args", MFD_CLOEXEC|MFD_ALLOW_SEALING) = 35
ftruncate(35, 9080)                     = 0
write(35, "--ro-bind\0/var/lib/flatpak/runti"..., 9080) = 9080
lseek(35, 0, SEEK_SET)                  = 0
fcntl(35, F_ADD_SEALS, F_SEAL_SEAL|F_SEAL_SHRINK|F_SEAL_GROW|F_SEAL_WRITE) = 0
getpid()                                = 6451
openat(AT_FDCWD, "/run/user/1000/.flatpak/604523950/pid.4X4F0Z", O_RDWR|O_CREAT|O_EXCL, 0666) = 36
fallocate(36, 0, 0, 4)                  = 0
write(36, "6451", 4)                    = 4
fstatfs(36, {f_type=TMPFS_MAGIC, f_bsize=4096, f_blocks=408870, f_bfree=408859, f_bavail=408859, f_files=2044350, f_ffree=2044291, f_fsid={val=[0, 0]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_NOSUID|ST_NODEV|ST_RELATIME}) = 0
lstat("/run/user/1000/.flatpak/604523950/pid", 0x7ffca06ade50) = -1 ENOENT (No such file or directory)
close(36)                               = 0
rename("/run/user/1000/.flatpak/604523950/pid.4X4F0Z", "/run/user/1000/.flatpak/604523950/pid") = 0
lseek(17, 0, SEEK_SET)                  = 0
fcntl(17, F_SETFD, 0)                   = 0
lseek(18, 0, SEEK_SET)                  = 0
fcntl(18, F_SETFD, 0)                   = 0
lseek(19, 0, SEEK_SET)                  = 0
fcntl(19, F_SETFD, 0)                   = 0
lseek(20, 0, SEEK_SET)                  = 0
fcntl(20, F_SETFD, 0)                   = 0
lseek(21, 0, SEEK_SET)                  = 0
fcntl(21, F_SETFD, 0)                   = 0
lseek(22, 0, SEEK_SET)                  = 0
fcntl(22, F_SETFD, 0)                   = 0
lseek(25, 0, SEEK_SET)                  = 0
fcntl(25, F_SETFD, 0)                   = 0
lseek(24, 0, SEEK_SET)                  = 0
fcntl(24, F_SETFD, 0)                   = 0
lseek(27, 0, SEEK_SET)                  = 0
fcntl(27, F_SETFD, 0)                   = 0
lseek(28, 0, SEEK_SET)                  = 0
fcntl(28, F_SETFD, 0)                   = 0
lseek(29, 0, SEEK_SET)                  = 0
fcntl(29, F_SETFD, 0)                   = 0
lseek(31, 0, SEEK_SET)                  = 0
fcntl(31, F_SETFD, 0)                   = 0
lseek(30, 0, SEEK_SET)                  = 0
fcntl(30, F_SETFD, 0)                   = 0
lseek(34, 0, SEEK_SET)                  = -1 ESPIPE (Illegal seek)
fcntl(34, F_SETFD, 0)                   = 0
lseek(33, 0, SEEK_SET)                  = 0
fcntl(33, F_SETFD, 0)                   = 0
lseek(35, 0, SEEK_SET)                  = 0
fcntl(35, F_SETFD, 0)                   = 0
execve("/bin/bwrap", ["bwrap", "--args", "35", "vlc"], 0x558cb70d5920 /* 75 vars */) = 0
access("/etc/suid-debug", F_OK)         = -1 ENOENT (No such file or directory)
brk(NULL)                               = 0x555ca63fa000
arch_prctl(0x3001 /* ARCH_??? */, 0x7ffcdc2c2f80) = -1 EINVAL (Invalid argument)
fcntl(0, F_GETFD)                       = 0
fcntl(1, F_GETFD)                       = 0
fcntl(2, F_GETFD)                       = 0
access("/etc/suid-debug", F_OK)         = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK)      = 0
openat(AT_FDCWD, "/etc/ld.so.preload", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
close(4)                                = 0
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=331018, ...}) = 0
mmap(NULL, 331018, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f05e0477000
close(4)                                = 0
openat(AT_FDCWD, "/usr/lib/libcap.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0  \0\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=22456, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05e0475000
mmap(NULL, 24920, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f05e046e000
mmap(0x7f05e0470000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x7f05e0470000
mmap(0x7f05e0472000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x4000) = 0x7f05e0472000
mmap(0x7f05e0473000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x4000) = 0x7f05e0473000
close(4)                                = 0
openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000C\2\0\0\0\0\0"..., 832) = 832
lseek(4, 792, SEEK_SET)                 = 792
read(4, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0e\355\2016\210\261\26\375\316\236\206j\322\376\362\347"..., 68) = 68
fstat(4, {st_mode=S_IFREG|0755, st_size=2136840, ...}) = 0
lseek(4, 792, SEEK_SET)                 = 792
read(4, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0e\355\2016\210\261\26\375\316\236\206j\322\376\362\347"..., 68) = 68
lseek(4, 864, SEEK_SET)                 = 864
read(4, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 1848896, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f05e02aa000
mprotect(0x7f05e02cc000, 1671168, PROT_NONE) = 0
mmap(0x7f05e02cc000, 1355776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x22000) = 0x7f05e02cc000
mmap(0x7f05e0417000, 311296, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x16d000) = 0x7f05e0417000
mmap(0x7f05e0464000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1b9000) = 0x7f05e0464000
mmap(0x7f05e046a000, 13888, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f05e046a000
close(4)                                = 0
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05e02a7000
arch_prctl(ARCH_SET_FS, 0x7f05e02a7740) = 0
mprotect(0x7f05e0464000, 16384, PROT_READ) = 0
mprotect(0x7f05e0473000, 4096, PROT_READ) = 0
mprotect(0x555ca5caa000, 4096, PROT_READ) = 0
mprotect(0x7f05e04f1000, 4096, PROT_READ) = 0
munmap(0x7f05e0477000, 331018)          = 0
getuid()                                = 1000
getgid()                                = 1000
geteuid()                               = 1000
capget({version=_LINUX_CAPABILITY_VERSION_3, pid=0}, {effective=0, permitted=0, inheritable=0}) = 0
prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)  = 0
openat(AT_FDCWD, "/proc/sys/kernel/overflowuid", O_RDONLY|O_CLOEXEC) = 4
brk(NULL)                               = 0x555ca63fa000
brk(0x555ca641b000)                     = 0x555ca641b000
read(4, "65534\n", 4079)                = 6
read(4, "", 4073)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/proc/sys/kernel/overflowgid", O_RDONLY|O_CLOEXEC) = 4
read(4, "65534\n", 4079)                = 6
read(4, "", 4073)                       = 0
close(4)                                = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(0x88, 0x2), ...}) = 0
readlink("/proc/self/fd/1", "/dev/pts/2", 4095) = 10
stat("/dev/pts/2", {st_mode=S_IFCHR|0600, st_rdev=makedev(0x88, 0x2), ...}) = 0
read(35, "--ro-bind\0/var/lib/flatpak/runti"..., 4079) = 4079
read(35, "tc/services\0--ro-bind\0/var/lib/f"..., 4080) = 4080
read(35, "app/org.videolan.VLC/config/kdeg"..., 8160) = 921
read(35, "", 7239)                      = 0
close(35)                               = 0
getuid()                                = 1000
openat(AT_FDCWD, "/proc", O_RDONLY|O_PATH) = 4
stat("/run/user/1000/.bubblewrap", {st_mode=S_IFDIR|0755, st_size=40, ...}) = 0
eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK)   = 5
rt_sigprocmask(SIG_BLOCK, [CHLD], NULL, 8) = 0
wait4(-1, 0x7ffcdc2c0de0, WNOHANG, NULL) = -1 ECHILD (No child processes)
eventfd2(0, EFD_CLOEXEC)                = 6
clone(child_stack=NULL, flags=CLONE_NEWNS|CLONE_NEWUSER|CLONE_NEWPID|SIGCHLD) = 6462
getuid()                                = 1000
capset({version=_LINUX_CAPABILITY_VERSION_3, pid=0}, {effective=0, permitted=0, inheritable=0}) = 0
write(29, "{\n    \"child-pid\": 6462\n}\n", 26) = 26
close(29)                               = 0
write(6, "\1\0\0\0\0\0\0\0", 8)         = 8
close(6)                                = 0
openat(4, "self/fd", O_RDONLY|O_NOCTTY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 6
fstat(6, {st_mode=S_IFDIR|0500, st_size=0, ...}) = 0
fcntl(6, F_GETFL)                       = 0x18800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY)
fcntl(6, F_SETFD, FD_CLOEXEC)           = 0
getdents64(6, /* 26 entries */, 32768)  = 624
close(3)                                = 0
close(4)                                = 0
close(17)                               = 0
close(18)                               = 0
close(19)                               = 0
close(20)                               = 0
close(21)                               = 0
close(22)                               = 0
close(23)                               = 0
close(24)                               = 0
close(25)                               = 0
close(27)                               = 0
close(28)                               = 0
close(30)                               = 0
close(31)                               = 0
close(33)                               = 0
close(34)                               = 0
close(57)                               = 0
close(59)                               = 0
getdents64(6, /* 0 entries */, 32768)   = 0
close(6)                                = 0
signalfd4(-1, [CHLD], 8, SFD_CLOEXEC|SFD_NONBLOCK) = 3
poll([{fd=3, events=POLLIN}, {fd=5, events=POLLIN}], 2, -1VLC media player 3.0.6 Vetinari (revision 3.0.6-0-g5803e85f73)
[000055d902fd3b20] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
org.kde.knotifications: env says KDE is running but SNI unavailable -- check KDE_FULL_SESSION and XDG_CURRENT_DESKTOP
[000055d902fd33a0] main playlist: playlist is empty

journalctl -b

kwi 12 13:54:33 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostn>
kwi 12 13:54:33 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostna>
kwi 12 13:54:33 archlinux kernel: audit: type=1130 audit(1555070073.092:120): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/us>
kwi 12 13:54:33 archlinux kernel: audit: type=1131 audit(1555070073.092:121): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/us>
kwi 12 13:54:56 archlinux polkitd[852]: Registered Authentication Agent for unix-process:6451:93718 (system bus name :1.281 [flatpak run org.videolan.VLC], object path /org/free>
kwi 12 13:54:56 archlinux systemd[881]: Started flatpak-org.videolan.VLC-6451.scope.
kwi 12 13:54:56 archlinux polkitd[852]: Unregistered Authentication Agent for unix-process:6451:93718 (system bus name :1.281, object path /org/freedesktop/PolicyKit1/Authentica>
kwi 12 13:54:56 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings: ReadAll called with parameters:
kwi 12 13:54:56 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings:     groups:  ("org.kde.kdeglobals.*")
kwi 12 13:54:56 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings: Read called with parameters:
kwi 12 13:54:56 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings:     group:  "org.kde.kdeglobals.General"
kwi 12 13:54:56 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings:     key:  "menuFont"
kwi 12 13:54:56 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings: Key  "menuFont"  doesn't exist
kwi 12 13:54:56 archlinux xdg-desktop-portal-kde[1886]: QDBusMarshaller: cannot add a null QDBusVariant
kwi 12 13:54:56 archlinux xdg-desktop-portal-kde[1886]: QDBusConnection: error: could not send reply message to service "": Marshalling failed: Variant containing QVariant::Inva>
kwi 12 13:55:21 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings: Read called with parameters:
kwi 12 13:55:21 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings:     group:  "org.kde.kdeglobals.General"
kwi 12 13:55:21 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings:     key:  "font"
kwi 12 13:55:21 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings: Key  "font"  doesn't exist
kwi 12 13:55:21 archlinux xdg-desktop-portal-kde[1886]: QDBusMarshaller: cannot add a null QDBusVariant
kwi 12 13:55:21 archlinux xdg-desktop-portal-kde[1886]: QDBusConnection: error: could not send reply message to service "": Marshalling failed: Variant containing QVariant::Inva>
kwi 12 13:55:26 archlinux plasmashell[1334]: qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 26190, resource id: 67108865, major code: 142 (Unknown), minor code: 3
kwi 12 13:55:46 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings: Read called with parameters:
kwi 12 13:55:46 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings:     group:  "org.kde.kdeglobals.WM"
kwi 12 13:55:46 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings:     key:  "activeFont"
kwi 12 13:55:46 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings: Key  "activeFont"  doesn't exist
kwi 12 13:55:46 archlinux xdg-desktop-portal-kde[1886]: QDBusMarshaller: cannot add a null QDBusVariant
kwi 12 13:55:46 archlinux xdg-desktop-portal-kde[1886]: QDBusConnection: error: could not send reply message to service "": Marshalling failed: Variant containing QVariant::Inva>
kwi 12 13:56:11 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings: Read called with parameters:
kwi 12 13:56:11 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings:     group:  "org.kde.kdeglobals.General"
kwi 12 13:56:11 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings:     key:  "toolBarFont"
kwi 12 13:56:11 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings: Key  "toolBarFont"  doesn't exist
kwi 12 13:56:11 archlinux xdg-desktop-portal-kde[1886]: QDBusMarshaller: cannot add a null QDBusVariant
kwi 12 13:56:11 archlinux xdg-desktop-portal-kde[1886]: QDBusConnection: error: could not send reply message to service "": Marshalling failed: Variant containing QVariant::Inva>
kwi 12 13:56:36 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings: Read called with parameters:
kwi 12 13:56:36 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings:     group:  "org.kde.kdeglobals.General"
kwi 12 13:56:36 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings:     key:  "smallestReadableFont"
kwi 12 13:56:36 archlinux xdg-desktop-portal-kde[1886]: xdp-kde-settings: Key  "smallestReadableFont"  doesn't exist
kwi 12 13:56:36 archlinux xdg-desktop-portal-kde[1886]: QDBusMarshaller: cannot add a null QDBusVariant
kwi 12 13:56:36 archlinux xdg-desktop-portal-kde[1886]: QDBusConnection: error: could not send reply message to service "": Marshalling failed: Variant containing QVariant::Inva>
kwi 12 13:57:01 archlinux plasmashell[1334]: qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 26989, resource id: 75497501, major code: 142 (Unknown), minor code: 3
kwi 12 13:57:34 archlinux plasmashell[1334]: qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 27602, resource id: 75497501, major code: 142 (Unknown), minor code: 3
kwi 12 13:57:34 archlinux plasmashell[1334]: qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 27664, resource id: 75497501, major code: 142 (Unknown), minor code: 3
kwi 12 14:00:02 archlinux plasmashell[1334]: qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 28442, resource id: 75497501, major code: 142 (Unknown), minor code: 3
kwi 12 14:00:02 archlinux plasmashell[1334]: org.kde.plasmaquick: Applet "Application Launcher" loaded after 0 msec
kwi 12 14:00:02 archlinux plasmashell[1334]: org.kde.plasmaquick: Increasing score for "Application Launcher" to 100
kwi 12 14:00:05 archlinux kwin_x11[1329]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 53944, resource id: 98566150, major code: 19 (DeleteProperty), minor co>
kwi 12 14:00:05 archlinux kwin_x11[1329]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 53947, resource id: 98566150, major code: 19 (DeleteProperty), minor co>
kwi 12 14:00:05 archlinux kwin_x11[1329]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 53948, resource id: 98566150, major code: 18 (ChangeProperty), minor co>
kwi 12 14:00:05 archlinux kwin_x11[1329]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 53949, resource id: 98566150, major code: 19 (DeleteProperty), minor co>
kwi 12 14:00:05 archlinux kwin_x11[1329]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 53950, resource id: 98566150, major code: 19 (DeleteProperty), minor co>
kwi 12 14:00:05 archlinux kwin_x11[1329]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 53951, resource id: 98566150, major code: 19 (DeleteProperty), minor co>
kwi 12 14:00:05 archlinux kwin_x11[1329]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 53952, resource id: 98566150, major code: 7 (ReparentWindow), minor cod>
kwi 12 14:00:05 archlinux kwin_x11[1329]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 53953, resource id: 98566150, major code: 6 (ChangeSaveSet), minor code>
kwi 12 14:00:05 archlinux kwin_x11[1329]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 53954, resource id: 98566150, major code: 2 (ChangeWindowAttributes), m>
kwi 12 14:00:05 archlinux kwin_x11[1329]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 53955, resource id: 98566150, major code: 10 (UnmapWindow), minor code:>
kwi 12 14:00:05 archlinux plasmashell[1334]: qml: applet destroyed
kwi 12 14:00:05 archlinux kwin_x11[1329]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 54076, resource id: 98566160, major code: 18 (ChangeProperty), minor co>
kwi 12 14:00:05 archlinux systemd[881]: flatpak-org.videolan.VLC-6451.scope: Succeeded.

Solved:

I solved the problem but I'm not sure how. I removed everything from ~/.cache and change KDE theme to other and reselect previous.

Last edited by ps756 (2019-04-12 18:39:03)

Offline

Board footer

Powered by FluxBB