This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Dolphin slow start - 6 seconds

Tags: None
(comma "," separated)
User avatar
mathewm
Registered Member
Posts
11
Karma
0
OS

Dolphin slow start - 6 seconds

Fri Apr 19, 2019 8:15 pm
Hi everyone!

I'm trying to troubleshoot why Dolphin takes such a long time (about 6 seconds) to start on my brand new laptop. The issue is not related to hardware performance (starts Gimp in less than 4 seconds). Tons off googling has not helped me out.

I've tried the following:
- Clearing the cache.
- Ensured that no network drives are mounted at start.
- Stopping dropbox service.
- Reinstalling dolphin.
- Removed /.config/dolphinrc
- Ensured that I do not have much data in my home directory.
- Checked that speed does not increase when i start dolphin in a different directory.

Command line output:
Code: Select all
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "stash"
org.kde.dolphin: Ignore KIO url: QUrl("timeline:/today")
org.kde.dolphin: Ignore KIO url: QUrl("timeline:/yesterday")
org.kde.dolphin: Ignore KIO url: QUrl("timeline:/thismonth")
org.kde.dolphin: Ignore KIO url: QUrl("timeline:/lastmonth")
org.kde.dolphin: Ignore KIO url: QUrl("search:/documents")
org.kde.dolphin: Ignore KIO url: QUrl("search:/images")
org.kde.dolphin: Ignore KIO url: QUrl("search:/audio")
org.kde.dolphin: Ignore KIO url: QUrl("search:/videos")
qt.accessibility.core: Cannot create accessible child interface for object:  PlacesView(0x555dd0025af0)  index:  6
kf5.kio.core: KSambaShare: Could not find smb.conf!
inotify_add_watch("/home/mattias/.dropbox/aggregation.dbx") failed: "No such file or directory"

It pauses after the first line and right before "kf5.kio.core: KSambaShare: Could not find smb.conf!".

I'm running Kubuntu 18.04 with Plasma 5.12.07 and Dolphin 17.12.3.

Any suggestions on what I could try next?
User avatar
Mamarok
Manager
Posts
6071
Karma
16
OS

Re: Dolphin slow start - 6 seconds

Sat Apr 20, 2019 8:47 pm
It obviously expects a working Samba installation, which can't be found. Check your samba installation first.


Running Kubuntu 22.10 with Plasma 5.26.3, Frameworks 5.100.0, Qt 5.15.6, kernel 5.19.0-23 on Ryzen 5 4600H, AMD Renoir, X11
FWIW: it's always useful to state the exact Plasma version (+ distribution) when asking questions, makes it easier to help ...
User avatar
mathewm
Registered Member
Posts
11
Karma
0
OS

Re: Dolphin slow start - 6 seconds

Tue Apr 23, 2019 7:37 pm
Mamarok wrote:It obviously expects a working Samba installation, which can't be found. Check your samba installation first.


