Some apps suddenly take a long time to start (OpenSUSE 15.2, XFCE4)
Hi, One of the recent patches to OpenSUSE 15.2 introduced a bug. The effect is that some apps suddenly take 5-10 seconds to start instead of showing up instantly as before. Afterwards, they work smoothly. Affected apps are: - keepassxc-2.6.2-lp152.3.9.1.x86_64 - virtualbox-qt-6.1.16-lp152.2.8.1.x86_64 The bug seems to be this one: https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1852016 When using strace, I noticed that the programs hang polling Unix sockets like /tmp/.X11-unix/X0 or /run/user/1000/bus. I couldn't find a related bug in openSUSE. The workaround is to start the app from the command line using dbus-launch: dbus-launch keepassxc I noticed that the first time in the middle of December, certainly before the 26th. I've attached the entire update history. In the history, I see a new version of Qt 5, glib 2, nvidia-glG05 460.27, aaa_base 84.87. There are no updates to systemd or dbus itself. The affected apps above use Qt for the UI but also glib 2. Has anyone else similar problems? Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/
On 12/29/20 5:44 AM, Aaron Digulla wrote:
I noticed that the first time in the middle of December, certainly before the 26th. I've attached the entire update history. In the history, I see a new version of Qt 5, glib 2, nvidia-glG05 460.27, aaa_base 84.87. There are no updates to systemd or dbus itself.
The affected apps above use Qt for the UI but also glib 2.
Has anyone else similar problems?
If this is a common issue (I don't use 15.2 much), then if others can confirm, this could be filed as a bug. It will be a day or so until I get a virtualbox/Linux 5.10.3 kernel module issue fixed and I can check. keepassxc does depend on Qt5, so that is a probable culprit. -- David C. Rankin, J.D.,P.E.
Am 02.01.21 um 08:53 schrieb David C. Rankin:
I noticed that the first time in the middle of December, certainly before the 26th. I've attached the entire update history. In the history, I see a new version of Qt 5, glib 2, nvidia-glG05 460.27, aaa_base 84.87. There are no updates to systemd or dbus itself.
The affected apps above use Qt for the UI but also glib 2.
Has anyone else similar problems? If this is a common issue (I don't use 15.2 much), then if others can confirm,
On 12/29/20 5:44 AM, Aaron Digulla wrote: this could be filed as a bug. It will be a day or so until I get a virtualbox/Linux 5.10.3 kernel module issue fixed and I can check.
keepassxc does depend on Qt5, so that is a probable culprit.
Maybe but other Qt applications are not affected. Both apps use /usr/lib64/libglib-2.0.so.0, though. I'll try to install the debug symbols and run the app in gdb. Maybe that gives another hint. Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/
Hi, some time ago I had the same issue on tumbleweed. The solution was to remove the gvfs-metadata directory, i.e. rm -r ~/.local/share/gvfs-metadata/ .
Am 02.01.21 um 11:07 schrieb Florian Gebert:
Hi,
some time ago I had the same issue on tumbleweed. The solution was to remove the gvfs-metadata directory, i.e. rm -r ~/.local/share/gvfs-metadata/ .
Thanks for the tip. That didn't help in my case. Starting keepassxc after deleting the folder doesn't change startup time nor does it recreate the folder. This indicates that this is a different issue. Regards. -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/
On 29/12/2020 12.44, Aaron Digulla wrote:
Hi,
One of the recent patches to OpenSUSE 15.2 introduced a bug.
The effect is that some apps suddenly take 5-10 seconds to start instead of showing up instantly as before. Afterwards, they work smoothly.
Affected apps are:
- keepassxc-2.6.2-lp152.3.9.1.x86_64
- virtualbox-qt-6.1.16-lp152.2.8.1.x86_64
I just tried with keepassxc. It was running, so I stopped it. The log said: <1.4> 2021-01-02T12:23:23.673375+01:00 Telcontar keepassxc 6642 - - Could not remove our own lock file "/tmp/keepassxc-cer.lock" maybe permissions changed meanwhile? I checked, the file did not exist. I then started the app, via [alt][f2] (application finder) and it started immediately. (and now the lock file does exist) I then tried with virtualbox, it also started immediately. I am using XFCE and I upgraded the machine to 15.2 on the 31, and updated on the 1 -- Cheers / Saludos, Carlos E. R. (from 15.2 x86_64 at Telcontar)
Am 02.01.21 um 12:33 schrieb Carlos E. R.:
On 29/12/2020 12.44, Aaron Digulla wrote:
Hi,
One of the recent patches to OpenSUSE 15.2 introduced a bug.
The effect is that some apps suddenly take 5-10 seconds to start instead of showing up instantly as before. Afterwards, they work smoothly.
Affected apps are:
- keepassxc-2.6.2-lp152.3.9.1.x86_64
- virtualbox-qt-6.1.16-lp152.2.8.1.x86_64 I just tried with keepassxc. It was running, so I stopped it. The log said:
<1.4> 2021-01-02T12:23:23.673375+01:00 Telcontar keepassxc 6642 - - Could not remove our own lock file "/tmp/keepassxc-cer.lock" maybe permissions changed meanwhile?
I checked, the file did not exist. I then started the app, via [alt][f2] (application finder) and it started immediately.
rpm -qa "dbus*" | sort | grep -v debug dbus-1-1.12.2-lp152.5.27.x86_64 dbus-1-devel-1.12.2-lp152.5.27.x86_64 dbus-1-glib-0.108-lp152.3.8.x86_64 dbus-1-glib-32bit-0.108-lp152.3.8.x86_64 dbus-1-glib-devel-0.108-lp152.3.8.x86_64 dbus-1-glib-tool-0.108-lp152.3.8.x86_64 dbus-1-x11-1.12.2-lp152.5.6.x86_64 rpm -qa "ibus*" | sort | grep -v debug ibus-1.5.22-lp152.2.3.x86_64 ibus-dict-emoji-1.5.22-lp152.2.3.noarch ibus-gtk-1.5.22-lp152.2.3.x86_64 ibus-gtk3-1.5.22-lp152.2.3.x86_64 ibus-gtk-32bit-1.5.22-lp152.2.3.x86_64 ibus-lang-1.5.22-lp152.2.3.noarch ibus-qt-1.3.3-lp152.3.3.x86_64 rpm -qa "xfce*"|sort xfce4-appfinder-4.14.0-lp152.1.4.x86_64 xfce4-appfinder-lang-4.14.0-lp152.1.4.noarch xfce4-dict-0.8.3-lp152.1.4.x86_64 xfce4-dict-lang-0.8.3-lp152.1.4.noarch xfce4-mixer-4.11.0-lp152.5.3.x86_64 xfce4-mixer-lang-4.11.0-lp152.5.3.noarch xfce4-notes-plugin-1.8.1-lp152.100.5.x86_64 xfce4-notes-plugin-lang-1.8.1-lp152.100.5.noarch xfce4-notifyd-0.6.1-lp152.1.1.x86_64 xfce4-notifyd-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-notifyd-lang-0.6.1-lp152.1.1.noarch xfce4-panel-4.14.4-lp152.1.3.x86_64 xfce4-panel-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-panel-lang-4.14.4-lp152.1.3.noarch xfce4-panel-profiles-1.0.10-lp152.1.3.noarch xfce4-panel-restore-defaults-4.14.4-lp152.1.3.x86_64 xfce4-power-manager-1.6.6-lp152.1.1.x86_64 xfce4-power-manager-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-power-manager-lang-1.6.6-lp152.1.1.noarch xfce4-power-manager-plugin-1.6.6-lp152.1.1.x86_64 xfce4-pulseaudio-plugin-0.4.3-lp152.1.1.x86_64 xfce4-pulseaudio-plugin-lang-0.4.3-lp152.1.1.noarch xfce4-screenshooter-1.9.7-lp152.1.4.x86_64 xfce4-screenshooter-lang-1.9.7-lp152.1.4.noarch xfce4-session-4.14.2-lp152.1.3.x86_64 xfce4-session-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-session-lang-4.14.2-lp152.1.3.noarch xfce4-settings-4.14.3-lp152.1.2.x86_64 xfce4-settings-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-settings-lang-4.14.3-lp152.1.2.noarch xfce4-statusnotifier-plugin-0.2.2-lp152.1.3.x86_64 xfce4-statusnotifier-plugin-lang-0.2.2-lp152.1.3.noarch xfce4-systemload-plugin-1.2.3-lp152.1.1.x86_64 xfce4-systemload-plugin-lang-1.2.3-lp152.1.1.noarch xfce4-taskmanager-1.2.3-lp152.1.1.x86_64 xfce4-taskmanager-lang-1.2.3-lp152.1.1.noarch xfce4-terminal-0.8.9.2-lp152.1.3.x86_64 xfce4-terminal-lang-0.8.9.2-lp152.1.3.noarch xfce4-timer-plugin-1.7.0-lp152.100.1.x86_64 xfce4-timer-plugin-lang-1.7.0-lp152.100.1.noarch xfce4-whiskermenu-plugin-2.4.4-lp152.1.2.x86_64 xfce4-whiskermenu-plugin-lang-2.4.4-lp152.1.2.noarch xfce4-xkb-plugin-0.8.1-lp152.100.2.x86_64 xfce4-xkb-plugin-lang-0.8.1-lp152.100.2.noarch rpm -qa "libqt*" | sort | grep -v debug
Good, thanks. When I do it, it takes about 10 seconds. That means it must be some interference with the usual packages and something extra that I installed. Maybe a dbus of xfce plugin. Let's start with the obvious stuff. Here is my list of d/ibus and xfce packages: libqt4-4.8.7-lp152.10.9.1.x86_64 libqt4-qt3support-4.8.7-lp152.10.9.1.x86_64 libqt4-sql-4.8.7-lp152.10.9.1.x86_64 libqt4-sql-sqlite-4.8.7-lp152.10.9.1.x86_64 libqt4-x11-4.8.7-lp152.10.9.1.x86_64 libqt5keychain1-0.9.1-lp152.2.10.x86_64 libqt5keychain1-lang-0.9.1-lp152.2.10.noarch libqt5-linguist-5.12.7-lp152.1.35.x86_64 libqt5-linguist-devel-5.12.7-lp152.1.35.x86_64 libqt5-qt3d-imports-5.12.7-lp152.2.3.x86_64 libqt5-qtbase-common-devel-5.12.7-lp152.3.16.1.x86_64 libqt5-qtbase-devel-5.12.7-lp152.3.16.1.x86_64 libqt5-qtbase-platformtheme-gtk3-5.12.7-lp152.3.16.1.x86_64 libqt5-qtconnectivity-tools-5.12.7-lp152.1.3.x86_64 libqt5-qtdoc-html-5.12.7-lp152.1.37.noarch libqt5-qtimageformats-5.12.7-lp152.1.3.x86_64 libqt5-qtpaths-5.12.7-lp152.1.35.x86_64 libqt5-qtstyleplugins-platformtheme-gtk2-5.0.0+git20170311-lp152.5.10.x86_64 libqt5-qttranslations-5.12.7-lp152.1.1.x86_64 libqt5-qtwebengine-5.12.7-lp152.2.9.x86_64 libqt5-qtxmlpatterns-imports-5.12.7-lp152.1.3.x86_64 Can you please compare those with your setup? Thanks a lot, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/
On 07/01/2021 17.42, Aaron Digulla wrote:
Am 02.01.21 um 12:33 schrieb Carlos E. R.:
On 29/12/2020 12.44, Aaron Digulla wrote:
Hi,
One of the recent patches to OpenSUSE 15.2 introduced a bug.
The effect is that some apps suddenly take 5-10 seconds to start instead of showing up instantly as before. Afterwards, they work smoothly.
Affected apps are:
- keepassxc-2.6.2-lp152.3.9.1.x86_64
- virtualbox-qt-6.1.16-lp152.2.8.1.x86_64 I just tried with keepassxc. It was running, so I stopped it. The log said:
<1.4> 2021-01-02T12:23:23.673375+01:00 Telcontar keepassxc 6642 - - Could not remove our own lock file "/tmp/keepassxc-cer.lock" maybe permissions changed meanwhile?
I checked, the file did not exist. I then started the app, via [alt][f2] (application finder) and it started immediately.
Good, thanks. When I do it, it takes about 10 seconds.
That means it must be some interference with the usual packages and something extra that I installed. Maybe a dbus of xfce plugin.
Let's start with the obvious stuff. Here is my list of d/ibus and xfce packages:
rpm -qa "dbus*" | sort | grep -v debug dbus-1-1.12.2-lp152.5.27.x86_64 dbus-1-devel-1.12.2-lp152.5.27.x86_64 dbus-1-glib-0.108-lp152.3.8.x86_64 dbus-1-glib-32bit-0.108-lp152.3.8.x86_64 dbus-1-glib-devel-0.108-lp152.3.8.x86_64 dbus-1-glib-tool-0.108-lp152.3.8.x86_64 dbus-1-x11-1.12.2-lp152.5.6.x86_64
cer@Telcontar:~> rpm -qa "dbus*" | sort | grep -v debug dbus-1-1.12.2-lp152.5.27.x86_64 dbus-1-devel-1.12.2-lp152.5.27.x86_64 dbus-1-glib-0.108-lp152.3.8.x86_64 dbus-1-glib-32bit-0.108-lp152.3.8.x86_64 dbus-1-glib-devel-0.108-lp152.3.8.x86_64 dbus-1-glib-tool-0.108-lp152.3.8.x86_64 dbus-1-mono-0.63-lp152.191.24.x86_64 dbus-1-qt3-0.62-lp152.224.3.x86_64 dbus-1-x11-1.12.2-lp152.5.6.x86_64 dbus-sharp-0.7.0-lp152.3.2.noarch dbus-sharp-glib-0.5.0-lp152.3.2.noarch cer@Telcontar:~>
rpm -qa "ibus*" | sort | grep -v debug ibus-1.5.22-lp152.2.3.x86_64 ibus-dict-emoji-1.5.22-lp152.2.3.noarch ibus-gtk-1.5.22-lp152.2.3.x86_64 ibus-gtk3-1.5.22-lp152.2.3.x86_64 ibus-gtk-32bit-1.5.22-lp152.2.3.x86_64 ibus-lang-1.5.22-lp152.2.3.noarch ibus-qt-1.3.3-lp152.3.3.x86_64
cer@Telcontar:~> rpm -qa "ibus*" | sort | grep -v debug ibus-1.5.22-lp152.2.3.x86_64 ibus-dict-emoji-1.5.22-lp152.2.3.noarch ibus-gtk-1.5.22-lp152.2.3.x86_64 ibus-gtk-32bit-1.5.22-lp152.2.3.x86_64 ibus-gtk3-1.5.22-lp152.2.3.x86_64 ibus-gtk3-32bit-1.5.22-lp152.2.3.x86_64 ibus-lang-1.5.22-lp152.2.3.noarch ibus-qt-1.3.3-lp152.3.3.x86_64 cer@Telcontar:~>
rpm -qa "xfce*"|sort xfce4-appfinder-4.14.0-lp152.1.4.x86_64 xfce4-appfinder-lang-4.14.0-lp152.1.4.noarch xfce4-dict-0.8.3-lp152.1.4.x86_64 xfce4-dict-lang-0.8.3-lp152.1.4.noarch xfce4-mixer-4.11.0-lp152.5.3.x86_64 xfce4-mixer-lang-4.11.0-lp152.5.3.noarch xfce4-notes-plugin-1.8.1-lp152.100.5.x86_64 xfce4-notes-plugin-lang-1.8.1-lp152.100.5.noarch xfce4-notifyd-0.6.1-lp152.1.1.x86_64 xfce4-notifyd-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-notifyd-lang-0.6.1-lp152.1.1.noarch xfce4-panel-4.14.4-lp152.1.3.x86_64 xfce4-panel-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-panel-lang-4.14.4-lp152.1.3.noarch xfce4-panel-profiles-1.0.10-lp152.1.3.noarch xfce4-panel-restore-defaults-4.14.4-lp152.1.3.x86_64 xfce4-power-manager-1.6.6-lp152.1.1.x86_64 xfce4-power-manager-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-power-manager-lang-1.6.6-lp152.1.1.noarch xfce4-power-manager-plugin-1.6.6-lp152.1.1.x86_64 xfce4-pulseaudio-plugin-0.4.3-lp152.1.1.x86_64 xfce4-pulseaudio-plugin-lang-0.4.3-lp152.1.1.noarch xfce4-screenshooter-1.9.7-lp152.1.4.x86_64 xfce4-screenshooter-lang-1.9.7-lp152.1.4.noarch xfce4-session-4.14.2-lp152.1.3.x86_64 xfce4-session-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-session-lang-4.14.2-lp152.1.3.noarch xfce4-settings-4.14.3-lp152.1.2.x86_64 xfce4-settings-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-settings-lang-4.14.3-lp152.1.2.noarch xfce4-statusnotifier-plugin-0.2.2-lp152.1.3.x86_64 xfce4-statusnotifier-plugin-lang-0.2.2-lp152.1.3.noarch xfce4-systemload-plugin-1.2.3-lp152.1.1.x86_64 xfce4-systemload-plugin-lang-1.2.3-lp152.1.1.noarch xfce4-taskmanager-1.2.3-lp152.1.1.x86_64 xfce4-taskmanager-lang-1.2.3-lp152.1.1.noarch xfce4-terminal-0.8.9.2-lp152.1.3.x86_64 xfce4-terminal-lang-0.8.9.2-lp152.1.3.noarch xfce4-timer-plugin-1.7.0-lp152.100.1.x86_64 xfce4-timer-plugin-lang-1.7.0-lp152.100.1.noarch xfce4-whiskermenu-plugin-2.4.4-lp152.1.2.x86_64 xfce4-whiskermenu-plugin-lang-2.4.4-lp152.1.2.noarch xfce4-xkb-plugin-0.8.1-lp152.100.2.x86_64 xfce4-xkb-plugin-lang-0.8.1-lp152.100.2.noarch
cer@Telcontar:~> rpm -qa "xfce*"|sort xfce4-appfinder-4.14.0-lp152.1.4.x86_64 xfce4-appfinder-debuginfo-4.14.0-lp152.1.4.x86_64 xfce4-appfinder-debugsource-4.14.0-lp152.1.4.x86_64 xfce4-appfinder-lang-4.14.0-lp152.1.4.noarch xfce4-battery-plugin-1.1.3-lp152.1.3.x86_64 xfce4-battery-plugin-lang-1.1.3-lp152.1.3.noarch xfce4-clipman-plugin-1.6.1-lp152.1.2.x86_64 xfce4-clipman-plugin-lang-1.6.1-lp152.1.2.noarch xfce4-cpufreq-plugin-1.2.1-lp152.100.3.x86_64 xfce4-cpufreq-plugin-lang-1.2.1-lp152.100.3.noarch xfce4-cpugraph-plugin-1.1.0-lp152.100.1.x86_64 xfce4-cpugraph-plugin-lang-1.1.0-lp152.100.1.noarch xfce4-datetime-plugin-0.8.0-lp152.1.1.x86_64 xfce4-datetime-plugin-lang-0.8.0-lp152.1.1.noarch xfce4-dict-0.8.3-lp152.1.4.x86_64 xfce4-dict-lang-0.8.3-lp152.1.4.noarch xfce4-diskperf-plugin-2.6.2-lp152.1.1.x86_64 xfce4-diskperf-plugin-lang-2.6.2-lp152.1.1.noarch xfce4-eyes-plugin-4.5.0-lp152.100.1.x86_64 xfce4-eyes-plugin-lang-4.5.0-lp152.100.1.noarch xfce4-fsguard-plugin-1.1.1-lp152.1.1.x86_64 xfce4-fsguard-plugin-lang-1.1.1-lp152.1.1.noarch xfce4-genmon-plugin-4.0.2-lp152.1.3.x86_64 xfce4-genmon-plugin-lang-4.0.2-lp152.1.3.noarch xfce4-mailwatch-plugin-1.2.0-lp152.100.4.x86_64 xfce4-mailwatch-plugin-lang-1.2.0-lp152.100.4.noarch xfce4-mixer-4.11.0-lp152.5.3.x86_64 xfce4-mixer-lang-4.11.0-lp152.5.3.noarch xfce4-mixer-plugin-4.11.0-lp152.5.3.x86_64 xfce4-mount-plugin-1.1.3-lp152.100.1.x86_64 xfce4-mount-plugin-lang-1.1.3-lp152.100.1.noarch xfce4-mpc-plugin-0.5.2-lp152.1.1.x86_64 xfce4-mpc-plugin-lang-0.5.2-lp152.1.1.noarch xfce4-netload-plugin-1.3.2-lp152.1.2.x86_64 xfce4-netload-plugin-lang-1.3.2-lp152.1.2.noarch xfce4-netspeed-plugin-0.3.1-lp152.100.5.x86_64 xfce4-notes-plugin-1.8.1-lp152.100.5.x86_64 xfce4-notes-plugin-lang-1.8.1-lp152.100.5.noarch xfce4-notifyd-0.6.1-lp152.1.1.x86_64 xfce4-notifyd-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-notifyd-lang-0.6.1-lp152.1.1.noarch xfce4-panel-4.14.4-lp152.1.3.x86_64 xfce4-panel-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-panel-lang-4.14.4-lp152.1.3.noarch xfce4-panel-plugin-dict-0.8.3-lp152.1.4.x86_64 xfce4-panel-plugin-multiload-nandhp-0.3-lp152.1.1.x86_64 xfce4-panel-profiles-1.0.10-lp152.1.3.noarch xfce4-panel-restore-defaults-4.14.4-lp152.1.3.x86_64 xfce4-places-plugin-1.8.1-lp152.1.2.x86_64 xfce4-places-plugin-lang-1.8.1-lp152.1.2.noarch xfce4-power-manager-1.6.6-lp152.1.1.x86_64 xfce4-power-manager-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-power-manager-lang-1.6.6-lp152.1.1.noarch xfce4-power-manager-plugin-1.6.6-lp152.1.1.x86_64 xfce4-pulseaudio-plugin-0.4.3-lp152.1.1.x86_64 xfce4-pulseaudio-plugin-lang-0.4.3-lp152.1.1.noarch xfce4-screenshooter-1.9.7-lp152.1.4.x86_64 xfce4-screenshooter-lang-1.9.7-lp152.1.4.noarch xfce4-screenshooter-plugin-1.9.7-lp152.1.4.x86_64 xfce4-sensors-plugin-1.3.0-lp152.100.4.x86_64 xfce4-sensors-plugin-lang-1.3.0-lp152.100.4.noarch xfce4-session-4.14.2-lp152.1.3.x86_64 xfce4-session-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-session-lang-4.14.2-lp152.1.3.noarch xfce4-settings-4.14.3-lp152.1.2.x86_64 xfce4-settings-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-settings-lang-4.14.3-lp152.1.2.noarch xfce4-smartbookmark-plugin-0.5.1-lp152.1.1.x86_64 xfce4-smartbookmark-plugin-lang-0.5.1-lp152.1.1.noarch xfce4-statusnotifier-plugin-0.2.2-lp152.1.3.x86_64 xfce4-statusnotifier-plugin-lang-0.2.2-lp152.1.3.noarch xfce4-systemload-plugin-1.2.3-lp152.1.1.x86_64 xfce4-systemload-plugin-lang-1.2.3-lp152.1.1.noarch xfce4-taskmanager-1.2.3-lp152.1.1.x86_64 xfce4-taskmanager-lang-1.2.3-lp152.1.1.noarch xfce4-terminal-0.8.9.2-lp152.1.3.x86_64 xfce4-terminal-lang-0.8.9.2-lp152.1.3.noarch xfce4-time-out-plugin-1.1.0-lp152.1.1.x86_64 xfce4-time-out-plugin-lang-1.1.0-lp152.1.1.noarch xfce4-timer-plugin-1.7.0-lp152.100.1.x86_64 xfce4-timer-plugin-lang-1.7.0-lp152.100.1.noarch xfce4-verve-plugin-2.0.0-lp152.100.3.x86_64 xfce4-verve-plugin-lang-2.0.0-lp152.100.3.noarch xfce4-wavelan-plugin-0.6.1-lp152.1.1.x86_64 xfce4-wavelan-plugin-lang-0.6.1-lp152.1.1.noarch xfce4-weather-plugin-0.10.1-lp152.1.3.x86_64 xfce4-weather-plugin-lang-0.10.1-lp152.1.3.noarch xfce4-whiskermenu-plugin-2.4.4-lp152.1.2.x86_64 xfce4-whiskermenu-plugin-lang-2.4.4-lp152.1.2.noarch xfce4-xkb-plugin-0.8.1-lp152.100.2.x86_64 xfce4-xkb-plugin-lang-0.8.1-lp152.100.2.noarch cer@Telcontar:~>
rpm -qa "libqt*" | sort | grep -v debug libqt4-4.8.7-lp152.10.9.1.x86_64 libqt4-qt3support-4.8.7-lp152.10.9.1.x86_64 libqt4-sql-4.8.7-lp152.10.9.1.x86_64 libqt4-sql-sqlite-4.8.7-lp152.10.9.1.x86_64 libqt4-x11-4.8.7-lp152.10.9.1.x86_64 libqt5keychain1-0.9.1-lp152.2.10.x86_64 libqt5keychain1-lang-0.9.1-lp152.2.10.noarch libqt5-linguist-5.12.7-lp152.1.35.x86_64 libqt5-linguist-devel-5.12.7-lp152.1.35.x86_64 libqt5-qt3d-imports-5.12.7-lp152.2.3.x86_64 libqt5-qtbase-common-devel-5.12.7-lp152.3.16.1.x86_64 libqt5-qtbase-devel-5.12.7-lp152.3.16.1.x86_64 libqt5-qtbase-platformtheme-gtk3-5.12.7-lp152.3.16.1.x86_64 libqt5-qtconnectivity-tools-5.12.7-lp152.1.3.x86_64 libqt5-qtdoc-html-5.12.7-lp152.1.37.noarch libqt5-qtimageformats-5.12.7-lp152.1.3.x86_64 libqt5-qtpaths-5.12.7-lp152.1.35.x86_64 libqt5-qtstyleplugins-platformtheme-gtk2-5.0.0+git20170311-lp152.5.10.x86_64 libqt5-qttranslations-5.12.7-lp152.1.1.x86_64 libqt5-qtwebengine-5.12.7-lp152.2.9.x86_64 libqt5-qtxmlpatterns-imports-5.12.7-lp152.1.3.x86_64
cer@Telcontar:~> rpm -qa "libqt*" | sort | grep -v debug libqt4-4.8.7-lp152.10.9.1.x86_64 libqt4-devel-4.8.7-lp152.10.9.1.x86_64 libqt4-linguist-4.8.7-lp152.10.9.1.x86_64 libqt4-qt3support-4.8.7-lp152.10.9.1.x86_64 libqt4-sql-4.8.7-lp152.10.9.1.x86_64 libqt4-sql-sqlite-4.8.7-lp152.10.9.1.x86_64 libqt4-x11-4.8.7-lp152.10.9.1.x86_64 libqt5-linguist-5.12.7-lp152.1.35.x86_64 libqt5-qdbus-5.12.7-lp152.1.35.x86_64 libqt5-qtbase-platformtheme-gtk3-5.12.7-lp152.3.16.1.x86_64 libqt5-qtconnectivity-tools-5.12.7-lp152.1.3.x86_64 libqt5-qtdoc-qch-5.12.7-lp152.1.37.noarch libqt5-qtgraphicaleffects-5.12.7-lp152.1.3.x86_64 libqt5-qtimageformats-5.12.7-lp152.1.3.x86_64 libqt5-qtpaths-5.12.7-lp152.1.35.x86_64 libqt5-qtquickcontrols-5.12.7-lp152.1.3.x86_64 libqt5-qtquickcontrols2-5.12.7-lp152.1.3.x86_64 libqt5-qtspeech-plugin-speechd-5.12.7-lp152.1.3.x86_64 libqt5-qtstyleplugins-platformtheme-gtk2-5.0.0+git20170311-lp152.5.10.x86_64 libqt5-qttools-5.12.7-lp152.1.35.x86_64 libqt5-qttranslations-5.12.7-lp152.1.1.x86_64 libqt5-qtvirtualkeyboard-5.12.7-lp152.1.1.x86_64 libqt5-qtvirtualkeyboard-hunspell-5.12.7-lp152.1.1.x86_64 libqt5-qtwebengine-5.12.7-lp152.2.9.x86_64 libqt5-qtxmlpatterns-imports-5.12.7-lp152.1.3.x86_64 libqtcurve-cairo1-1.9.0-lp152.4.7.x86_64 libqtcurve-utils2-1.9.0-lp152.4.7.x86_64 cer@Telcontar:~>
Can you please compare those with your setup?
There you go. I pasted the results rather than do the comparing, because I don't know if what I have you really need. -- Cheers / Saludos, Carlos E. R. (from 15.2 x86_64 at Telcontar)
Am 07.01.21 um 19:44 schrieb Carlos E. R.:
On 07/01/2021 17.42, Aaron Digulla wrote:
Am 02.01.21 um 12:33 schrieb Carlos E. R.:
On 29/12/2020 12.44, Aaron Digulla wrote:
Hi,
One of the recent patches to OpenSUSE 15.2 introduced a bug.
The effect is that some apps suddenly take 5-10 seconds to start instead of showing up instantly as before. Afterwards, they work smoothly.
Affected apps are:
- keepassxc-2.6.2-lp152.3.9.1.x86_64
- virtualbox-qt-6.1.16-lp152.2.8.1.x86_64 I just tried with keepassxc. It was running, so I stopped it. The log said:
<1.4> 2021-01-02T12:23:23.673375+01:00 Telcontar keepassxc 6642 - - Could not remove our own lock file "/tmp/keepassxc-cer.lock" maybe permissions changed meanwhile?
I checked, the file did not exist. I then started the app, via [alt][f2] (application finder) and it started immediately. Good, thanks. When I do it, it takes about 10 seconds.
That means it must be some interference with the usual packages and something extra that I installed. Maybe a dbus of xfce plugin.
Let's start with the obvious stuff. Here is my list of d/ibus and xfce packages:
rpm -qa "dbus*" | sort | grep -v debug dbus-1-1.12.2-lp152.5.27.x86_64 dbus-1-devel-1.12.2-lp152.5.27.x86_64 dbus-1-glib-0.108-lp152.3.8.x86_64 dbus-1-glib-32bit-0.108-lp152.3.8.x86_64 dbus-1-glib-devel-0.108-lp152.3.8.x86_64 dbus-1-glib-tool-0.108-lp152.3.8.x86_64 dbus-1-x11-1.12.2-lp152.5.6.x86_64 cer@Telcontar:~> rpm -qa "dbus*" | sort | grep -v debug dbus-1-1.12.2-lp152.5.27.x86_64 dbus-1-devel-1.12.2-lp152.5.27.x86_64 dbus-1-glib-0.108-lp152.3.8.x86_64 dbus-1-glib-32bit-0.108-lp152.3.8.x86_64 dbus-1-glib-devel-0.108-lp152.3.8.x86_64 dbus-1-glib-tool-0.108-lp152.3.8.x86_64 dbus-1-mono-0.63-lp152.191.24.x86_64 dbus-1-qt3-0.62-lp152.224.3.x86_64 dbus-1-x11-1.12.2-lp152.5.6.x86_64 dbus-sharp-0.7.0-lp152.3.2.noarch dbus-sharp-glib-0.5.0-lp152.3.2.noarch cer@Telcontar:~>
You have additional packages: dbus-1-mono, dbus-sharp* Probably not the cause.
rpm -qa "ibus*" | sort | grep -v debug ibus-1.5.22-lp152.2.3.x86_64 ibus-dict-emoji-1.5.22-lp152.2.3.noarch ibus-gtk-1.5.22-lp152.2.3.x86_64 ibus-gtk3-1.5.22-lp152.2.3.x86_64 ibus-gtk-32bit-1.5.22-lp152.2.3.x86_64 ibus-lang-1.5.22-lp152.2.3.noarch ibus-qt-1.3.3-lp152.3.3.x86_64 cer@Telcontar:~> rpm -qa "ibus*" | sort | grep -v debug ibus-1.5.22-lp152.2.3.x86_64 ibus-dict-emoji-1.5.22-lp152.2.3.noarch ibus-gtk-1.5.22-lp152.2.3.x86_64 ibus-gtk-32bit-1.5.22-lp152.2.3.x86_64 ibus-gtk3-1.5.22-lp152.2.3.x86_64 ibus-gtk3-32bit-1.5.22-lp152.2.3.x86_64 ibus-lang-1.5.22-lp152.2.3.noarch ibus-qt-1.3.3-lp152.3.3.x86_64 cer@Telcontar:~>
Again, one more on your side: ibus-gtk3-32bit Probably not the cause.
rpm -qa "xfce*"|sort xfce4-appfinder-4.14.0-lp152.1.4.x86_64 xfce4-appfinder-lang-4.14.0-lp152.1.4.noarch xfce4-dict-0.8.3-lp152.1.4.x86_64 xfce4-dict-lang-0.8.3-lp152.1.4.noarch xfce4-mixer-4.11.0-lp152.5.3.x86_64 xfce4-mixer-lang-4.11.0-lp152.5.3.noarch xfce4-notes-plugin-1.8.1-lp152.100.5.x86_64 xfce4-notes-plugin-lang-1.8.1-lp152.100.5.noarch xfce4-notifyd-0.6.1-lp152.1.1.x86_64 xfce4-notifyd-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-notifyd-lang-0.6.1-lp152.1.1.noarch xfce4-panel-4.14.4-lp152.1.3.x86_64 xfce4-panel-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-panel-lang-4.14.4-lp152.1.3.noarch xfce4-panel-profiles-1.0.10-lp152.1.3.noarch xfce4-panel-restore-defaults-4.14.4-lp152.1.3.x86_64 xfce4-power-manager-1.6.6-lp152.1.1.x86_64 xfce4-power-manager-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-power-manager-lang-1.6.6-lp152.1.1.noarch xfce4-power-manager-plugin-1.6.6-lp152.1.1.x86_64 xfce4-pulseaudio-plugin-0.4.3-lp152.1.1.x86_64 xfce4-pulseaudio-plugin-lang-0.4.3-lp152.1.1.noarch xfce4-screenshooter-1.9.7-lp152.1.4.x86_64 xfce4-screenshooter-lang-1.9.7-lp152.1.4.noarch xfce4-session-4.14.2-lp152.1.3.x86_64 xfce4-session-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-session-lang-4.14.2-lp152.1.3.noarch xfce4-settings-4.14.3-lp152.1.2.x86_64 xfce4-settings-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-settings-lang-4.14.3-lp152.1.2.noarch xfce4-statusnotifier-plugin-0.2.2-lp152.1.3.x86_64 xfce4-statusnotifier-plugin-lang-0.2.2-lp152.1.3.noarch xfce4-systemload-plugin-1.2.3-lp152.1.1.x86_64 xfce4-systemload-plugin-lang-1.2.3-lp152.1.1.noarch xfce4-taskmanager-1.2.3-lp152.1.1.x86_64 xfce4-taskmanager-lang-1.2.3-lp152.1.1.noarch xfce4-terminal-0.8.9.2-lp152.1.3.x86_64 xfce4-terminal-lang-0.8.9.2-lp152.1.3.noarch xfce4-timer-plugin-1.7.0-lp152.100.1.x86_64 xfce4-timer-plugin-lang-1.7.0-lp152.100.1.noarch xfce4-whiskermenu-plugin-2.4.4-lp152.1.2.x86_64 xfce4-whiskermenu-plugin-lang-2.4.4-lp152.1.2.noarch xfce4-xkb-plugin-0.8.1-lp152.100.2.x86_64 xfce4-xkb-plugin-lang-0.8.1-lp152.100.2.noarch cer@Telcontar:~> rpm -qa "xfce*"|sort xfce4-appfinder-4.14.0-lp152.1.4.x86_64 xfce4-appfinder-debuginfo-4.14.0-lp152.1.4.x86_64 xfce4-appfinder-debugsource-4.14.0-lp152.1.4.x86_64 xfce4-appfinder-lang-4.14.0-lp152.1.4.noarch xfce4-battery-plugin-1.1.3-lp152.1.3.x86_64 xfce4-battery-plugin-lang-1.1.3-lp152.1.3.noarch xfce4-clipman-plugin-1.6.1-lp152.1.2.x86_64 xfce4-clipman-plugin-lang-1.6.1-lp152.1.2.noarch xfce4-cpufreq-plugin-1.2.1-lp152.100.3.x86_64 xfce4-cpufreq-plugin-lang-1.2.1-lp152.100.3.noarch xfce4-cpugraph-plugin-1.1.0-lp152.100.1.x86_64 xfce4-cpugraph-plugin-lang-1.1.0-lp152.100.1.noarch xfce4-datetime-plugin-0.8.0-lp152.1.1.x86_64 xfce4-datetime-plugin-lang-0.8.0-lp152.1.1.noarch xfce4-dict-0.8.3-lp152.1.4.x86_64 xfce4-dict-lang-0.8.3-lp152.1.4.noarch xfce4-diskperf-plugin-2.6.2-lp152.1.1.x86_64 xfce4-diskperf-plugin-lang-2.6.2-lp152.1.1.noarch xfce4-eyes-plugin-4.5.0-lp152.100.1.x86_64 xfce4-eyes-plugin-lang-4.5.0-lp152.100.1.noarch xfce4-fsguard-plugin-1.1.1-lp152.1.1.x86_64 xfce4-fsguard-plugin-lang-1.1.1-lp152.1.1.noarch xfce4-genmon-plugin-4.0.2-lp152.1.3.x86_64 xfce4-genmon-plugin-lang-4.0.2-lp152.1.3.noarch xfce4-mailwatch-plugin-1.2.0-lp152.100.4.x86_64 xfce4-mailwatch-plugin-lang-1.2.0-lp152.100.4.noarch xfce4-mixer-4.11.0-lp152.5.3.x86_64 xfce4-mixer-lang-4.11.0-lp152.5.3.noarch xfce4-mixer-plugin-4.11.0-lp152.5.3.x86_64 xfce4-mount-plugin-1.1.3-lp152.100.1.x86_64 xfce4-mount-plugin-lang-1.1.3-lp152.100.1.noarch xfce4-mpc-plugin-0.5.2-lp152.1.1.x86_64 xfce4-mpc-plugin-lang-0.5.2-lp152.1.1.noarch xfce4-netload-plugin-1.3.2-lp152.1.2.x86_64 xfce4-netload-plugin-lang-1.3.2-lp152.1.2.noarch xfce4-netspeed-plugin-0.3.1-lp152.100.5.x86_64 xfce4-notes-plugin-1.8.1-lp152.100.5.x86_64 xfce4-notes-plugin-lang-1.8.1-lp152.100.5.noarch xfce4-notifyd-0.6.1-lp152.1.1.x86_64 xfce4-notifyd-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-notifyd-lang-0.6.1-lp152.1.1.noarch xfce4-panel-4.14.4-lp152.1.3.x86_64 xfce4-panel-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-panel-lang-4.14.4-lp152.1.3.noarch xfce4-panel-plugin-dict-0.8.3-lp152.1.4.x86_64 xfce4-panel-plugin-multiload-nandhp-0.3-lp152.1.1.x86_64 xfce4-panel-profiles-1.0.10-lp152.1.3.noarch xfce4-panel-restore-defaults-4.14.4-lp152.1.3.x86_64 xfce4-places-plugin-1.8.1-lp152.1.2.x86_64 xfce4-places-plugin-lang-1.8.1-lp152.1.2.noarch xfce4-power-manager-1.6.6-lp152.1.1.x86_64 xfce4-power-manager-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-power-manager-lang-1.6.6-lp152.1.1.noarch xfce4-power-manager-plugin-1.6.6-lp152.1.1.x86_64 xfce4-pulseaudio-plugin-0.4.3-lp152.1.1.x86_64 xfce4-pulseaudio-plugin-lang-0.4.3-lp152.1.1.noarch xfce4-screenshooter-1.9.7-lp152.1.4.x86_64 xfce4-screenshooter-lang-1.9.7-lp152.1.4.noarch xfce4-screenshooter-plugin-1.9.7-lp152.1.4.x86_64 xfce4-sensors-plugin-1.3.0-lp152.100.4.x86_64 xfce4-sensors-plugin-lang-1.3.0-lp152.100.4.noarch xfce4-session-4.14.2-lp152.1.3.x86_64 xfce4-session-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-session-lang-4.14.2-lp152.1.3.noarch xfce4-settings-4.14.3-lp152.1.2.x86_64 xfce4-settings-branding-openSUSE-4.14+20200311-lp152.1.6.noarch xfce4-settings-lang-4.14.3-lp152.1.2.noarch xfce4-smartbookmark-plugin-0.5.1-lp152.1.1.x86_64 xfce4-smartbookmark-plugin-lang-0.5.1-lp152.1.1.noarch xfce4-statusnotifier-plugin-0.2.2-lp152.1.3.x86_64 xfce4-statusnotifier-plugin-lang-0.2.2-lp152.1.3.noarch xfce4-systemload-plugin-1.2.3-lp152.1.1.x86_64 xfce4-systemload-plugin-lang-1.2.3-lp152.1.1.noarch xfce4-taskmanager-1.2.3-lp152.1.1.x86_64 xfce4-taskmanager-lang-1.2.3-lp152.1.1.noarch xfce4-terminal-0.8.9.2-lp152.1.3.x86_64 xfce4-terminal-lang-0.8.9.2-lp152.1.3.noarch xfce4-time-out-plugin-1.1.0-lp152.1.1.x86_64 xfce4-time-out-plugin-lang-1.1.0-lp152.1.1.noarch xfce4-timer-plugin-1.7.0-lp152.100.1.x86_64 xfce4-timer-plugin-lang-1.7.0-lp152.100.1.noarch xfce4-verve-plugin-2.0.0-lp152.100.3.x86_64 xfce4-verve-plugin-lang-2.0.0-lp152.100.3.noarch xfce4-wavelan-plugin-0.6.1-lp152.1.1.x86_64 xfce4-wavelan-plugin-lang-0.6.1-lp152.1.1.noarch xfce4-weather-plugin-0.10.1-lp152.1.3.x86_64 xfce4-weather-plugin-lang-0.10.1-lp152.1.3.noarch xfce4-whiskermenu-plugin-2.4.4-lp152.1.2.x86_64 xfce4-whiskermenu-plugin-lang-2.4.4-lp152.1.2.noarch xfce4-xkb-plugin-0.8.1-lp152.100.2.x86_64 xfce4-xkb-plugin-lang-0.8.1-lp152.100.2.noarch cer@Telcontar:~>
You have a lot of plugins. xfce4-battery-plugin, xfce4-clipman-plugin, xfce4-cpufreq-plugin, xfce4-cpugraph-plugin, xfce4-datetime-plugin, xfce4-diskperf-plugin, xfce4-eyes-plugin, xfce4-fsguard-plugin, xfce4-genmon-plugin, xfce4-mailwatch-plugin, xfce4-mount-plugin, xfce4-mpc-plugin, xfce4-netload-plugin, xfce4-netspeed-plugin, xfce4-panel-plugin-dict, Doesn't feel related. One peculiarity: We both have xfce4-mixer but you have also xfce4-mixer-plugin.
rpm -qa "libqt*" | sort | grep -v debug libqt4-4.8.7-lp152.10.9.1.x86_64 libqt4-qt3support-4.8.7-lp152.10.9.1.x86_64 libqt4-sql-4.8.7-lp152.10.9.1.x86_64 libqt4-sql-sqlite-4.8.7-lp152.10.9.1.x86_64 libqt4-x11-4.8.7-lp152.10.9.1.x86_64 libqt5keychain1-0.9.1-lp152.2.10.x86_64 libqt5keychain1-lang-0.9.1-lp152.2.10.noarch libqt5-linguist-5.12.7-lp152.1.35.x86_64 libqt5-linguist-devel-5.12.7-lp152.1.35.x86_64 libqt5-qt3d-imports-5.12.7-lp152.2.3.x86_64 libqt5-qtbase-common-devel-5.12.7-lp152.3.16.1.x86_64 libqt5-qtbase-devel-5.12.7-lp152.3.16.1.x86_64 libqt5-qtbase-platformtheme-gtk3-5.12.7-lp152.3.16.1.x86_64 libqt5-qtconnectivity-tools-5.12.7-lp152.1.3.x86_64 libqt5-qtdoc-html-5.12.7-lp152.1.37.noarch libqt5-qtimageformats-5.12.7-lp152.1.3.x86_64 libqt5-qtpaths-5.12.7-lp152.1.35.x86_64 libqt5-qtstyleplugins-platformtheme-gtk2-5.0.0+git20170311-lp152.5.10.x86_64 libqt5-qttranslations-5.12.7-lp152.1.1.x86_64 libqt5-qtwebengine-5.12.7-lp152.2.9.x86_64 libqt5-qtxmlpatterns-imports-5.12.7-lp152.1.3.x86_64 cer@Telcontar:~> rpm -qa "libqt*" | sort | grep -v debug libqt4-4.8.7-lp152.10.9.1.x86_64 libqt4-devel-4.8.7-lp152.10.9.1.x86_64 libqt4-linguist-4.8.7-lp152.10.9.1.x86_64 libqt4-qt3support-4.8.7-lp152.10.9.1.x86_64 libqt4-sql-4.8.7-lp152.10.9.1.x86_64 libqt4-sql-sqlite-4.8.7-lp152.10.9.1.x86_64 libqt4-x11-4.8.7-lp152.10.9.1.x86_64 libqt5-linguist-5.12.7-lp152.1.35.x86_64 libqt5-qdbus-5.12.7-lp152.1.35.x86_64 libqt5-qtbase-platformtheme-gtk3-5.12.7-lp152.3.16.1.x86_64 libqt5-qtconnectivity-tools-5.12.7-lp152.1.3.x86_64 libqt5-qtdoc-qch-5.12.7-lp152.1.37.noarch libqt5-qtgraphicaleffects-5.12.7-lp152.1.3.x86_64 libqt5-qtimageformats-5.12.7-lp152.1.3.x86_64 libqt5-qtpaths-5.12.7-lp152.1.35.x86_64 libqt5-qtquickcontrols-5.12.7-lp152.1.3.x86_64 libqt5-qtquickcontrols2-5.12.7-lp152.1.3.x86_64 libqt5-qtspeech-plugin-speechd-5.12.7-lp152.1.3.x86_64 libqt5-qtstyleplugins-platformtheme-gtk2-5.0.0+git20170311-lp152.5.10.x86_64 libqt5-qttools-5.12.7-lp152.1.35.x86_64 libqt5-qttranslations-5.12.7-lp152.1.1.x86_64 libqt5-qtvirtualkeyboard-5.12.7-lp152.1.1.x86_64 libqt5-qtvirtualkeyboard-hunspell-5.12.7-lp152.1.1.x86_64 libqt5-qtwebengine-5.12.7-lp152.2.9.x86_64 libqt5-qtxmlpatterns-imports-5.12.7-lp152.1.3.x86_64 libqtcurve-cairo1-1.9.0-lp152.4.7.x86_64 libqtcurve-utils2-1.9.0-lp152.4.7.x86_64 cer@Telcontar:~>
Notable differences: You have libqt5-qdbus and also libqt5-qtquickcontrols libqt5-qtquickcontrols2 libqt5-qttools libqt5-qtvirtualkeyboard Since the app starts without those libs, I assume they don't affect me. What themes do you have installed?
rpm -qa "metatheme*"
metatheme-greybird-geeko-common-3.22.10.1+git52.ef9302a-lp152.1.1.noarch metatheme-mint-common-1.7.8-lp152.2.2.noarch metatheme-adwaita-common-3.22.3-lp152.5.1.noarch Which theme/style do you use? Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/
On 07/01/2021 22.20, Aaron Digulla wrote:
Am 07.01.21 um 19:44 schrieb Carlos E. R.:
On 07/01/2021 17.42, Aaron Digulla wrote:
...
Notable differences: You have
libqt5-qdbus
and also
libqt5-qtquickcontrols
libqt5-qtquickcontrols2
libqt5-qttools
libqt5-qtvirtualkeyboard
Since the app starts without those libs, I assume they don't affect me. What themes do you have installed?
No idea. But I run XFCE, not Plasma, so Plasma themes do not interest me. Also, when you posted the initial question, I was using Leap 15.1, and now I have Leap 15.2.
rpm -qa "metatheme*"
metatheme-greybird-geeko-common-3.22.10.1+git52.ef9302a-lp152.1.1.noarch
metatheme-mint-common-1.7.8-lp152.2.2.noarch
metatheme-adwaita-common-3.22.3-lp152.5.1.noarch
cer@Telcontar:~> rpm -qa "metatheme*" metatheme-greybird-geeko-common-3.22.10.1+git52.ef9302a-lp152.1.1.noarch metatheme-mint-common-1.7.8-lp152.2.2.noarch metatheme-adwaita-common-3.22.3-lp152.5.1.noarch metatheme-sonar-common-11.3.0-lp152.4.2.noarch metatheme-breeze-common-5.18.5-lp152.1.1.x86_64 cer@Telcontar:~>
Which theme/style do you use?
let me check... Apparently, none. On the settings/Appearance, styles tab, none is highlighted. Window Manager says the Theme is "Crux". -- Cheers / Saludos, Carlos E. R. (from 15.2 x86_64 at Telcontar)
Hi everyone, I did some debugging of keepassxc (since it's a relatively small app). Installed some debug packages, then "gdb keypassxc", wait 5 seconds until it stops printing "[New Thread 0x7fffe945b700 (LWP 18090)]", then Ctrl+C to get the stack traces. "info threads" to see which threads there are. "thread " + id to switch between them. The app hangs for 25 seconds when I try to start it which matches this timeout: __GI___poll (fds=0x555555f994d0, nfds=1, timeout=25000) at ../sysdeps/unix/sysv/linux/poll.c:29 (I've attached the stack traces of all threads to make them easier to read). Googling returned this analysis: https://freefilesync.org/forum/viewtopic.php?t=6704 The stack traces look very similar: Threads hanging in __lll_lock_wait and __GI___poll called from ibus_bus_new_async_client and g_simple_async_result_get_type respectively. In the mean time, I've found more apps with the same symptom: - qmmp - qtconfig ("Qt 4 settings" in the Xfce settings dialog.) I'm wondering about this line in the stack trace: /usr/lib64/qt5/plugins/styles/libqgtk2style.so Maybe there is a bug in the Qt style which I'm using. How can I see which style Qt is loading? Stack frame 45 says style is "QGtk2Theme::themeHint(QPlatformTheme::ThemeHint) const::{lambda()#1}::operator()() const::qstring_literal" which would match the setting in the "Qt 4 settings" dialog but I'm using Qt5. Or is the dialog for both? In the settings dialog "Appearance", I tried the styles - Greybird-Geeko-Light - Greybird-Geeko-Dark - Adwaita-dark - Adwaita - Mint-Y-Dark but that had no effect. Even when I select "Windows" as GUI Style in qtconfig, the stack trace still shows it's using Gtk code :-/ Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/
participants (4)
-
Aaron Digulla
-
Carlos E. R.
-
David C. Rankin
-
Florian Gebert