Summary: | Dolphin has become very slow after recent update | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | bugreporter11 |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aspotashev, Cordonfreeman, davestechshop, elvis.angelaccio, kdelibs-bugs, mail, meven29, nate, patrice.grundmann, qipulse, reuben_p |
Priority: | NOR | Keywords: | triaged |
Version: | 5.70.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/commit/60475571926d79ffad90061985f39c3ce9c686d1 | Version Fixed In: | 5.71 |
Sentry Crash Report: | |||
Attachments: |
attachment-10330-0.html
attachment-12534-0.html attachment-10871-0.html attachment-5915-0.html attachment-12417-0.html attachment-9024-0.html attachment-14445-0.html |
Description
bugreporter11
2018-05-07 23:07:01 UTC
We have 12 desktops running the latest version of KDE / Plasma / Dolphin from the Arch Linux repos. All are currently on dolphin 18.04.0. Today I went around to several of those desktops and I can report a new observation. Those without any bookmarks in the Places panel seem to respond quickly when adding a new bookmark or moving a bookmark. But those with a larger number of existing bookmarks exhibit slowness both when adding a new bookmark and when moving an existing bookmark up or down the order within Places. This slowness is new with a recent update. My sample size is small, but it does confirm that the issue is not limited to a single computer. Does this warrant changing the status to confirmed? On the affected machines, is ~/.local/share/user-places.xbel incredibly long? Like, 1000+ lines long? Created attachment 112519 [details] attachment-10330-0.html see reply inline On Tue, May 8, 2018 at 2:51 PM, Nate Graham <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=393977 > > Nate Graham <nate@kde.org> changed: > > What |Removed |Added > ------------------------------------------------------------ > ---------------- > Status|UNCONFIRMED |NEEDSINFO > Resolution|--- |WAITINGFORINFO > > --- Comment #2 from Nate Graham <nate@kde.org> --- > On the affected machines, is ~/.local/share/user-places.xbel incredibly > long? > Like, 1000+ lines long? > Yes, on my machine this file is 1415 lines long. A good portion of that length is due to devices that are added automatically by the system. I don't use those or even want them shown in Dolphin's Places. Can I manually edit ~/.local/share/user-places.xbel to remove all the devices I don't want? (Dolphin doesn't provide the option to remove them, only to hide them.) Thanks Created attachment 112520 [details] attachment-12534-0.html see reply inline On Tue, May 8, 2018 at 7:48 PM, Bug Reporter <bugreporter11@gmail.com> wrote: > see reply inline > > On Tue, May 8, 2018 at 2:51 PM, Nate Graham <bugzilla_noreply@kde.org> > wrote: > >> https://bugs.kde.org/show_bug.cgi?id=393977 >> >> Nate Graham <nate@kde.org> changed: >> >> What |Removed |Added >> ------------------------------------------------------------ >> ---------------- >> Status|UNCONFIRMED |NEEDSINFO >> Resolution|--- |WAITINGFORINFO >> >> --- Comment #2 from Nate Graham <nate@kde.org> --- >> On the affected machines, is ~/.local/share/user-places.xbel incredibly >> long? >> Like, 1000+ lines long? >> > > Yes, on my machine this file is 1415 lines long. A good portion of that > length is due to devices that are added automatically by the system. I > don't use those or even want them shown in Dolphin's Places. > > Can I manually edit ~/.local/share/user-places.xbel to remove all the > devices I don't want? (Dolphin doesn't provide the option to remove them, > only to hide them.) > > Thanks > I experimented. I edited ~/.local/share/user-places.xbel to remove all the automatically added or obsolete entries and the file was reduced to about 650 lines. I opened Dolphin and moved one bookmark up one place in the Places list. Even with the smaller file, the operation was still slow (requiring about 3 seconds to complete). After this simple operation, ~/.local/share/user-places.xbel increased to 997 lines and many of the entries I had removed were restored. The automatically restored entries are all of this type: <separator href=...."> <info> <metadata owner="http://www.kde.org"> <UDI>/org/kde/fstab/....</UDI> <isSystemItem>true</isSystemItem> <IsHidden>false</IsHidden> </metadata> <metadata owner="http://freedesktop.org"> <bookmark:icon name="network-server"/> </metadata> </info> <title>... on server</title> </separator> I do not need any of those in Places. These include 20 automatically added "Remote devices" and 7 "Devices". I have 35 of my own bookmarks and those are all I need. After the first test, repeated tests (moving a bookmark in Places) also require about 3 seconds. (Until a recent Dolphin change a few weeks ago, this operation was nearly instant.) The file ~/.local/share/user-places.xbel remains at 997 lines after these repeated tests, as I'm sure you would have expected. Adding or removing bookmarks in Places is not the only function that is slow now. I experience extensive slowness with operations in the file panes under some circumstances. However, so far I am unable to give exact steps to reproduce it. It seems to happen when I have had Dolphin open all day. Hope that info helps. Thank you. Dolphin is the best Linux file manager! Thanks for all the testing! As another test, I have left Dolphin open for the last two days. Now clicking on any GUI element shows several seconds of delay and refreshing the file panes is very slow. "top" shows high CPU usage for Dolphin in response to these routine GUI actions. Closing Dolphin causes 100% CPU usage for several seconds. After reopening Dolphin, normal responsiveness returns for most actions (but not for bookmarks in the Places panel). (In reply to bugreporter11 from comment #6) > As another test, I have left Dolphin open for the last two days. Now > clicking on any GUI element shows several seconds of delay and refreshing > the file panes is very slow. > > "top" shows high CPU usage for Dolphin in response to these routine GUI > actions. Closing Dolphin causes 100% CPU usage for several seconds. > > After reopening Dolphin, normal responsiveness returns for most actions (but > not for bookmarks in the Places panel). Please start dolphin from gdb and press CTRL+C when it gets stuck. Then copy here the stacktrace from gdb. Created attachment 112990 [details] attachment-10871-0.html see below On Sat, May 19, 2018 at 5:45 AM, Elvis Angelaccio <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=393977 > > Please start dolphin from gdb and press CTRL+C when it gets stuck. Then > copy > here the stacktrace from gdb. > Is this the right method for running Dolphin from gdb? $ gdb dolphin 2>&1 | tee dolphin.gdb (gdb) run Starting program: /usr/bin/dolphin (In reply to bugreporter11 from comment #8) > Is this the right method for running Dolphin from gdb? > $ gdb dolphin 2>&1 | tee dolphin.gdb > (gdb) run > Starting program: /usr/bin/dolphin Yes, that should work. Created attachment 113003 [details] attachment-5915-0.html On Fri, Jun 1, 2018 at 5:04 PM, Elvis Angelaccio <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=393977 > > --- Comment #9 from Elvis Angelaccio <elvis.angelaccio@kde.org> --- > (In reply to bugreporter11 from comment #8) > > Is this the right method for running Dolphin from gdb? > > $ gdb dolphin 2>&1 | tee dolphin.gdb > > (gdb) run > > Starting program: /usr/bin/dolphin > > Yes, that should work. > > > In my experience, the GUI gets slower and slower over time when I leave Dolphin open. Prior to a few months ago, this did not happen. I would leave Dolphin open for weeks (or months) at a time on my desktop computer. Since a change a few months ago, I now close Dolphin each night. This keeps the GUI acting relatively responsively. For this test, I have been running Dolphin from gdb for two days without closing it. Today I can notice a slight decrease in GUI responsiveness (very slight), but the messages in gdb are exactly the same. There are no additional error messages or anything that looks abnormal. I'll continue this for another week or so and see if any messages change and how much Dolphin slows down over time. So far the messages I see are similar to these. There are not many of these: Empty filename passed to function kf5.kservice.services: KMimeTypeTrader: mimeType "" not found inotify_add_watch("/home/user/Downloads/MyTemp") failed: "Permission denied" org.kde.knotifications: Audio notification requested, but sound file from notifyrc file was not found, aborting audio notification Access to ' "/home/user/workspaces/xyz" ' denied, not owned by root, executable flag not set. UdevQt: unhandled device action "bind" UdevQt: unhandled device action "unbind" And only one message like each of these: Trying to convert empty KLocalizedString to QString. qt.accessibility.core: Cannot create accessible child interface for object: PlacesView(0x5555558f33a0) index: 41 Other than that, the messages are mostly like this: [New Thread 0x7fff81ffb700 (LWP 15125)] [Thread 0x7fff81ffb700 (LWP 15125) exited] org.kde.dolphin: Saving view-properties to ... I would like to fix the permission issues and other issues, but I don't see anything wrong with any permissions. I own the directories mentioned in the messages. And I'm sure these messages are not related to the slow GUI responsiveness issue I am troubleshooting now. Created attachment 113050 [details] attachment-12417-0.html Here's an update. The Dolphin GUI has gotten very sluggish now (after letting Dolphin run several days without closing it). However, there are no unusual messages in gdb. Right now, copying a file from one file pane to the other exhibits a very slow GUI, but there are zero debug messages associated with this action. Any suggestions for next steps? Does the pmap output below help? (As I mentioned, this GUI slowness is relatively new. I first notice it a couple months ago after using Dolphin for more than 10 years.) $ pmap 33240 33240: /usr/bin/dolphin 0000555555554000 4K r-x-- dolphin 0000555555754000 4K r---- dolphin 0000555555755000 4K rw--- dolphin 0000555555756000 2308240K rw--- [ anon ] 00007fff6c000000 132K rw--- [ anon ] 00007fff6c021000 65404K ----- [ anon ] 00007fff70000000 132K rw--- [ anon ] 00007fff70021000 65404K ----- [ anon ] 00007fff74000000 132K rw--- [ anon ] 00007fff74021000 65404K ----- [ anon ] 00007fff78000000 132K rw--- [ anon ] 00007fff78021000 65404K ----- [ anon ] 00007fff7c000000 132K rw--- [ anon ] 00007fff7c021000 65404K ----- [ anon ] 00007fff84000000 132K rw--- [ anon ] 00007fff84021000 65404K ----- [ anon ] 00007fff88000000 132K rw--- [ anon ] 00007fff88021000 65404K ----- [ anon ] 00007fff8c000000 132K rw--- [ anon ] 00007fff8c021000 65404K ----- [ anon ] 00007fff90000000 132K rw--- [ anon ] 00007fff90021000 65404K ----- [ anon ] 00007fff94000000 132K rw--- [ anon ] 00007fff94021000 65404K ----- [ anon ] 00007fff98000000 132K rw--- [ anon ] 00007fff98021000 65404K ----- [ anon ] 00007fff9c000000 132K rw--- [ anon ] 00007fff9c021000 65404K ----- [ anon ] 00007fffa0000000 276K rw--- [ anon ] 00007fffa0045000 65260K ----- [ anon ] 00007fffa4000000 132K rw--- [ anon ] 00007fffa4021000 65404K ----- [ anon ] 00007fffa8069000 4K ----- [ anon ] 00007fffa806a000 8192K rwx-- [ anon ] 00007fffa886a000 4K ----- [ anon ] 00007fffa886b000 8192K rwx-- [ anon ] 00007fffa986c000 4K ----- [ anon ] 00007fffa986d000 8192K rwx-- [ anon ] 00007fffaa86e000 4K ----- [ anon ] 00007fffaa86f000 8192K rwx-- [ anon ] 00007fffab06f000 52K r-x-- extracthere.so 00007fffab07c000 2048K ----- extracthere.so 00007fffab27c000 4K r---- extracthere.so 00007fffab27d000 4K rw--- extracthere.so 00007fffab27e000 236K r-x-- libnss_systemd.so.2 00007fffab2b9000 2044K ----- libnss_systemd.so.2 00007fffab4b8000 12K r---- libnss_systemd.so.2 00007fffab4bb000 4K rw--- libnss_systemd.so.2 00007fffab4bc000 244K r-x-- libnss_mymachines.so.2 00007fffab4f9000 2044K ----- libnss_mymachines.so.2 00007fffab6f8000 12K r---- libnss_mymachines.so.2 00007fffab6fb000 4K rw--- libnss_mymachines.so.2 00007fffab8e2000 108K r-x-- KF5WindowSystemX11Plugin.so 00007fffab8fd000 2048K ----- KF5WindowSystemX11Plugin.so 00007fffabafd000 8K r---- KF5WindowSystemX11Plugin.so 00007fffabaff000 4K rw--- KF5WindowSystemX11Plugin.so 00007fffabb00000 20K r-x-- extractfileitemaction.so 00007fffabb05000 2044K ----- extractfileitemaction.so 00007fffabd04000 4K r---- extractfileitemaction.so 00007fffabd05000 4K rw--- extractfileitemaction.so 00007fffabd06000 80K r-x-- bluetoothfileitemaction.so 00007fffabd1a000 2048K ----- bluetoothfileitemaction.so 00007fffabf1a000 4K r---- bluetoothfileitemaction.so 00007fffabf1b000 4K rw--- bluetoothfileitemaction.so 00007fffabf1c000 12K r-x-- baloofilepropertiesplugin.so 00007fffabf1f000 2048K ----- baloofilepropertiesplugin.so 00007fffac11f000 4K r---- baloofilepropertiesplugin.so 00007fffac120000 4K rw--- baloofilepropertiesplugin.so 00007fffac121000 1076K r-x-- libsqlite3.so.0.8.6 00007fffac22e000 2048K ----- libsqlite3.so.0.8.6 00007fffac42e000 20K r---- libsqlite3.so.0.8.6 00007fffac433000 8K rw--- libsqlite3.so.0.8.6 00007fffac435000 4K rw--- [ anon ] 00007fffac436000 64K r-x-- libqsqlite.so 00007fffac446000 2048K ----- libqsqlite.so 00007fffac646000 4K r---- libqsqlite.so 00007fffac647000 4K rw--- libqsqlite.so 00007fffac648000 8K r-x-- libutil-2.27.so 00007fffac64a000 2044K ----- libutil-2.27.so 00007fffac849000 4K r---- libutil-2.27.so 00007fffac84a000 4K rw--- libutil-2.27.so 00007fffac84b000 40K r-x-- libKF5Pty.so.5.45.0 00007fffac855000 2044K ----- libKF5Pty.so.5.45.0 00007fffaca54000 4K r---- libKF5Pty.so.5.45.0 00007fffaca55000 4K rw--- libKF5Pty.so.5.45.0 00007fffaca56000 620K r-x-- libkerfuffle.so.18.4.0 00007fffacaf1000 2048K ----- libkerfuffle.so.18.4.0 00007fffaccf1000 28K r---- libkerfuffle.so.18.4.0 00007fffaccf8000 4K rw--- libkerfuffle.so.18.4.0 00007fffaccf9000 20K r-x-- compressfileitemaction.so 00007fffaccfe000 2044K ----- compressfileitemaction.so 00007fffacefd000 4K r---- compressfileitemaction.so 00007fffacefe000 4K rw--- compressfileitemaction.so 00007fffaceff000 65536K rw-s- memfd:pulseaudio (deleted) 00007fffb0eff000 65536K rw-s- memfd:pulseaudio (deleted) 00007fffb4eff000 65536K rw-s- memfd:pulseaudio (deleted) 00007fffb8fc2000 8K r-x-- libmemory_keystore_plugin.so 00007fffb8fc4000 2044K ----- libmemory_keystore_plugin.so 00007fffb91c3000 4K r---- libmemory_keystore_plugin.so 00007fffb91c4000 4K rw--- libmemory_keystore_plugin.so 00007fffb91c5000 8K r-x-- libconsole_logger_plugin.so 00007fffb91c7000 2044K ----- libconsole_logger_plugin.so 00007fffb93c6000 4K r---- libconsole_logger_plugin.so 00007fffb93c7000 4K rw--- libconsole_logger_plugin.so 00007fffb93c8000 8K r-x-- libfile_logger_plugin.so 00007fffb93ca000 2044K ----- libfile_logger_plugin.so 00007fffb95c9000 4K r---- libfile_logger_plugin.so 00007fffb95ca000 4K rw--- libfile_logger_plugin.so 00007fffb95cb000 8K r-x-- libsyslog_plugin.so 00007fffb95cd000 2044K ----- libsyslog_plugin.so 00007fffb97cc000 4K r---- libsyslog_plugin.so 00007fffb97cd000 4K rw--- libsyslog_plugin.so 00007fffb97ce000 4K r-x-- libsd_journal_plugin.so 00007fffb97cf000 2048K ----- libsd_journal_plugin.so 00007fffb99cf000 4K r---- libsd_journal_plugin.so 00007fffb99d0000 4K rw--- libsd_journal_plugin.so 00007fffb99d1000 180K r-x-- libgomp.so.1.0.0 00007fffb99fe000 2044K ----- libgomp.so.1.0.0 00007fffb9bfd000 4K r---- libgomp.so.1.0.0 00007fffb9bfe000 4K rw--- libgomp.so.1.0.0 00007fffb9bff000 68K r-x-- libdrm.so.2.4.0 00007fffb9c10000 2044K ----- libdrm.so.2.4.0 00007fffb9e0f000 4K r---- libdrm.so.2.4.0 00007fffb9e10000 4K rw--- libdrm.so.2.4.0 00007fffb9e11000 240K r-x-- libsoxr.so.0.1.2 00007fffb9e4d000 2048K ----- libsoxr.so.0.1.2 00007fffba04d000 8K r---- libsoxr.so.0.1.2 00007fffba04f000 4K rw--- libsoxr.so.0.1.2 00007fffba050000 212K rw--- [ anon ] 00007fffba085000 8K r-x-- libva-drm.so.2.100.0 00007fffba087000 2044K ----- libva-drm.so.2.100.0 00007fffba286000 4K r---- libva-drm.so.2.100.0 00007fffba287000 4K rw--- libva-drm.so.2.100.0 00007fffba288000 20K r-x-- libva-x11.so.2.100.0 00007fffba28d000 2044K ----- libva-x11.so.2.100.0 00007fffba48c000 4K r---- libva-x11.so.2.100.0 00007fffba48d000 4K rw--- libva-x11.so.2.100.0 00007fffba48e000 12K r-x-- libvdpau.so.1.0.0 00007fffba491000 2044K ----- libvdpau.so.1.0.0 00007fffba690000 4K r---- libvdpau.so.1.0.0 00007fffba691000 4K rw--- libvdpau.so.1.0.0 00007fffba692000 44K r-x-- libgsm.so.1.0.13 00007fffba69d000 2044K ----- libgsm.so.1.0.13 00007fffba89c000 4K r---- libgsm.so.1.0.13 00007fffba89d000 4K rw--- libgsm.so.1.0.13 00007fffba89e000 292K r-x-- libmp3lame.so.0.0.0 00007fffba8e7000 2044K ----- libmp3lame.so.0.0.0 00007fffbaae6000 8K r---- libmp3lame.so.0.0.0 00007fffbaae8000 4K rw--- libmp3lame.so.0.0.0 00007fffbaae9000 180K rw--- [ anon ] 00007fffbab16000 164K r-x-- libopencore-amrnb.so.0.0.3 00007fffbab3f000 2044K ----- libopencore-amrnb.so.0.0.3 00007fffbad3e000 4K r---- libopencore-amrnb.so.0.0.3 00007fffbad3f000 4K rw--- libopencore-amrnb.so.0.0.3 00007fffbad40000 72K r-x-- libopencore-amrwb.so.0.0.3 00007fffbad52000 2048K ----- libopencore-amrwb.so.0.0.3 00007fffbaf52000 4K r---- libopencore-amrwb.so.0.0.3 00007fffbaf53000 4K rw--- libopencore-amrwb.so.0.0.3 00007fffbaf54000 360K r-x-- libopenjp2.so.2.3.0 00007fffbafae000 2044K ----- libopenjp2.so.2.3.0 00007fffbb1ad000 8K r---- libopenjp2.so.2.3.0 00007fffbb1af000 4K rw--- libopenjp2.so.2.3.0 00007fffbb1b0000 332K r-x-- libopus.so.0.6.1 00007fffbb203000 2044K ----- libopus.so.0.6.1 00007fffbb402000 4K r---- libopus.so.0.6.1 00007fffbb403000 4K rw--- libopus.so.0.6.1 00007fffbb404000 92K r-x-- libspeex.so.1.5.1 00007fffbb41b000 2048K ----- libspeex.so.1.5.1 00007fffbb61b000 4K r---- libspeex.so.1.5.1 00007fffbb61c000 4K rw--- libspeex.so.1.5.1 00007fffbb61d000 96K r-x-- libtheoradec.so.1.1.4 00007fffbb635000 2048K ----- libtheoradec.so.1.1.4 00007fffbb835000 4K r---- libtheoradec.so.1.1.4 00007fffbb836000 4K rw--- libtheoradec.so.1.1.4 00007fffbb837000 244K r-x-- libtheoraenc.so.1.1.2 00007fffbb874000 2048K ----- libtheoraenc.so.1.1.2 00007fffbba74000 4K r---- libtheoraenc.so.1.1.2 00007fffbba75000 4K rw--- libtheoraenc.so.1.1.2 00007fffbba76000 3584K r-x-- libvpx.so.5.0.0 00007fffbbdf6000 2048K ----- libvpx.so.5.0.0 00007fffbbff6000 8K r---- libvpx.so.5.0.0 00007fffbbff8000 4K rw--- libvpx.so.5.0.0 00007fffbbff9000 28K rw--- [ anon ] 00007fffbc000000 65536K rw-s- memfd:pulseaudio (deleted) 00007fffc0000000 132K rw--- [ anon ] 00007fffc0021000 65404K ----- [ anon ] 00007fffc402c000 36K r-x-- libwebpmux.so.3.0.2 00007fffc4035000 2044K ----- libwebpmux.so.3.0.2 00007fffc4234000 4K r---- libwebpmux.so.3.0.2 00007fffc4235000 4K rw--- libwebpmux.so.3.0.2 00007fffc4236000 1016K r-x-- libx264.so.152 00007fffc4334000 2048K ----- libx264.so.152 00007fffc4534000 4K r---- libx264.so.152 00007fffc4535000 4K rw--- libx264.so.152 00007fffc4536000 492K rw--- [ anon ] 00007fffc45b1000 14536K r-x-- libx265.so.151 00007fffc53e3000 2044K ----- libx265.so.151 00007fffc55e2000 16K r---- libx265.so.151 00007fffc55e6000 12K rw--- libx265.so.151 00007fffc55e9000 56K rw--- [ anon ] 00007fffc55f7000 632K r-x-- libxvidcore.so.4.3 00007fffc5695000 2044K ----- libxvidcore.so.4.3 00007fffc5894000 4K r---- libxvidcore.so.4.3 00007fffc5895000 40K rw--- libxvidcore.so.4.3 00007fffc589f000 420K rw--- [ anon ] 00007fffc5908000 128K r-x-- libva.so.2.100.0 00007fffc5928000 2048K ----- libva.so.2.100.0 00007fffc5b28000 4K r---- libva.so.2.100.0 00007fffc5b29000 4K rw--- libva.so.2.100.0 00007fffc5b2a000 108K r-x-- libswresample.so.2.9.100 00007fffc5b45000 2044K ----- libswresample.so.2.9.100 00007fffc5d44000 8K r---- libswresample.so.2.9.100 00007fffc5d46000 4K rw--- libswresample.so.2.9.100 00007fffc5d47000 388K r-x-- libavutil.so.55.78.100 00007fffc5da8000 2044K ----- libavutil.so.55.78.100 00007fffc5fa7000 72K r---- libavutil.so.55.78.100 00007fffc5fb9000 4K rw--- libavutil.so.55.78.100 00007fffc5fba000 76K rw--- [ anon ] 00007fffc5fcd000 12632K r-x-- libavcodec.so.57.107.100 00007fffc6c23000 2048K ----- libavcodec.so.57.107.100 00007fffc6e23000 232K r---- libavcodec.so.57.107.100 00007fffc6e5d000 180K rw--- libavcodec.so.57.107.100 00007fffc6e8a000 8264K rw--- [ anon ] 00007fffc769c000 88K r-x-- libchromaprint.so.1.4.3 00007fffc76b2000 2048K ----- libchromaprint.so.1.4.3 00007fffc78b2000 4K r---- libchromaprint.so.1.4.3 00007fffc78b3000 4K rw--- libchromaprint.so.1.4.3 00007fffc78b4000 8K r-x-- libstream_out_chromaprint_plugin.so 00007fffc78b6000 2044K ----- libstream_out_chromaprint_plugin.so 00007fffc7ab5000 4K r---- libstream_out_chromaprint_plugin.so 00007fffc7ab6000 4K rw--- libstream_out_chromaprint_plugin.so 00007fffc7ab7000 196K r-x-- libidn.so.11.6.18 00007fffc7ae8000 2048K ----- libidn.so.11.6.18 00007fffc7ce8000 8K r---- libidn.so.11.6.18 00007fffc7cea000 4K rw--- libidn.so.11.6.18 00007fffc7ceb000 1076K r-x-- libvlccore.so.9.0.0 00007fffc7df8000 2044K ----- libvlccore.so.9.0.0 00007fffc7ff7000 24K r---- libvlccore.so.9.0.0 00007fffc7ffd000 4K rw--- libvlccore.so.9.0.0 00007fffc7ffe000 8K rw--- [ anon ] 00007fffc8000000 132K rw--- [ anon ] 00007fffc8021000 65404K ----- [ anon ] 00007fffcc09d000 276K r--s- plugins.dat 00007fffcc0e2000 148K r-x-- libvlc.so.5.6.0 00007fffcc107000 2048K ----- libvlc.so.5.6.0 00007fffcc307000 4K r---- libvlc.so.5.6.0 00007fffcc308000 4K rw--- libvlc.so.5.6.0 00007fffcc309000 368K r-x-- phonon_vlc.so 00007fffcc365000 2044K ----- phonon_vlc.so 00007fffcc564000 12K r---- phonon_vlc.so 00007fffcc567000 4K rw--- phonon_vlc.so 00007fffcc568000 36K r-x-- kde.so 00007fffcc571000 2044K ----- kde.so 00007fffcc770000 4K r---- kde.so 00007fffcc771000 4K rw--- kde.so 00007fffcc772000 20K r-x-- FrameworkIntegrationPlugin.so 00007fffcc777000 2044K ----- FrameworkIntegrationPlugin.so 00007fffcc976000 4K r---- FrameworkIntegrationPlugin.so 00007fffcc977000 4K rw--- FrameworkIntegrationPlugin.so 00007fffccae6000 228K r-x-- libKF5Activities.so.5.45.0 00007fffccb1f000 2044K ----- libKF5Activities.so.5.45.0 00007fffccd1e000 8K r---- libKF5Activities.so.5.45.0 00007fffccd20000 4K rw--- libKF5Activities.so.5.45.0 00007fffccd21000 284K r-x-- libQt5Sql.so.5.10.1 00007fffccd68000 2048K ----- libQt5Sql.so.5.10.1 00007fffccf68000 8K r---- libQt5Sql.so.5.10.1 00007fffccf6a000 4K rw--- libQt5Sql.so.5.10.1 00007fffccf6b000 48K r-x-- kactivitymanagerd_fileitem_linking_plugin.so 00007fffccf77000 2048K ----- kactivitymanagerd_fileitem_linking_plugin.so 00007fffcd177000 4K r---- kactivitymanagerd_fileitem_linking_plugin.so 00007fffcd178000 4K rw--- kactivitymanagerd_fileitem_linking_plugin.so 00007fffcd179000 9048K rw-s- [ shmid=0x197002a ] 00007fffcda4f000 44K r-x-- libnss_files-2.27.so 00007fffcda5a000 2044K ----- libnss_files-2.27.so 00007fffcdc59000 4K r---- libnss_files-2.27.so 00007fffcdc5a000 4K rw--- libnss_files-2.27.so 00007fffcdc5b000 24K rw--- [ anon ] 00007fffcdc6c000 44K rw-s- [ shmid=0x3840012 ] 00007fffcdc77000 116K rw-s- [ shmid=0x2478026 ] 00007fffcdc94000 4K ----- [ anon ] 00007fffcdc95000 8192K rwx-- [ anon ] 00007fffce495000 12K r-x-- libwebpdemux.so.2.0.4 00007fffce498000 2048K ----- libwebpdemux.so.2.0.4 00007fffce698000 4K r---- libwebpdemux.so.2.0.4 00007fffce699000 4K rw--- libwebpdemux.so.2.0.4 00007fffce69a000 428K r-x-- libwebp.so.7.0.2 00007fffce705000 2044K ----- libwebp.so.7.0.2 00007fffce904000 4K r---- libwebp.so.7.0.2 00007fffce905000 4K rw--- libwebp.so.7.0.2 00007fffce906000 8K rw--- [ anon ] 00007fffce908000 20K r-x-- libqwebp.so 00007fffce90d000 2044K ----- libqwebp.so 00007fffceb0c000 4K r---- libqwebp.so 00007fffceb0d000 4K rw--- libqwebp.so 00007fffceb0e000 16K r-x-- libqwbmp.so 00007fffceb12000 2044K ----- libqwbmp.so 00007fffced11000 4K r---- libqwbmp.so 00007fffced12000 4K rw--- libqwbmp.so 00007fffced13000 512K r-x-- libtiff.so.5.3.0 00007fffced93000 2048K ----- libtiff.so.5.3.0 00007fffcef93000 16K r---- libtiff.so.5.3.0 00007fffcef97000 12K rw--- libtiff.so.5.3.0 00007fffcef9a000 4K rw--- [ anon ] 00007fffcef9b000 28K r-x-- libqtiff.so 00007fffcefa2000 2044K ----- libqtiff.so 00007fffcf1a1000 4K r---- libqtiff.so 00007fffcf1a2000 4K rw--- libqtiff.so 00007fffcf1a3000 16K r-x-- libqsvg.so 00007fffcf1a7000 2048K ----- libqsvg.so 00007fffcf3a7000 4K r---- libqsvg.so 00007fffcf3a8000 4K rw--- libqsvg.so 00007fffcf3a9000 340K r-x-- liblcms2.so.2.0.8 00007fffcf3fe000 2048K ----- liblcms2.so.2.0.8 00007fffcf5fe000 8K r---- liblcms2.so.2.0.8 00007fffcf600000 12K rw--- liblcms2.so.2.0.8 00007fffcf603000 4K rw--- [ anon ] 00007fffcf604000 436K r-x-- libmng.so.2.0.2 00007fffcf671000 2048K ----- libmng.so.2.0.2 00007fffcf871000 12K r---- libmng.so.2.0.2 00007fffcf874000 8K rw--- libmng.so.2.0.2 00007fffcf876000 20K r-x-- libqmng.so 00007fffcf87b000 2044K ----- libqmng.so 00007fffcfa7a000 4K r---- libqmng.so 00007fffcfa7b000 4K rw--- libqmng.so 00007fffcfa7c000 36K r-x-- libqjpeg.so 00007fffcfa85000 2044K ----- libqjpeg.so 00007fffcfc84000 4K r---- libqjpeg.so 00007fffcfc85000 4K rw--- libqjpeg.so 00007fffcfc86000 412K r-x-- libjpeg.so.8.1.2 00007fffcfced000 2044K ----- libjpeg.so.8.1.2 00007fffcfeec000 4K r---- libjpeg.so.8.1.2 00007fffcfeed000 4K rw--- libjpeg.so.8.1.2 00007fffcfeee000 420K r-x-- libjasper.so.4.0.0 00007fffcff57000 2048K ----- libjasper.so.4.0.0 00007fffd0157000 4K r---- libjasper.so.4.0.0 00007fffd0158000 16K rw--- libjasper.so.4.0.0 00007fffd015c000 28K rw--- [ anon ] 00007fffd0163000 28K r-x-- libqjp2.so 00007fffd016a000 2044K ----- libqjp2.so 00007fffd0369000 4K r---- libqjp2.so 00007fffd036a000 4K rw--- libqjp2.so 00007fffd036b000 24K r-x-- libqico.so 00007fffd0371000 2044K ----- libqico.so 00007fffd0570000 4K r---- libqico.so 00007fffd0571000 4K rw--- libqico.so 00007fffd0572000 32K r-x-- libqicns.so 00007fffd057a000 2048K ----- libqicns.so 00007fffd077a000 4K r---- libqicns.so 00007fffd077b000 4K rw--- libqicns.so 00007fffd077c000 24K r-x-- libqgif.so 00007fffd0782000 2048K ----- libqgif.so 00007fffd0982000 4K r---- libqgif.so 00007fffd0983000 4K rw--- libqgif.so 00007fffd0984000 56K r-x-- kimg_xcf.so 00007fffd0992000 2044K ----- kimg_xcf.so 00007fffd0b91000 4K r---- kimg_xcf.so 00007fffd0b92000 4K rw--- kimg_xcf.so 00007fffd0b93000 16K rw--- [ anon ] 00007fffd0b97000 16K r-x-- kimg_tga.so 00007fffd0b9b000 2044K ----- kimg_tga.so 00007fffd0d9a000 4K r---- kimg_tga.so 00007fffd0d9b000 4K rw--- kimg_tga.so 00007fffd0d9c000 28K r-x-- kimg_rgb.so 00007fffd0da3000 2048K ----- kimg_rgb.so 00007fffd0fa3000 4K r---- kimg_rgb.so 00007fffd0fa4000 4K rw--- kimg_rgb.so 00007fffd0fa5000 16K r-x-- kimg_ras.so 00007fffd0fa9000 2044K ----- kimg_ras.so 00007fffd11a8000 4K r---- kimg_ras.so 00007fffd11a9000 4K rw--- kimg_ras.so 00007fffd11aa000 16K r-x-- kimg_psd.so 00007fffd11ae000 2044K ----- kimg_psd.so 00007fffd13ad000 4K r---- kimg_psd.so 00007fffd13ae000 4K rw--- kimg_psd.so 00007fffd13af000 28K r-x-- kimg_pic.so 00007fffd13b6000 2044K ----- kimg_pic.so 00007fffd15b5000 4K r---- kimg_pic.so 00007fffd15b6000 4K rw--- kimg_pic.so 00007fffd15b7000 20K r-x-- kimg_pcx.so 00007fffd15bc000 2048K ----- kimg_pcx.so 00007fffd17bc000 4K r---- kimg_pcx.so 00007fffd17bd000 4K rw--- kimg_pcx.so 00007fffd17be000 12K r-x-- kimg_ora.so 00007fffd17c1000 2044K ----- kimg_ora.so 00007fffd19c0000 4K r---- kimg_ora.so 00007fffd19c1000 4K rw--- kimg_ora.so 00007fffd19c2000 12K r-x-- kimg_kra.so 00007fffd19c5000 2044K ----- kimg_kra.so 00007fffd1bc4000 4K r---- kimg_kra.so 00007fffd1bc5000 4K rw--- kimg_kra.so 00007fffd1bc6000 24K r-x-- libIlmThread-2_2.so.23.0.0 00007fffd1bcc000 2044K ----- libIlmThread-2_2.so.23.0.0 00007fffd1dcb000 4K r---- libIlmThread-2_2.so.23.0.0 00007fffd1dcc000 4K rw--- libIlmThread-2_2.so.23.0.0 00007fffd1dcd000 72K r-x-- libImath-2_2.so.23.0.0 00007fffd1ddf000 2044K ----- libImath-2_2.so.23.0.0 00007fffd1fde000 4K r---- libImath-2_2.so.23.0.0 00007fffd1fdf000 4K rw--- libImath-2_2.so.23.0.0 00007fffd1fe0000 112K r-x-- libIex-2_2.so.23.0.0 00007fffd1ffc000 2048K ----- libIex-2_2.so.23.0.0 00007fffd21fc000 12K r---- libIex-2_2.so.23.0.0 00007fffd21ff000 4K rw--- libIex-2_2.so.23.0.0 00007fffd2200000 25040K r-x-- libnvidia-glcore.so.390.48 00007fffd3a74000 2048K ----- libnvidia-glcore.so.390.48 00007fffd3c74000 3532K rw--- libnvidia-glcore.so.390.48 00007fffd3fe7000 100K rw--- [ anon ] 00007fffd4000000 7756K rw--- [ anon ] 00007fffd4793000 57780K ----- [ anon ] 00007fffd8008000 56K rw-s- [ shmid=0x2480027 ] 00007fffd8016000 264K r-x-- libHalf.so.23.0.0 00007fffd8058000 2044K ----- libHalf.so.23.0.0 00007fffd8257000 4K r---- libHalf.so.23.0.0 00007fffd8258000 4K rw--- libHalf.so.23.0.0 00007fffd8259000 1812K r-x-- libIlmImf-2_2.so.23.0.0 00007fffd841e000 2048K ----- libIlmImf-2_2.so.23.0.0 00007fffd861e000 20K r---- libIlmImf-2_2.so.23.0.0 00007fffd8623000 1028K rw--- libIlmImf-2_2.so.23.0.0 00007fffd8724000 4K rw--- [ anon ] 00007fffd8725000 16K r-x-- kimg_exr.so 00007fffd8729000 2048K ----- kimg_exr.so 00007fffd8929000 4K r---- kimg_exr.so 00007fffd892a000 4K rw--- kimg_exr.so 00007fffd892b000 36K r-x-- kimg_eps.so 00007fffd8934000 2044K ----- kimg_eps.so 00007fffd8b33000 4K r---- kimg_eps.so 00007fffd8b34000 4K rw--- kimg_eps.so 00007fffd8b35000 12K r-x-- libnvidia-tls.so.390.48 00007fffd8b38000 2048K ----- libnvidia-tls.so.390.48 00007fffd8d38000 4K rw--- libnvidia-tls.so.390.48 00007fffd8d39000 1092K r-x-- libGLX_nvidia.so.390.48 00007fffd8e4a000 2048K ----- libGLX_nvidia.so.390.48 00007fffd904a000 148K rw--- libGLX_nvidia.so.390.48 00007fffd906f000 28K rw--- [ anon ] 00007fffd9076000 10304K rw-s- icon-cache.kcache 00007fffd9a86000 4K ----- [ anon ] 00007fffd9a87000 8192K rwx-- [ anon ] 00007fffda287000 36K r-x-- libKF5Style.so.5.45.0 00007fffda290000 2044K ----- libKF5Style.so.5.45.0 00007fffda48f000 4K r---- libKF5Style.so.5.45.0 00007fffda490000 4K rw--- libKF5Style.so.5.45.0 00007fffda491000 536K r-x-- breeze.so 00007fffda517000 2048K ----- breeze.so 00007fffda717000 20K r---- breeze.so 00007fffda71c000 4K rw--- breeze.so 00007fffda71d000 40K r-x-- libcomposeplatforminputcontextplugin.so 00007fffda727000 2048K ----- libcomposeplatforminputcontextplugin.so 00007fffda927000 4K r---- libcomposeplatforminputcontextplugin.so 00007fffda928000 4K rw--- libcomposeplatforminputcontextplugin.so 00007fffda929000 28K r-x-- libffi.so.6.0.4 00007fffda930000 2048K ----- libffi.so.6.0.4 00007fffdab30000 4K r---- libffi.so.6.0.4 00007fffdab31000 4K rw--- libffi.so.6.0.4 00007fffdab32000 48K r-x-- libwayland-client.so.0.3.0 00007fffdab3e000 2048K ----- libwayland-client.so.0.3.0 00007fffdad3e000 8K r---- libwayland-client.so.0.3.0 00007fffdad40000 4K rw--- libwayland-client.so.0.3.0 00007fffdad41000 1132K r-x-- libQt5QuickTemplates2.so.5.10.1 00007fffdae5c000 2048K ----- libQt5QuickTemplates2.so.5.10.1 00007fffdb05c000 64K r---- libQt5QuickTemplates2.so.5.10.1 00007fffdb06c000 4K rw--- libQt5QuickTemplates2.so.5.10.1 00007fffdb06d000 748K r-x-- libKF5WaylandClient.so.5.45.0 00007fffdb128000 2048K ----- libKF5WaylandClient.so.5.45.0 00007fffdb328000 48K r---- libKF5WaylandClient.so.5.45.0 00007fffdb334000 4K rw--- libKF5WaylandClient.so.5.45.0 00007fffdb335000 188K r-x-- libQt5QuickControls2.so.5.10.1 00007fffdb364000 2048K ----- libQt5QuickControls2.so.5.10.1 00007fffdb564000 12K r---- libQt5QuickControls2.so.5.10.1 00007fffdb567000 4K rw--- libQt5QuickControls2.so.5.10.1 00007fffdb568000 356K r-x-- KDEPlasmaPlatformTheme.so 00007fffdb5c1000 2044K ----- KDEPlasmaPlatformTheme.so 00007fffdb7c0000 16K r---- KDEPlasmaPlatformTheme.so 00007fffdb7c4000 4K rw--- KDEPlasmaPlatformTheme.so 00007fffdb7c5000 100K r-x-- libxcb-glx.so.0.0.0 00007fffdb7de000 2044K ----- libxcb-glx.so.0.0.0 00007fffdb9dd000 8K r---- libxcb-glx.so.0.0.0 00007fffdb9df000 4K rw--- libxcb-glx.so.0.0.0 00007fffdb9e0000 56K r-x-- libqxcb-glx-integration.so 00007fffdb9ee000 2048K ----- libqxcb-glx-integration.so 00007fffdbbee000 4K r---- libqxcb-glx-integration.so 00007fffdbbef000 4K rw--- libqxcb-glx-integration.so 00007fffdbbf0000 20K r-x-- libXfixes.so.3.1.0 00007fffdbbf5000 2044K ----- libXfixes.so.3.1.0 00007fffdbdf4000 4K r---- libXfixes.so.3.1.0 00007fffdbdf5000 4K rw--- libXfixes.so.3.1.0 00007fffdbdf6000 36K r-x-- libXcursor.so.1.0.2 00007fffdbdff000 2044K ----- libXcursor.so.1.0.2 00007fffdbffe000 4K r---- libXcursor.so.1.0.2 00007fffdbfff000 4K rw--- libXcursor.so.1.0.2 00007fffdc000000 7572K rw--- [ anon ] 00007fffdc765000 57964K ----- [ anon ] 00007fffe0003000 1372K r--s- ksycoca5_en_71ms9sU8QytQjWU9F6uy27YtK6Q= 00007fffe015a000 4K ----- [ anon ] 00007fffe015b000 8192K rwx-- [ anon ] 00007fffe095b000 20K r-x-- libxcb-util.so.1.0.0 00007fffe0960000 2044K ----- libxcb-util.so.1.0.0 00007fffe0b5f000 4K r---- libxcb-util.so.1.0.0 00007fffe0b60000 4K rw--- libxcb-util.so.1.0.0 00007fffe0b61000 24K r-x-- libuuid.so.1.3.0 00007fffe0b67000 2044K ----- libuuid.so.1.3.0 00007fffe0d66000 4K r---- libuuid.so.1.3.0 00007fffe0d67000 4K rw--- libuuid.so.1.3.0 00007fffe0d68000 188K r-x-- libexpat.so.1.6.7 00007fffe0d97000 2048K ----- libexpat.so.1.6.7 00007fffe0f97000 8K r---- libexpat.so.1.6.7 00007fffe0f99000 4K rw--- libexpat.so.1.6.7 00007fffe0f9a000 24K r-x-- libxkbcommon-x11.so.0.0.0 00007fffe0fa0000 2044K ----- libxkbcommon-x11.so.0.0.0 00007fffe119f000 4K r---- libxkbcommon-x11.so.0.0.0 00007fffe11a0000 4K rw--- libxkbcommon-x11.so.0.0.0 00007fffe11a1000 244K r-x-- libxkbcommon.so.0.0.0 00007fffe11de000 2044K ----- libxkbcommon.so.0.0.0 00007fffe13dd000 8K r---- libxkbcommon.so.0.0.0 00007fffe13df000 4K rw--- libxkbcommon.so.0.0.0 00007fffe13e0000 12K r-x-- libxcb-shape.so.0.0.0 00007fffe13e3000 2044K ----- libxcb-shape.so.0.0.0 00007fffe15e2000 4K r---- libxcb-shape.so.0.0.0 00007fffe15e3000 4K rw--- libxcb-shape.so.0.0.0 00007fffe15e4000 16K r-x-- libxcb-icccm.so.4.0.0 00007fffe15e8000 2044K ----- libxcb-icccm.so.4.0.0 00007fffe17e7000 4K r---- libxcb-icccm.so.4.0.0 00007fffe17e8000 4K rw--- libxcb-icccm.so.4.0.0 00007fffe17e9000 8K r-x-- libxcb-shm.so.0.0.0 00007fffe17eb000 2048K ----- libxcb-shm.so.0.0.0 00007fffe19eb000 4K r---- libxcb-shm.so.0.0.0 00007fffe19ec000 4K rw--- libxcb-shm.so.0.0.0 00007fffe19ed000 16K r-x-- libxcb-image.so.0.0.0 00007fffe19f1000 2044K ----- libxcb-image.so.0.0.0 00007fffe1bf0000 4K r---- libxcb-image.so.0.0.0 00007fffe1bf1000 4K rw--- libxcb-image.so.0.0.0 00007fffe1bf2000 60K r-x-- libxcb-randr.so.0.1.0 00007fffe1c01000 2044K ----- libxcb-randr.so.0.1.0 00007fffe1e00000 4K r---- libxcb-randr.so.0.1.0 00007fffe1e01000 4K rw--- libxcb-randr.so.0.1.0 00007fffe1e02000 8K r-x-- libxcb-xinerama.so.0.0.0 00007fffe1e04000 2044K ----- libxcb-xinerama.so.0.0.0 00007fffe2003000 4K r---- libxcb-xinerama.so.0.0.0 00007fffe2004000 4K rw--- libxcb-xinerama.so.0.0.0 00007fffe2005000 28K r-x-- libxcb-xfixes.so.0.0.0 00007fffe200c000 2044K ----- libxcb-xfixes.so.0.0.0 00007fffe220b000 4K r---- libxcb-xfixes.so.0.0.0 00007fffe220c000 4K rw--- libxcb-xfixes.so.0.0.0 00007fffe220d000 24K r-x-- libxcb-sync.so.1.0.0 00007fffe2213000 2044K ----- libxcb-sync.so.1.0.0 00007fffe2412000 4K r---- libxcb-sync.so.1.0.0 00007fffe2413000 4K rw--- libxcb-sync.so.1.0.0 00007fffe2414000 48K r-x-- libxcb-render.so.0.0.0 00007fffe2420000 2048K ----- libxcb-render.so.0.0.0 00007fffe2620000 4K r---- libxcb-render.so.0.0.0 00007fffe2621000 4K rw--- libxcb-render.so.0.0.0 00007fffe2622000 12K r-x-- libxcb-render-util.so.0.0.0 00007fffe2625000 2044K ----- libxcb-render-util.so.0.0.0 00007fffe2824000 4K r---- libxcb-render-util.so.0.0.0 00007fffe2825000 4K rw--- libxcb-render-util.so.0.0.0 00007fffe2826000 112K r-x-- libxcb-xkb.so.1.0.0 00007fffe2842000 2044K ----- libxcb-xkb.so.1.0.0 00007fffe2a41000 4K r---- libxcb-xkb.so.1.0.0 00007fffe2a42000 4K rw--- libxcb-xkb.so.1.0.0 00007fffe2a43000 36K r-x-- libXrender.so.1.3.0 00007fffe2a4c000 2048K ----- libXrender.so.1.3.0 00007fffe2c4c000 4K r---- libXrender.so.1.3.0 00007fffe2c4d000 4K rw--- libXrender.so.1.3.0 00007fffe2c4e000 92K r-x-- libICE.so.6.3.0 00007fffe2c65000 2048K ----- libICE.so.6.3.0 00007fffe2e65000 4K r---- libICE.so.6.3.0 00007fffe2e66000 4K rw--- libICE.so.6.3.0 00007fffe2e67000 12K rw--- [ anon ] 00007fffe2e6a000 28K r-x-- libSM.so.6.0.1 00007fffe2e71000 2044K ----- libSM.so.6.0.1 00007fffe3070000 4K r---- libSM.so.6.0.1 00007fffe3071000 4K rw--- libSM.so.6.0.1 00007fffe3072000 4K r-x-- libX11-xcb.so.1.0.0 00007fffe3073000 2044K ----- libX11-xcb.so.1.0.0 00007fffe3272000 4K r---- libX11-xcb.so.1.0.0 00007fffe3273000 4K rw--- libX11-xcb.so.1.0.0 00007fffe3274000 256K r-x-- libfontconfig.so.1.11.1 00007fffe32b4000 2048K ----- libfontconfig.so.1.11.1 00007fffe34b4000 8K r---- libfontconfig.so.1.11.1 00007fffe34b6000 4K rw--- libfontconfig.so.1.11.1 00007fffe34b7000 1392K r-x-- libQt5XcbQpa.so.5.10.1 00007fffe3613000 2044K ----- libQt5XcbQpa.so.5.10.1 00007fffe3812000 32K r---- libQt5XcbQpa.so.5.10.1 00007fffe381a000 4K rw--- libQt5XcbQpa.so.5.10.1 00007fffe381b000 4K rw--- [ anon ] 00007fffe381c000 8K r-x-- libqxcb.so 00007fffe381e000 2044K ----- libqxcb.so 00007fffe3a1d000 4K r---- libqxcb.so 00007fffe3a1e000 4K rw--- libqxcb.so 00007fffe3a1f000 1644K r---- locale-archive 00007fffe3bba000 76K r-x-- libresolv-2.27.so 00007fffe3bcd000 2048K ----- libresolv-2.27.so 00007fffe3dcd000 4K r---- libresolv-2.27.so 00007fffe3dce000 4K rw--- libresolv-2.27.so 00007fffe3dcf000 8K rw--- [ anon ] 00007fffe3dd1000 564K r-x-- libvorbisenc.so.2.0.11 00007fffe3e5e000 2044K ----- libvorbisenc.so.2.0.11 00007fffe405d000 112K r---- libvorbisenc.so.2.0.11 00007fffe4079000 4K rw--- libvorbisenc.so.2.0.11 00007fffe407a000 168K r-x-- libvorbis.so.0.4.8 00007fffe40a4000 2048K ----- libvorbis.so.0.4.8 00007fffe42a4000 4K r---- libvorbis.so.0.4.8 00007fffe42a5000 4K rw--- libvorbis.so.0.4.8 00007fffe42a6000 20K r-x-- libogg.so.0.8.3 00007fffe42ab000 2048K ----- libogg.so.0.8.3 00007fffe44ab000 4K r---- libogg.so.0.8.3 00007fffe44ac000 4K rw--- libogg.so.0.8.3 00007fffe44ad000 472K r-x-- libFLAC.so.8.3.0 00007fffe4523000 2048K ----- libFLAC.so.8.3.0 00007fffe4723000 4K r---- libFLAC.so.8.3.0 00007fffe4724000 4K rw--- libFLAC.so.8.3.0 00007fffe4725000 120K r-x-- libgpg-error.so.0.24.0 00007fffe4743000 2048K ----- libgpg-error.so.0.24.0 00007fffe4943000 4K r---- libgpg-error.so.0.24.0 00007fffe4944000 4K rw--- libgpg-error.so.0.24.0 00007fffe4945000 20K r-x-- libasyncns.so.0.3.1 00007fffe494a000 2044K ----- libasyncns.so.0.3.1 00007fffe4b49000 4K r---- libasyncns.so.0.3.1 00007fffe4b4a000 4K rw--- libasyncns.so.0.3.1 00007fffe4b4b000 460K r-x-- libsndfile.so.1.0.28 00007fffe4bbe000 2044K ----- libsndfile.so.1.0.28 00007fffe4dbd000 12K r---- libsndfile.so.1.0.28 00007fffe4dc0000 4K rw--- libsndfile.so.1.0.28 00007fffe4dc1000 8K rw--- [ anon ] 00007fffe4dc3000 20K r-x-- libXdmcp.so.6.0.0 00007fffe4dc8000 2044K ----- libXdmcp.so.6.0.0 00007fffe4fc7000 4K r---- libXdmcp.so.6.0.0 00007fffe4fc8000 4K rw--- libXdmcp.so.6.0.0 00007fffe4fc9000 8K r-x-- libXau.so.6.0.0 00007fffe4fcb000 2048K ----- libXau.so.6.0.0 00007fffe51cb000 4K r---- libXau.so.6.0.0 00007fffe51cc000 4K rw--- libXau.so.6.0.0 00007fffe51cd000 452K r-x-- libpcre.so.1.2.10 00007fffe523e000 2044K ----- libpcre.so.1.2.10 00007fffe543d000 4K r---- libpcre.so.1.2.10 00007fffe543e000 4K rw--- libpcre.so.1.2.10 00007fffe543f000 26260K r---- libicudata.so.61.1 00007fffe6de4000 2044K ----- libicudata.so.61.1 00007fffe6fe3000 4K r---- libicudata.so.61.1 00007fffe6fe4000 1108K r-x-- libgcrypt.so.20.2.2 00007fffe70f9000 2044K ----- libgcrypt.so.20.2.2 00007fffe72f8000 8K r---- libgcrypt.so.20.2.2 00007fffe72fa000 20K rw--- libgcrypt.so.20.2.2 00007fffe72ff000 4K rw--- [ anon ] 00007fffe7300000 88K r-x-- liblz4.so.1.8.1 00007fffe7316000 2044K ----- liblz4.so.1.8.1 00007fffe7515000 4K r---- liblz4.so.1.8.1 00007fffe7516000 4K rw--- liblz4.so.1.8.1 00007fffe7517000 28K r-x-- librt-2.27.so 00007fffe751e000 2044K ----- librt-2.27.so 00007fffe771d000 4K r---- librt-2.27.so 00007fffe771e000 4K rw--- librt-2.27.so 00007fffe771f000 168K r-x-- libgraphite2.so.3.0.1 00007fffe7749000 2044K ----- libgraphite2.so.3.0.1 00007fffe7948000 8K r---- libgraphite2.so.3.0.1 00007fffe794a000 4K rw--- libgraphite2.so.3.0.1 00007fffe794b000 772K r-x-- libfreetype.so.6.16.1 00007fffe7a0c000 2048K ----- libfreetype.so.6.16.1 00007fffe7c0c000 28K r---- libfreetype.so.6.16.1 00007fffe7c13000 4K rw--- libfreetype.so.6.16.1 00007fffe7c14000 440K r-x-- libGLdispatch.so.0.0.0 00007fffe7c82000 2044K ----- libGLdispatch.so.0.0.0 00007fffe7e81000 160K r---- libGLdispatch.so.0.0.0 00007fffe7ea9000 4K rw--- libGLdispatch.so.0.0.0 00007fffe7eaa000 128K rw--- [ anon ] 00007fffe7eca000 64K r-x-- libGLX.so.0.0.0 00007fffe7eda000 2044K ----- libGLX.so.0.0.0 00007fffe80d9000 4K r---- libGLX.so.0.0.0 00007fffe80da000 4K rw--- libGLX.so.0.0.0 00007fffe80db000 128K rw--- [ anon ] 00007fffe80fb000 512K r-x-- libpulsecommon-11.1.so 00007fffe817b000 2048K ----- libpulsecommon-11.1.so 00007fffe837b000 8K r---- libpulsecommon-11.1.so 00007fffe837d000 4K rw--- libpulsecommon-11.1.so 00007fffe837e000 60K r-x-- libXi.so.6.1.0 00007fffe838d000 2048K ----- libXi.so.6.1.0 00007fffe858d000 4K r---- libXi.so.6.1.0 00007fffe858e000 4K rw--- libXi.so.6.1.0 00007fffe858f000 68K r-x-- libXext.so.6.4.0 00007fffe85a0000 2044K ----- libXext.so.6.4.0 00007fffe879f000 4K r---- libXext.so.6.4.0 00007fffe87a0000 4K rw--- libXext.so.6.4.0 00007fffe87a1000 148K r-x-- liblzma.so.5.2.4 00007fffe87c6000 2044K ----- liblzma.so.5.2.4 00007fffe89c5000 4K r---- liblzma.so.5.2.4 00007fffe89c6000 4K rw--- liblzma.so.5.2.4 00007fffe89c7000 60K r-x-- libbz2.so.1.0.6 00007fffe89d6000 2044K ----- libbz2.so.1.0.6 00007fffe8bd5000 4K r---- libbz2.so.1.0.6 00007fffe8bd6000 4K rw--- libbz2.so.1.0.6 00007fffe8bd7000 164K r-x-- libKF5Package.so.5.45.0 00007fffe8c00000 2044K ----- libKF5Package.so.5.45.0 00007fffe8dff000 8K r---- libKF5Package.so.5.45.0 00007fffe8e01000 4K rw--- libKF5Package.so.5.45.0 00007fffe8e02000 60K r-x-- libKF5Declarative.so.5.45.0 00007fffe8e11000 2044K ----- libKF5Declarative.so.5.45.0 00007fffe9010000 4K r---- libKF5Declarative.so.5.45.0 00007fffe9011000 4K rw--- libKF5Declarative.so.5.45.0 00007fffe9012000 80K r-x-- liblmdb.so 00007fffe9026000 2048K ----- liblmdb.so 00007fffe9226000 4K r---- liblmdb.so 00007fffe9227000 4K rw--- liblmdb.so 00007fffe9228000 2380K r-x-- libcrypto.so.1.1 00007fffe947b000 2044K ----- libcrypto.so.1.1 00007fffe967a000 120K r---- libcrypto.so.1.1 00007fffe9698000 40K rw--- libcrypto.so.1.1 00007fffe96a2000 12K rw--- [ anon ] 00007fffe96a5000 384K r-x-- libssl.so.1.1 00007fffe9705000 2048K ----- libssl.so.1.1 00007fffe9905000 20K r---- libssl.so.1.1 00007fffe990a000 20K rw--- libssl.so.1.1 00007fffe990f000 8K r-x-- libxcb-keysyms.so.1.0.0 00007fffe9911000 2044K ----- libxcb-keysyms.so.1.0.0 00007fffe9b10000 4K r---- libxcb-keysyms.so.1.0.0 00007fffe9b11000 4K rw--- libxcb-keysyms.so.1.0.0 00007fffe9b12000 156K r-x-- libxcb.so.1.1.0 00007fffe9b39000 2048K ----- libxcb.so.1.1.0 00007fffe9d39000 4K r---- libxcb.so.1.1.0 00007fffe9d3a000 4K rw--- libxcb.so.1.1.0 00007fffe9d3b000 180K r-x-- libKF5SonnetCore.so.5.45.0 00007fffe9d68000 2048K ----- libKF5SonnetCore.so.5.45.0 00007fffe9f68000 4K r---- libKF5SonnetCore.so.5.45.0 00007fffe9f69000 4K rw--- libKF5SonnetCore.so.5.45.0 00007fffe9f6a000 152K r-x-- libKF5SonnetUi.so.5.45.0 00007fffe9f90000 2048K ----- libKF5SonnetUi.so.5.45.0 00007fffea190000 8K r---- libKF5SonnetUi.so.5.45.0 00007fffea192000 4K rw--- libKF5SonnetUi.so.5.45.0 00007fffea193000 1108K r-x-- libglib-2.0.so.0.5600.1 00007fffea2a8000 2044K ----- libglib-2.0.so.0.5600.1 00007fffea4a7000 4K r---- libglib-2.0.so.0.5600.1 00007fffea4a8000 4K rw--- libglib-2.0.so.0.5600.1 00007fffea4a9000 4K rw--- [ anon ] 00007fffea4aa000 12K r-x-- libdl-2.27.so 00007fffea4ad000 2044K ----- libdl-2.27.so 00007fffea6ac000 4K r---- libdl-2.27.so 00007fffea6ad000 4K rw--- libdl-2.27.so 00007fffea6ae000 60K r-x-- libdouble-conversion.so.1.0.0 00007fffea6bd000 2044K ----- libdouble-conversion.so.1.0.0 00007fffea8bc000 4K r---- libdouble-conversion.so.1.0.0 00007fffea8bd000 4K rw--- libdouble-conversion.so.1.0.0 00007fffea8be000 472K r-x-- libpcre2-16.so.0.7.0 00007fffea934000 2044K ----- libpcre2-16.so.0.7.0 00007fffeab33000 4K r---- libpcre2-16.so.0.7.0 00007fffeab34000 4K rw--- libpcre2-16.so.0.7.0 00007fffeab35000 1688K r-x-- libicuuc.so.61.1 00007fffeacdb000 2044K ----- libicuuc.so.61.1 00007fffeaeda000 76K r---- libicuuc.so.61.1 00007fffeaeed000 4K rw--- libicuuc.so.61.1 00007fffeaeee000 4K rw--- [ anon ] 00007fffeaeef000 2668K r-x-- libicui18n.so.61.1 00007fffeb18a000 2048K ----- libicui18n.so.61.1 00007fffeb38a000 60K r---- libicui18n.so.61.1 00007fffeb399000 4K rw--- libicui18n.so.61.1 00007fffeb39a000 524K r-x-- libsystemd.so.0.22.0 00007fffeb41d000 2044K ----- libsystemd.so.0.22.0 00007fffeb61c000 12K r---- libsystemd.so.0.22.0 00007fffeb61f000 4K rw--- libsystemd.so.0.22.0 00007fffeb620000 4K rw--- [ anon ] 00007fffeb621000 312K r-x-- libdbus-1.so.3.19.6 00007fffeb66f000 2048K ----- libdbus-1.so.3.19.6 00007fffeb86f000 8K r---- libdbus-1.so.3.19.6 00007fffeb871000 4K rw--- libdbus-1.so.3.19.6 00007fffeb872000 88K r-x-- libz.so.1.2.11 00007fffeb888000 2044K ----- libz.so.1.2.11 00007fffeba87000 4K r---- libz.so.1.2.11 00007fffeba88000 4K rw--- libz.so.1.2.11 00007fffeba89000 704K r-x-- libharfbuzz.so.0.10706.0 00007fffebb39000 2044K ----- libharfbuzz.so.0.10706.0 00007fffebd38000 8K r---- libharfbuzz.so.0.10706.0 00007fffebd3a000 4K rw--- libharfbuzz.so.0.10706.0 00007fffebd3b000 212K r-x-- libpng16.so.16.34.0 00007fffebd70000 2044K ----- libpng16.so.16.34.0 00007fffebf6f000 4K r---- libpng16.so.16.34.0 00007fffebf70000 4K rw--- libpng16.so.16.34.0 00007fffebf71000 448K r-x-- libGL.so.1.0.0 00007fffebfe1000 2044K ----- libGL.so.1.0.0 00007fffec1e0000 104K r---- libGL.so.1.0.0 00007fffec1fa000 4K rw--- libGL.so.1.0.0 00007fffec1fb000 4K rw--- [ anon ] 00007fffec1fc000 12K r-x-- libpulse-mainloop-glib.so.0.0.5 00007fffec1ff000 2048K ----- libpulse-mainloop-glib.so.0.0.5 00007fffec3ff000 4K r---- libpulse-mainloop-glib.so.0.0.5 00007fffec400000 4K rw--- libpulse-mainloop-glib.so.0.0.5 00007fffec401000 316K r-x-- libpulse.so.0.20.2 00007fffec450000 2044K ----- libpulse.so.0.20.2 00007fffec64f000 8K r---- libpulse.so.0.20.2 00007fffec651000 4K rw--- libpulse.so.0.20.2 00007fffec652000 88K r-x-- libgcc_s.so.1 00007fffec668000 2044K ----- libgcc_s.so.1 00007fffec867000 4K r---- libgcc_s.so.1 00007fffec868000 4K rw--- libgcc_s.so.1 00007fffec869000 100K r-x-- libpthread-2.27.so 00007fffec882000 2044K ----- libpthread-2.27.so 00007fffeca81000 4K r---- libpthread-2.27.so 00007fffeca82000 4K rw--- libpthread-2.27.so 00007fffeca83000 16K rw--- [ anon ] 00007fffeca87000 216K r-x-- libdbusmenu-qt5.so.2.6.0 00007fffecabd000 2048K ----- libdbusmenu-qt5.so.2.6.0 00007fffeccbd000 4K r---- libdbusmenu-qt5.so.2.6.0 00007fffeccbe000 4K rw--- libdbusmenu-qt5.so.2.6.0 00007fffeccbf000 20K r-x-- libXtst.so.6.1.0 00007fffeccc4000 2044K ----- libXtst.so.6.1.0 00007fffecec3000 4K r---- libXtst.so.6.1.0 00007fffecec4000 4K rw--- libXtst.so.6.1.0 00007fffecec5000 40K r-x-- libQt5TextToSpeech.so.5.10.1 00007fffececf000 2048K ----- libQt5TextToSpeech.so.5.10.1 00007fffed0cf000 4K r---- libQt5TextToSpeech.so.5.10.1 00007fffed0d0000 4K rw--- libQt5TextToSpeech.so.5.10.1 00007fffed0d1000 96K r-x-- libKF5GuiAddons.so.5.45.0 00007fffed0e9000 2048K ----- libKF5GuiAddons.so.5.45.0 00007fffed2e9000 4K r---- libKF5GuiAddons.so.5.45.0 00007fffed2ea000 4K rw--- libKF5GuiAddons.so.5.45.0 00007fffed2eb000 224K r-x-- libKF5Archive.so.5.45.0 00007fffed323000 2044K ----- libKF5Archive.so.5.45.0 00007fffed522000 8K r---- libKF5Archive.so.5.45.0 00007fffed524000 4K rw--- libKF5Archive.so.5.45.0 00007fffed525000 328K r-x-- libQt5Svg.so.5.10.1 00007fffed577000 2044K ----- libQt5Svg.so.5.10.1 00007fffed776000 12K r---- libQt5Svg.so.5.10.1 00007fffed779000 4K rw--- libQt5Svg.so.5.10.1 00007fffed77a000 124K r-x-- libKF5GlobalAccel.so.5.45.0 00007fffed799000 2048K ----- libKF5GlobalAccel.so.5.45.0 00007fffed999000 4K r---- libKF5GlobalAccel.so.5.45.0 00007fffed99a000 4K rw--- libKF5GlobalAccel.so.5.45.0 00007fffed99b000 416K r-x-- libQt5PrintSupport.so.5.10.1 00007fffeda03000 2048K ----- libQt5PrintSupport.so.5.10.1 00007fffedc03000 20K r---- libQt5PrintSupport.so.5.10.1 00007fffedc08000 4K rw--- libQt5PrintSupport.so.5.10.1 00007fffedc09000 4208K r-x-- libQt5Qml.so.5.10.1 00007fffee025000 2048K ----- libQt5Qml.so.5.10.1 00007fffee225000 72K r---- libQt5Qml.so.5.10.1 00007fffee237000 24K rw--- libQt5Qml.so.5.10.1 00007fffee23d000 12K rw--- [ anon ] 00007fffee240000 4404K r-x-- libQt5Quick.so.5.10.1 00007fffee68d000 2048K ----- libQt5Quick.so.5.10.1 00007fffee88d000 156K r---- libQt5Quick.so.5.10.1 00007fffee8b4000 4K rw--- libQt5Quick.so.5.10.1 00007fffee8b5000 4K rw--- [ anon ] 00007fffee8b6000 60K r-x-- libKF5QuickAddons.so.5.45.0 00007fffee8c5000 2044K ----- libKF5QuickAddons.so.5.45.0 00007fffeeac4000 4K r---- libKF5QuickAddons.so.5.45.0 00007fffeeac5000 4K rw--- libKF5QuickAddons.so.5.45.0 00007fffeeac6000 64K r-x-- libQt5QuickWidgets.so.5.10.1 00007fffeead6000 2048K ----- libQt5QuickWidgets.so.5.10.1 00007fffeecd6000 4K r---- libQt5QuickWidgets.so.5.10.1 00007fffeecd7000 4K rw--- libQt5QuickWidgets.so.5.10.1 00007fffeecd8000 116K r-x-- libudev.so.1.6.10 00007fffeecf5000 2044K ----- libudev.so.1.6.10 00007fffeeef4000 4K r---- libudev.so.1.6.10 00007fffeeef5000 4K rw--- libudev.so.1.6.10 00007fffeeef6000 196K r-x-- libKF5BalooEngine.so.5.45.0 00007fffeef27000 2048K ----- libKF5BalooEngine.so.5.45.0 00007fffef127000 4K r---- libKF5BalooEngine.so.5.45.0 00007fffef128000 4K rw--- libKF5BalooEngine.so.5.45.0 00007fffef129000 28K r-x-- libacl.so.1.1.0 00007fffef130000 2048K ----- libacl.so.1.1.0 00007fffef330000 4K r---- libacl.so.1.1.0 00007fffef331000 4K rw--- libacl.so.1.1.0 00007fffef332000 84K r-x-- libKF5Auth.so.5.45.0 00007fffef347000 2048K ----- libKF5Auth.so.5.45.0 00007fffef547000 4K r---- libKF5Auth.so.5.45.0 00007fffef548000 4K rw--- libKF5Auth.so.5.45.0 00007fffef549000 1612K r-x-- libm-2.27.so 00007fffef6dc000 2044K ----- libm-2.27.so 00007fffef8db000 4K r---- libm-2.27.so 00007fffef8dc000 4K rw--- libm-2.27.so 00007fffef8dd000 16K r-x-- libattr.so.1.1.0 00007fffef8e1000 2044K ----- libattr.so.1.1.0 00007fffefae0000 4K r---- libattr.so.1.1.0 00007fffefae1000 4K rw--- libattr.so.1.1.0 00007fffefae2000 624K r-x-- libKF5Attica.so.5.45.0 00007fffefb7e000 2044K ----- libKF5Attica.so.5.45.0 00007fffefd7d000 20K r---- libKF5Attica.so.5.45.0 00007fffefd82000 4K rw--- libKF5Attica.so.5.45.0 00007fffefd83000 452K r-x-- libKF5NewStuffCore.so.5.45.0 00007fffefdf4000 2048K ----- libKF5NewStuffCore.so.5.45.0 00007fffefff4000 12K r---- libKF5NewStuffCore.so.5.45.0 00007fffefff7000 4K rw--- libKF5NewStuffCore.so.5.45.0 00007fffefff8000 1544K r-x-- libQt5Network.so.5.10.1 00007ffff017a000 2048K ----- libQt5Network.so.5.10.1 00007ffff037a000 32K r---- libQt5Network.so.5.10.1 00007ffff0382000 4K rw--- libQt5Network.so.5.10.1 00007ffff0383000 4K rw--- [ anon ] 00007ffff0384000 1252K r-x-- libX11.so.6.3.0 00007ffff04bd000 2048K ----- libX11.so.6.3.0 00007ffff06bd000 4K r---- libX11.so.6.3.0 00007ffff06be000 20K rw--- libX11.so.6.3.0 00007ffff06c3000 16K r-x-- libQt5X11Extras.so.5.10.1 00007ffff06c7000 2044K ----- libQt5X11Extras.so.5.10.1 00007ffff08c6000 4K r---- libQt5X11Extras.so.5.10.1 00007ffff08c7000 4K rw--- libQt5X11Extras.so.5.10.1 00007ffff08c8000 296K r-x-- libKF5WindowSystem.so.5.45.0 00007ffff0912000 2044K ----- libKF5WindowSystem.so.5.45.0 00007ffff0b11000 12K r---- libKF5WindowSystem.so.5.45.0 00007ffff0b14000 4K rw--- libKF5WindowSystem.so.5.45.0 00007ffff0b15000 136K r-x-- libKF5FileMetaData.so.5.45.0 00007ffff0b37000 2048K ----- libKF5FileMetaData.so.5.45.0 00007ffff0d37000 4K r---- libKF5FileMetaData.so.5.45.0 00007ffff0d38000 4K rw--- libKF5FileMetaData.so.5.45.0 00007ffff0d39000 220K r-x-- libKF5Codecs.so.5.45.0 00007ffff0d70000 2048K ----- libKF5Codecs.so.5.45.0 00007ffff0f70000 12K r---- libKF5Codecs.so.5.45.0 00007ffff0f73000 4K rw--- libKF5Codecs.so.5.45.0 00007ffff0f74000 248K r-x-- libKF5TextWidgets.so.5.45.0 00007ffff0fb2000 2048K ----- libKF5TextWidgets.so.5.45.0 00007ffff11b2000 16K r---- libKF5TextWidgets.so.5.45.0 00007ffff11b6000 4K rw--- libKF5TextWidgets.so.5.45.0 00007ffff11b7000 8K r-x-- libdolphinvcs.so.5.0.0 00007ffff11b9000 2044K ----- libdolphinvcs.so.5.0.0 00007ffff13b8000 4K r---- libdolphinvcs.so.5.0.0 00007ffff13b9000 4K rw--- libdolphinvcs.so.5.0.0 00007ffff13ba000 1504K r-x-- libstdc++.so.6.0.24 00007ffff1532000 2044K ----- libstdc++.so.6.0.24 00007ffff1731000 48K r---- libstdc++.so.6.0.24 00007ffff173d000 4K rw--- libstdc++.so.6.0.24 00007ffff173e000 12K rw--- [ anon ] 00007ffff1741000 5084K r-x-- libQt5Core.so.5.10.1 00007ffff1c38000 2044K ----- libQt5Core.so.5.10.1 00007ffff1e37000 52K r---- libQt5Core.so.5.10.1 00007ffff1e44000 4K rw--- libQt5Core.so.5.10.1 00007ffff1e45000 16K rw--- [ anon ] 00007ffff1e49000 540K r-x-- libQt5DBus.so.5.10.1 00007ffff1ed0000 2048K ----- libQt5DBus.so.5.10.1 00007ffff20d0000 8K r---- libQt5DBus.so.5.10.1 00007ffff20d2000 4K rw--- libQt5DBus.so.5.10.1 00007ffff20d3000 5788K r-x-- libQt5Gui.so.5.10.1 00007ffff267a000 2048K ----- libQt5Gui.so.5.10.1 00007ffff287a000 68K r---- libQt5Gui.so.5.10.1 00007ffff288b000 16K rw--- libQt5Gui.so.5.10.1 00007ffff288f000 20K rw--- [ anon ] 00007ffff2894000 6304K r-x-- libQt5Widgets.so.5.10.1 00007ffff2ebc000 2044K ----- libQt5Widgets.so.5.10.1 00007ffff30bb000 200K r---- libQt5Widgets.so.5.10.1 00007ffff30ed000 4K rw--- libQt5Widgets.so.5.10.1 00007ffff30ee000 492K r-x-- libphonon4qt5.so.4.10.1 00007ffff3169000 2048K ----- libphonon4qt5.so.4.10.1 00007ffff3369000 16K r---- libphonon4qt5.so.4.10.1 00007ffff336d000 4K rw--- libphonon4qt5.so.4.10.1 00007ffff336e000 568K r-x-- libKF5CoreAddons.so.5.45.0 00007ffff33fc000 2048K ----- libKF5CoreAddons.so.5.45.0 00007ffff35fc000 12K r---- libKF5CoreAddons.so.5.45.0 00007ffff35ff000 4K rw--- libKF5CoreAddons.so.5.45.0 00007ffff3600000 356K r-x-- libKF5ConfigCore.so.5.45.0 00007ffff3659000 2048K ----- libKF5ConfigCore.so.5.45.0 00007ffff3859000 12K r---- libKF5ConfigCore.so.5.45.0 00007ffff385c000 4K rw--- libKF5ConfigCore.so.5.45.0 00007ffff385d000 344K r-x-- libKF5Notifications.so.5.45.0 00007ffff38b3000 2048K ----- libKF5Notifications.so.5.45.0 00007ffff3ab3000 12K r---- libKF5Notifications.so.5.45.0 00007ffff3ab6000 4K rw--- libKF5Notifications.so.5.45.0 00007ffff3ab7000 72K r-x-- libKF5DBusAddons.so.5.45.0 00007ffff3ac9000 2048K ----- libKF5DBusAddons.so.5.45.0 00007ffff3cc9000 4K r---- libKF5DBusAddons.so.5.45.0 00007ffff3cca000 4K rw--- libKF5DBusAddons.so.5.45.0 00007ffff3ccb000 232K r-x-- libQt5Xml.so.5.10.1 00007ffff3d05000 2044K ----- libQt5Xml.so.5.10.1 00007ffff3f04000 8K r---- libQt5Xml.so.5.10.1 00007ffff3f06000 4K rw--- libQt5Xml.so.5.10.1 00007ffff3f07000 212K r-x-- libKF5ItemViews.so.5.45.0 00007ffff3f3c000 2044K ----- libKF5ItemViews.so.5.45.0 00007ffff413b000 12K r---- libKF5ItemViews.so.5.45.0 00007ffff413e000 4K rw--- libKF5ItemViews.so.5.45.0 00007ffff413f000 1280K r-x-- libKF5WidgetsAddons.so.5.45.0 00007ffff427f000 2048K ----- libKF5WidgetsAddons.so.5.45.0 00007ffff447f000 64K r---- libKF5WidgetsAddons.so.5.45.0 00007ffff448f000 4K rw--- libKF5WidgetsAddons.so.5.45.0 00007ffff4490000 124K r-x-- libKF5ConfigGui.so.5.45.0 00007ffff44af000 2044K ----- libKF5ConfigGui.so.5.45.0 00007ffff46ae000 8K r---- libKF5ConfigGui.so.5.45.0 00007ffff46b0000 4K rw--- libKF5ConfigGui.so.5.45.0 00007ffff46b1000 4K rw--- [ anon ] 00007ffff46b2000 308K r-x-- libKF5I18n.so.5.45.0 00007ffff46ff000 2048K ----- libKF5I18n.so.5.45.0 00007ffff48ff000 4K r---- libKF5I18n.so.5.45.0 00007ffff4900000 4K rw--- libKF5I18n.so.5.45.0 00007ffff4901000 336K r-x-- libKF5ConfigWidgets.so.5.45.0 00007ffff4955000 2044K ----- libKF5ConfigWidgets.so.5.45.0 00007ffff4b54000 16K r---- libKF5ConfigWidgets.so.5.45.0 00007ffff4b58000 4K rw--- libKF5ConfigWidgets.so.5.45.0 00007ffff4b59000 660K r-x-- libKF5Service.so.5.45.0 00007ffff4bfe000 2044K ----- libKF5Service.so.5.45.0 00007ffff4dfd000 16K r---- libKF5Service.so.5.45.0 00007ffff4e01000 4K rw--- libKF5Service.so.5.45.0 00007ffff4e02000 224K r-x-- libKF5Completion.so.5.45.0 00007ffff4e3a000 2044K ----- libKF5Completion.so.5.45.0 00007ffff5039000 12K r---- libKF5Completion.so.5.45.0 00007ffff503c000 4K rw--- libKF5Completion.so.5.45.0 00007ffff503d000 236K r-x-- libKF5IconThemes.so.5.45.0 00007ffff5078000 2048K ----- libKF5IconThemes.so.5.45.0 00007ffff5278000 8K r---- libKF5IconThemes.so.5.45.0 00007ffff527a000 4K rw--- libKF5IconThemes.so.5.45.0 00007ffff527b000 1020K r-x-- libKF5XmlGui.so.5.45.0 00007ffff537a000 2044K ----- libKF5XmlGui.so.5.45.0 00007ffff5579000 48K r---- libKF5XmlGui.so.5.45.0 00007ffff5585000 4K rw--- libKF5XmlGui.so.5.45.0 00007ffff5586000 280K r-x-- libKF5KCMUtils.so.5.45.0 00007ffff55cc000 2048K ----- libKF5KCMUtils.so.5.45.0 00007ffff57cc000 16K r---- libKF5KCMUtils.so.5.45.0 00007ffff57d0000 4K rw--- libKF5KCMUtils.so.5.45.0 00007ffff57d1000 892K r-x-- libKF5Solid.so.5.45.0 00007ffff58b0000 2044K ----- libKF5Solid.so.5.45.0 00007ffff5aaf000 48K r---- libKF5Solid.so.5.45.0 00007ffff5abb000 4K rw--- libKF5Solid.so.5.45.0 00007ffff5abc000 184K r-x-- libKF5Baloo.so.5.45.0 00007ffff5aea000 2044K ----- libKF5Baloo.so.5.45.0 00007ffff5ce9000 8K r---- libKF5Baloo.so.5.45.0 00007ffff5ceb000 4K rw--- libKF5Baloo.so.5.45.0 00007ffff5cec000 1516K r-x-- libKF5KIOCore.so.5.45.0 00007ffff5e67000 2048K ----- libKF5KIOCore.so.5.45.0 00007ffff6067000 36K r---- libKF5KIOCore.so.5.45.0 00007ffff6070000 4K rw--- libKF5KIOCore.so.5.45.0 00007ffff6071000 216K r-x-- libKF5BalooWidgets.so.5.0.0 00007ffff60a7000 2048K ----- libKF5BalooWidgets.so.5.0.0 00007ffff62a7000 12K r---- libKF5BalooWidgets.so.5.0.0 00007ffff62aa000 4K rw--- libKF5BalooWidgets.so.5.0.0 00007ffff62ab000 140K r-x-- libKF5JobWidgets.so.5.45.0 00007ffff62ce000 2044K ----- libKF5JobWidgets.so.5.45.0 00007ffff64cd000 8K r---- libKF5JobWidgets.so.5.45.0 00007ffff64cf000 4K rw--- libKF5JobWidgets.so.5.45.0 00007ffff64d0000 1216K r-x-- libKF5KIOWidgets.so.5.45.0 00007ffff6600000 2044K ----- libKF5KIOWidgets.so.5.45.0 00007ffff67ff000 48K r---- libKF5KIOWidgets.so.5.45.0 00007ffff680b000 4K rw--- libKF5KIOWidgets.so.5.45.0 00007ffff680c000 380K r-x-- libKF5Parts.so.5.45.0 00007ffff686b000 2044K ----- libKF5Parts.so.5.45.0 00007ffff6a6a000 20K r---- libKF5Parts.so.5.45.0 00007ffff6a6f000 4K rw--- libKF5Parts.so.5.45.0 00007ffff6a70000 452K r-x-- libKF5NewStuff.so.5.45.0 00007ffff6ae1000 2044K ----- libKF5NewStuff.so.5.45.0 00007ffff6ce0000 16K r---- libKF5NewStuff.so.5.45.0 00007ffff6ce4000 4K rw--- libKF5NewStuff.so.5.45.0 00007ffff6ce5000 284K r-x-- libKF5Bookmarks.so.5.45.0 00007ffff6d2c000 2044K ----- libKF5Bookmarks.so.5.45.0 00007ffff6f2b000 16K r---- libKF5Bookmarks.so.5.45.0 00007ffff6f2f000 4K rw--- libKF5Bookmarks.so.5.45.0 00007ffff6f30000 852K r-x-- libKF5KIOFileWidgets.so.5.45.0 00007ffff7005000 2048K ----- libKF5KIOFileWidgets.so.5.45.0 00007ffff7205000 32K r---- libKF5KIOFileWidgets.so.5.45.0 00007ffff720d000 4K rw--- libKF5KIOFileWidgets.so.5.45.0 00007ffff720e000 28K r-x-- libKF5Crash.so.5.45.0 00007ffff7215000 2044K ----- libKF5Crash.so.5.45.0 00007ffff7414000 4K r---- libKF5Crash.so.5.45.0 00007ffff7415000 4K rw--- libKF5Crash.so.5.45.0 00007ffff7416000 1164K r-x-- libdolphinprivate.so.5.0.0 00007ffff7539000 2048K ----- libdolphinprivate.so.5.0.0 00007ffff7739000 48K r---- libdolphinprivate.so.5.0.0 00007ffff7745000 4K rw--- libdolphinprivate.so.5.0.0 00007ffff7746000 1732K r-x-- libc-2.27.so 00007ffff78f7000 2048K ----- libc-2.27.so 00007ffff7af7000 16K r---- libc-2.27.so 00007ffff7afb000 8K rw--- libc-2.27.so 00007ffff7afd000 16K rw--- [ anon ] 00007ffff7b01000 808K r-x-- libkdeinit5_dolphin.so 00007ffff7bcb000 2048K ----- libkdeinit5_dolphin.so 00007ffff7dcb000 48K r---- libkdeinit5_dolphin.so 00007ffff7dd7000 4K rw--- libkdeinit5_dolphin.so 00007ffff7dd8000 148K r-x-- ld-2.27.so 00007ffff7e06000 56K rw-s- [ shmid=0x21c8015 ] 00007ffff7e14000 32K rw-s- database-shm 00007ffff7e1c000 32K rw-s- database-shm 00007ffff7e24000 148K r--s- mime.cache 00007ffff7e49000 448K r---- NotoSans-Regular.ttf 00007ffff7eb9000 48K r--s- 2a67214e-3529-4820-baed-be02d082aa69-le64.cache-7 00007ffff7ec5000 588K r--s- 7587675c-1a27-493e-a626-a5aee47fa952-le64.cache-7 00007ffff7f58000 200K r--s- 443c0c1e-7799-472d-9a5d-a18856176580-le64.cache-7 00007ffff7f8a000 232K rw--- [ anon ] 00007ffff7fcb000 4K r--s- mime.cache 00007ffff7fcc000 56K r--s- 1f173b8c-5854-4d9d-a4a7-002a42688754-le64.cache-7 00007ffff7fda000 20K r--s- b0747b6c-8b68-4722-8aae-d82a6ce915cd-le64.cache-7 00007ffff7fdf000 12K r--s- 46ac2e97-673d-4157-a1d8-8a36d51f6ab5-le64.cache-7 00007ffff7fe2000 24K r--s- be83164f-9e8d-4ae7-aa54-c2ba987d0731-le64.cache-7 00007ffff7fe8000 24K r--s- 1acc766d-d939-40a8-b36b-68d00fd097c0-le64.cache-7 00007ffff7fee000 12K r--s- f849a710-fd50-49d3-8ef8-7fc594fb0116-le64.cache-7 00007ffff7ff1000 4K r---- kcoreaddons5_qt.qm 00007ffff7ff2000 4K r---- kcoreaddons5_qt.qm 00007ffff7ff3000 4K r---- kwidgetsaddons5_qt.qm 00007ffff7ff4000 4K r---- kwidgetsaddons5_qt.qm 00007ffff7ff5000 4K r---- kjobwidgets5_qt.qm 00007ffff7ff6000 4K r---- kjobwidgets5_qt.qm 00007ffff7ff7000 12K r---- [ anon ] 00007ffff7ffa000 8K r-x-- [ anon ] 00007ffff7ffc000 4K r---- ld-2.27.so 00007ffff7ffd000 4K rw--- ld-2.27.so 00007ffff7ffe000 4K rw--- [ anon ] 00007ffffffde000 132K rwx-- [ stack ] total 4514648K On Fri, Jun 1, 2018 at 5:25 PM, Bug Reporter <bugreporter11@gmail.com> wrote: > On Fri, Jun 1, 2018 at 5:04 PM, Elvis Angelaccio <bugzilla_noreply@kde.org > > wrote: > >> https://bugs.kde.org/show_bug.cgi?id=393977 >> >> --- Comment #9 from Elvis Angelaccio <elvis.angelaccio@kde.org> --- >> (In reply to bugreporter11 from comment #8) >> > Is this the right method for running Dolphin from gdb? >> > $ gdb dolphin 2>&1 | tee dolphin.gdb >> > (gdb) run >> > Starting program: /usr/bin/dolphin >> >> Yes, that should work. >> >> >> In my experience, the GUI gets slower and slower over time when I leave > Dolphin open. Prior to a few months ago, this did not happen. I would leave > Dolphin open for weeks (or months) at a time on my desktop computer. Since > a change a few months ago, I now close Dolphin each night. This keeps the > GUI acting relatively responsively. > > For this test, I have been running Dolphin from gdb for two days without > closing it. Today I can notice a slight decrease in GUI responsiveness > (very slight), but the messages in gdb are exactly the same. There are no > additional error messages or anything that looks abnormal. > > I'll continue this for another week or so and see if any messages change > and how much Dolphin slows down over time. > > So far the messages I see are similar to these. There are not many of > these: > > Empty filename passed to function > kf5.kservice.services: KMimeTypeTrader: mimeType "" not found > > inotify_add_watch("/home/user/Downloads/MyTemp") failed: "Permission > denied" > org.kde.knotifications: Audio notification requested, but sound file from > notifyrc file was not found, aborting audio notification > > Access to ' "/home/user/workspaces/xyz" ' denied, not owned by root, > executable flag not set. > > UdevQt: unhandled device action "bind" > UdevQt: unhandled device action "unbind" > > And only one message like each of these: > Trying to convert empty KLocalizedString to QString. > qt.accessibility.core: Cannot create accessible child interface for > object: PlacesView(0x5555558f33a0) index: 41 > > Other than that, the messages are mostly like this: > > [New Thread 0x7fff81ffb700 (LWP 15125)] > [Thread 0x7fff81ffb700 (LWP 15125) exited] > org.kde.dolphin: Saving view-properties to ... > > I would like to fix the permission issues and other issues, but I don't > see anything wrong with any permissions. I own the directories mentioned in > the messages. And I'm sure these messages are not related to the slow GUI > responsiveness issue I am troubleshooting now. > > > > One day later and now Dolphin is using over 5 GB of RAM. Specifically, pmap shows "total 5551616K" Is any other information required? If not, I will close and reopen Dolphin to free up all this memory and get Dolphin back to running snappy. Hmm, what's your usual workflow? Do you open a lot of tabs/windows with many files? Created attachment 113075 [details] attachment-9024-0.html On Mon, Jun 4, 2018 at 4:51 PM, Elvis Angelaccio <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=393977 > > --- Comment #13 from Elvis Angelaccio <elvis.angelaccio@kde.org> --- > Hmm, what's your usual workflow? Do you open a lot of tabs/windows with > many > files? > Thanks for following up. I do not do anything differently than I have done for the last ten years of using Dolphin. This behavior started a few months ago. I certainly do not "max out" Dolphin in any way. I generally use it only with a couple tabs open. I demand a lot more of Kate, for example, where I keep large projects open all the time. I would say I use Dolphin lightly. BTW, I love Dolphin. I think it is the best file manager on Linux. I'm not here to bash Dolphin. I'm just motivated to provide any feedback I can regarding this issue. I went ahead and closed Dolphin and reopened it. After that, pmap reports the following memory usage: total 853220K That's down from this amount just before I closed & reopened it: total 5551616K That's a reduction of 4698396 or around 4.5 GB. This is my guess: it looks like Dolphin memory usage grows by 1 GB per day on average and that after a couple days the UI becomes very sluggish. There have been various memory leaks that were fixed just this week, so it'd be great if you could test again after the release of KDE Applications 18.08 (16th of August). For now, I'll set this report to NEEDSINFO/LATER. 18.08 has been released for about a month now. Have you been able to update Dolphin and test this again? It'd be great to know if you do still experience this issue. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! I am running Dolphin 18.08.1 on Arch Linux. The problem still exists for me. To reproduce, let Dolphin stay open for a few days. Then add or remove a bookmark in the Places panel. Dolphin will freeze for several minutes. There are other symptoms of Dolphin being much slower than it was prior to the changes that were made a couple months before I first reported this issue. However, this bookmark test is an easy one to quantify. Previously, there was essentially no delay. Now, adding a bookmark makes Dolphin unresponsive for several seconds, and if Dolphin has been left open for a few days, that delay increases to several minutes. I may have more bookmarks in Dolphin than some people, but it is not an unreasonable number. Back on May 8, we discussed the size of my ~/.local/share/user-places.xbel file. It is currently 1192 lines. Anything else I can tell you? Following up on my last comment, the issue seems to have gotten a bit worse after 18.08.2. I used to leave Dolphin open for days and weeks at a time, with a number of tabs set up for longer term tasks. Now that I have to close Dolphin several times a day to keep it responsive, I see that Dolphin would benefit from saved/named sessions like those found in Kate. Running KDE Neon 18.04, since an update sometime in october, I've been noticing huge slowdowns with Dolphin also, I was out of country for a while so I had a big backlog of updates and can't nail down exactly when it started, am currently up to date on all packages. I average 6ish tabs open in dolphin, after some days, maybe only hours of general usage, I can see the dolphin process spike to 100% cpu when I am hovering over files, the animation of hovering over the files is also very lagged like its really struggling, the cpu spiking will stop if i dont move the mouse, and resume as I hover over another file, even simple small txt files. The same behavior is seen when switching tabs as well. I tried closing all tabs down to just 1 and it was noticeably better bug still laggy, only after fully restarting dolphin did I get normal fast performance again. I opened up a bunch of tabs (6) to various folders I work in and was still fast since the restart. I'm a programmer but not experienced in linux development, but this feels like a resource build up occurring that isn't getting cleaned up, causing heavy cpu work just to do basic things. I'd be happy to try debugging or monitoring logs as the issue returns but at the moment I wouldn't know where to start in that regard xD. Software: dolphin 18.08.3 plasma 5.14.4 frameworks 5.52.0 qt: 5.11.2 kernel: 4.15 The issue still exists. Software versions: dolphin 18.12.2 plasmashell 5.15.0 Qt version 5.12.1 I have also been noticing huge slowdowns with Dolphin for a while now. First noticed it around the time this bug was opened. My issues are the same as those already reported here. Previously, I was able to keep Dolphin open. Now I have to close Dolphin after each use. Software: dolphin 19.04.3 plasmashell 5.16.4 Qt 5.13.0 kernel: 5.2 I'm investigating slow UI responsiveness in Dolphin on my desktop & noticed this bug report. I also run Arch Linux. What caught my attention is this part of the report: "In particular, adding or moving a bookmark in the Places panel has a delay of several seconds." That is the same behavior I'm observing. Adding a new bookmark to Dolphin's Places sidebar has a long delay and it causes the Dolphin UI to freeze for this time. The same delay is seen if I edit the item in Places and change its display name, or remove an item. I timed dragging & dropping a local directory onto Places. It took 15 seconds for that item to appear in Places, but Dolphin was still unresponsive for an addition 10 seconds. It was about 25 seconds before I could navigate or use the UI. The delay is almost the same for a name change. Deleting an item from Places seems to require about 15 seconds. Other operations in Dolphin do not appear to be slow, and the overall experience is not slow. There is one thing I notice that it not mentioned by the OP. All KDE file-open dialogs open slowly. It takes about 2 seconds for the file-open dialog to display in Kate or any other application. GTK file-open dialogs are nearly instant. wc -l ~/.local/share/user-places.xbel 1649 I use KDE on a number of different devices. The computer used for the timings mentioned above has 128 GB of RAM, a Samsung Pro NVMe, nVidia RTX 2080 GPU and an Intel i9-9900K. It has 15 NFS shared folders mounted. It has a large & slow internal HDD that is only used for automated backups and I don't open this backup location in Dolphin anyway. close Dolphin mv ~/.local/share/user-places.xbel ~/.local/share/user-places.xbel.bak open Dolphin The above steps eliminate the slowness. That also eliminates all my Places bookmarks, so it is not a solution. For testing, it does indicate that the comment by Nate Graham (2018-05-08) is looking in the right direction. I was able to reproduce the bug adding many many entries to my bookmark menu and get a trace: Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 0x00007f01b57b2d39 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 (gdb) bt #0 0x00007f01b57b2d39 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #1 0x00007f01b57b3623 in QObject::~QObject() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #2 0x00007f01b6276257 in QAction::~QAction() () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #3 0x00007f01b627628d in QAction::~QAction() () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #4 0x00007f01b6403fdf in QMenu::clear() () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #5 0x00007f01b76a88e3 in KDEPrivate::KUrlNavigatorPlacesSelector::updateMenu (this=0x564235251f80) at /home/meven/kde/src/kio/src/filewidgets/kurlnavigatorplacesselector.cpp:72 #6 0x00007f01b57ab458 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #7 0x00007f01b572ba29 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #8 0x00007f01b76782b3 in KFilePlacesModel::Private::_k_reloadBookmarks (thi #0 0x00007f01b6a482a4 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5 #1 0x00007f01b6a48ae9 in QDomNode::namedItem(QString const&) const () from /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5 #2 0x00007f01b75c09ae in cd (node=..., name=..., create=<optimized out>) at /home/meven/kde/src/kbookmarks/src/kbookmark.cpp:48 #3 0x00007f01b75c3276 in KBookmark::metaData (this=this@entry=0x7ffeb71ba1a0, owner=..., create=create@entry=false) at /home/meven/kde/src/kbookmarks/src/kbookmark.cpp:586 #4 0x00007f01b75c47fd in KBookmark::metaDataItem (this=this@entry=0x7ffeb71ba1a0, key=...) at /home/meven/kde/src/kbookmarks/src/kbookmark.cpp:36 #5 0x00007f01b766dec8 in KFilePlacesItem::isDevice (this=this@entry=0x56423b41eea0) at /home/meven/kde/src/kio/src/filewidgets/kfileplacesitem.cpp:101 #6 0x00007f01b766f8b3 in KFilePlacesItem::data (this=0x56423b41eea0, role=0) at /home/meven/kde/src/kio/src/filewidgets/kfileplacesitem.cpp:164 #7 0x00007f01b767211b in KFilePlacesModel::data (this=0x564235563d10, index=..., role=<optimized out>) at /home/meven/kde/src/kio/src/filewidgets/kfileplacesmodel.cpp:538 #8 0x00007f01b7671f8f in KFilePlacesModel::text (this=<optimized out>, index=...) at /home/meven/kde/src/kio/src/filewidgets/kfileplacesmodel.cpp:439 #9 0x00007f01b76a8b55 in KDEPrivate::KUrlNavigatorPlacesSelector::updateMenu (this=0x56423554d790) at /home/meven/kde/src/kio/src/filewidgets/kurlnavigatorplacesselector.cpp:91 #10 0x00007f01b57ab458 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #11 0x00007f01b572ba29 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 The culprit is `KUrlNavigatorPlacesSelector::updateMenu` clears the whole menu for each place insertion or removal, twice over (because of dataChanged and rowsInserted connection). And the inner loop of updateMenu is not light. Making adding new places an exponentially slower operation. To solve this issue : 1/ We need to call updateMenu once per update to the model 2/ We need to make the update progress incremental idealy > I was able to reproduce the bug adding many many entries to my bookmark menu...
That's good news. Thanks for your work on this issue.
I would like to add an observation. In my case I do not have to add "many many" entries. Dolphin automatically adds entries for all mount points. The mere fact that my system has 15 NFS mounts and more than one local storage device is sufficient to cause this issue with a modest number of my own bookmark entries in Places.
If I delete these autogenerated entries from `user-places.xbel`, Dolphin puts them back -- even though I don't need or use them in Dolphin.
Maybe it would also help to have an option to tell this code to ignore certain mounts?
(In reply to MountainX from comment #27) > > I would like to add an observation. In my case I do not have to add "many > many" entries. Dolphin automatically adds entries for all mount points. The > mere fact that my system has 15 NFS mounts and more than one local storage > device is sufficient to cause this issue with a modest number of my own > bookmark entries in Places. Fixing this bug could fix the issue you are describing. If not, it sounds like it is a different bug and we might want to open a new bug with your specific case. Wait to see once this bug is resolved fix your issue before opening a new one. > > If I delete these autogenerated entries from `user-places.xbel`, Dolphin > puts them back -- even though I don't need or use them in Dolphin. > > Maybe it would also help to have an option to tell this code to ignore > certain mounts? Right click on the entry in the place menu > Hide, it's that simple. It works on places groups too, and can be undone using the "show hidden places" of the groups context menu. >> Maybe it would also help to have an option to tell this code to ignore
>> certain mounts?
>Right click on the entry in the place menu > Hide, it's that simple.
That does not remove the items from ~/.local/share/user-places.xbel
Instead of "hide" I was suggesting an "ignore" feature that would avoid placing unwanted system mount points in user-places.xbel. The name of the file implies they are user-places, which seems to indicate it should contain only entries the user is interested in. Just my thoughts.
Thank you for your work on this issue!
Git commit 60475571926d79ffad90061985f39c3ce9c686d1 by David Faure, on behalf of Méven Car. Committed on 22/05/2020 at 17:53. Pushed by dfaure into branch 'master'. KUrlNavigatorPlacesSelector: only update once the menu on changes Previously the updateMenu function was called twice for each place added/removed. M +2 -0 src/filewidgets/kfileplacesmodel.cpp M +7 -0 src/filewidgets/kfileplacesmodel.h M +1 -5 src/filewidgets/kurlnavigatorplacesselector.cpp https://invent.kde.org/frameworks/kio/commit/60475571926d79ffad90061985f39c3ce9c686d1 I look forward to testing git commit 60475571926d79ffad90061985f39c3ce9c686d1. Thanks for the working being done on it. I believe that fix will help with the issue of changes to the Places bookmarks being very slow. In the OP and the comments of this bug report at least two other issues are mentioned: 1. a memory leak 2. Dolphin and KDE file-open dialogs in all KDE applications open slowly. It takes about 2 seconds for the file-open dialog to display in Kate or any other application. The memory leak may not be related to this issue (Dolphin slow for specific operations) so I won't say more about it. However, the Places bookmarks are related to the long delay in Dolphin and KDE file-open dialogs opening up. I state this because when I delete ~/.local/share/user-places.xbel, the issue goes away and these dialogs (and Dolphin) open very quickly. That should be easy to confirm. If you make a large enough bookmarks list to see the problem on adding or editing a bookmark, you should also see file-open dialogs become slow to come up. My question is should I make a separate bug report or is this likely related to the fixes being done here? (In reply to MountainX from comment #31) > I look forward to testing git commit > 60475571926d79ffad90061985f39c3ce9c686d1. Thanks for the working being done > on it. I believe that fix will help with the issue of changes to the Places > bookmarks being very slow. > > In the OP and the comments of this bug report at least two other issues are > mentioned: > > 1. a memory leak > 2. Dolphin and KDE file-open dialogs in all KDE applications open slowly. It > takes about 2 seconds for the file-open dialog to display in Kate or any > other application. > > The memory leak may not be related to this issue (Dolphin slow for specific > operations) so I won't say more about it. > > However, the Places bookmarks are related to the long delay in Dolphin and > KDE file-open dialogs opening up. I state this because when I delete > ~/.local/share/user-places.xbel, the issue goes away and these dialogs (and > Dolphin) open very quickly. > > That should be easy to confirm. If you make a large enough bookmarks list to > see the problem on adding or editing a bookmark, you should also see > file-open dialogs become slow to come up. The same underlying code is used in Dolphin and KF File Open dialogs, that is expected. > > My question is should I make a separate bug report or is this likely related > to the fixes being done here? Separate always for different things. As bug fixer We don't have time to read N comments, the more specific bugs the easiest and quickest it is to solve. And use good naming "Dolphin has become slow recently" could have been more precisely "Creating of moving places freezes dolphin for seconds" Then let bug triage group the bugs if needed. Like here there could have been a bug reported for File dialogs too and we would have marked one of the two duplicate of the other. Created attachment 128965 [details] attachment-14445-0.html I'm the original reporter of bug 393977 <https://bugs.kde.org/show_bug.cgi?id=393977> Thanks for working on it. > 2. Dolphin and KDE file-open dialogs in all KDE applications open slowly. It > takes about 2 seconds for the file-open dialog to display in Kate or any > other application. I also see that same issue. I opened a separate bug report for it. Bug 422306 <https://bugs.kde.org/show_bug.cgi?id=422306> If you see the same issue, comment at that bug report. On Wed, May 27, 2020 at 1:21 AM Méven Car <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=393977 > > Méven Car <meven29@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Component|general |general > CC| |kdelibs-bugs@kde.org > Resolution|--- |FIXED > Status|CONFIRMED |RESOLVED > Assignee|dolphin-bugs-null@kde.org |faure@kde.org > Version Fixed In| |5.71 > Latest Commit| | > https://invent.kde.org/fram > | > |eworks/kio/commit/604755719 > | > |26d79ffad90061985f39c3ce9c6 > | |86d1 > Version|18.04.0 |5.70.0 > Product|dolphin |frameworks-kio > > --- Comment #32 from Méven Car <meven29@gmail.com> --- > (In reply to MountainX from comment #31) > > I look forward to testing git commit > > 60475571926d79ffad90061985f39c3ce9c686d1. Thanks for the working being > done > > on it. I believe that fix will help with the issue of changes to the > Places > > bookmarks being very slow. > > > > In the OP and the comments of this bug report at least two other issues > are > > mentioned: > > > > 1. a memory leak > > 2. Dolphin and KDE file-open dialogs in all KDE applications open > slowly. It > > takes about 2 seconds for the file-open dialog to display in Kate or any > > other application. > > > > The memory leak may not be related to this issue (Dolphin slow for > specific > > operations) so I won't say more about it. > > > > However, the Places bookmarks are related to the long delay in Dolphin > and > > KDE file-open dialogs opening up. I state this because when I delete > > ~/.local/share/user-places.xbel, the issue goes away and these dialogs > (and > > Dolphin) open very quickly. > > > > That should be easy to confirm. If you make a large enough bookmarks > list to > > see the problem on adding or editing a bookmark, you should also see > > file-open dialogs become slow to come up. > > The same underlying code is used in Dolphin and KF File Open dialogs, that > is > expected. > > > > > My question is should I make a separate bug report or is this likely > related > > to the fixes being done here? > > Separate always for different things. > > As bug fixer We don't have time to read N comments, the more specific bugs > the > easiest and quickest it is to solve. > And use good naming "Dolphin has become slow recently" could have been more > precisely "Creating of moving places freezes dolphin for seconds" > > Then let bug triage group the bugs if needed. > Like here there could have been a bug reported for File dialogs too and we > would have marked one of the two duplicate of the other. > > -- > You are receiving this mail because: > You reported the bug. |