Thank you! I installed samba, the smb.conf error is gone but it still takes 6 seconds to start dolphin. The rest of the output looks the same. :(

Any other ideas?
User avatar
mathewm
Registered Member
Posts
11
Karma
0
OS

Re: Dolphin slow start - 6 seconds

Sat Jun 01, 2019 6:56 pm
Shameless bump.

Any logfiles, tools i can use to troubleshoot this?
User avatar
Mamarok
Manager
Posts
6071
Karma
16
OS

Re: Dolphin slow start - 6 seconds

Mon Jun 03, 2019 1:25 pm
Sorry, totally overlooked this. Since you installed samba, I guess something has change in the output you get when you start it from the command line, care to show it?


Running Kubuntu 22.10 with Plasma 5.26.3, Frameworks 5.100.0, Qt 5.15.6, kernel 5.19.0-23 on Ryzen 5 4600H, AMD Renoir, X11
FWIW: it's always useful to state the exact Plasma version (+ distribution) when asking questions, makes it easier to help ...
User avatar
mathewm
Registered Member
Posts
11
Karma
0
OS

Re: Dolphin slow start - 6 seconds

Tue Jul 23, 2019 8:28 pm
Sorry, missed your reply. It's the same as above without the samba line:
Code: Select all
.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "stash"
org.kde.dolphin: Ignore KIO url: QUrl("timeline:/today")
org.kde.dolphin: Ignore KIO url: QUrl("timeline:/yesterday")
org.kde.dolphin: Ignore KIO url: QUrl("timeline:/thismonth")
org.kde.dolphin: Ignore KIO url: QUrl("timeline:/lastmonth")
org.kde.dolphin: Ignore KIO url: QUrl("search:/documents")
org.kde.dolphin: Ignore KIO url: QUrl("search:/images")
org.kde.dolphin: Ignore KIO url: QUrl("search:/audio")
org.kde.dolphin: Ignore KIO url: QUrl("search:/videos")
qt.accessibility.core: Cannot create accessible child interface for object:  PlacesView(0x560d760f7900)  index:  7
inotify_add_watch("/home/mattias/.dropbox/aggregation.dbx") failed: "No such file or directory"


The 'ignore' lines seems ok and disabling the dropbox service does not help. :(
User avatar
Mamarok
Manager
Posts
6071
Karma
16
OS
Is this a standard installation of Kubuntu or did you remove or add some components? FWIW an upgrade might be a good idea...


Running Kubuntu 22.10 with Plasma 5.26.3, Frameworks 5.100.0, Qt 5.15.6, kernel 5.19.0-23 on Ryzen 5 4600H, AMD Renoir, X11
FWIW: it's always useful to state the exact Plasma version (+ distribution) when asking questions, makes it easier to help ...
User avatar
mathewm
Registered Member
Posts
11
Karma
0
OS

Re: Dolphin slow start - 6 seconds

Wed Jul 24, 2019 6:42 pm
I have one suspect. It is kio-gdrive (google drive integration for dolphin).
But I have uninstalled it, it is not visible in the Services list or in Networks.

I'm running Kubuntu 18.04 and all packages are up to date.
I have also run apt autoremove and it is clean.

There seems not to be any verbose option.
Any log file or setting i could check?
User avatar
Mamarok
Manager
Posts
6071
Karma
16
OS

Re: Dolphin slow start - 6 seconds

Wed Jul 24, 2019 9:26 pm
You could check the lines under
Code: Select all
[Open-with settings]

in the file .config/dolphinrc which is in your home directory (the .config/ path is hidden, you can activate this view in Dolphin with the combination Alt+.)

AFAIK Kubuntu 18.04 ships a much older Plasma, and therefore also Dolphin. My current one here is 19.04.3


Running Kubuntu 22.10 with Plasma 5.26.3, Frameworks 5.100.0, Qt 5.15.6, kernel 5.19.0-23 on Ryzen 5 4600H, AMD Renoir, X11
FWIW: it's always useful to state the exact Plasma version (+ distribution) when asking questions, makes it easier to help ...
User avatar
mathewm
Registered Member
Posts
11
Karma
0
OS

Re: Dolphin slow start - 6 seconds

Fri Jul 26, 2019 7:32 pm
I removed .config/dolphinrc multiple times and it is currently:
Code: Select all
[General]
Version=200
ViewPropsTimestamp=2019,7,26,19,21,25

[MainWindow]
Height 1080=500
MenuBar=Disabled
State=AAAA/wAAAAD9AAAAAwAAAAAAAAC4AAABzvwCAAAAAvsAAAAWAGYAbwBsAGQAZQByAHMARABvAGMAawAAAAAA/////wAAAAoBAAAD+wAAABQAcABsAGEAYwBlAHMARABvAGMAawEAAAAmAAABzgAAAFoBAAADAAAAAQAAAAAAAAAA/AIAAAAB+wAAABAAaQBuAGYAbwBEAG8AYwBrAAAAAAD/////AAAACgEAAAMAAAADAAAAAAAAAAD8AQAAAAH7AAAAGAB0AGUAcgBtAGkAbgBhAGwARABvAGMAawAAAAAA/////wAAAAoBAAADAAACNQAAAc4AAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAQAAABYAbQBhAGkAbgBUAG8AbwBsAEIAYQByAQAAAAD/////AAAAAAAAAAA=
ToolBarsMovable=Disabled
Width 1920=750


Still slow to start.
User avatar
mathewm
Registered Member
Posts
11
Karma
0
OS

Re: Dolphin slow start - 6 seconds

Fri Jul 26, 2019 8:09 pm
I upgraded to 19.04 and that resolved the issue.

Thank you for your replies!


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], lockheed