Cant's search remote folder from Dolphin

Hello,

After an update ( i believe the one before the jump to Plasma 5.9 - i’m on Tumbleweed ) i stop being able to search on remote folders from Dolphin.

It keeps on “Searching” without ever giving back any result…

Does anyone have a clue about this?

Thanks

Anyone?! :slight_smile:

I’m not using Plasma 5.9 so can only offer general advice. Any particular remote filesystem protocol? (sftp, ssh, smb,…)

If it is really a problem with Dolphin, then the following approach may help to debug (dolphin-debuginfo may be required before using gdb)

From a terminal launch dolphin with

~> gdb dolphin

(gdb) set follow-fork-mode child
(gdb) run

Try searching/browsing the remote filesystem in question.

Hi

Thank you for your reply :smiley:

I get this as a result:

Starting program: /usr/bin/dolphin 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7fffdff31700 (LWP 13677)]
[New Thread 0x7fffde148700 (LWP 13678)]
[New Thread 0x7fffcf533700 (LWP 13679)]
Cannot creat accessible child interface for object:  PlacesView(0xcb65b0)  index:  12
[New process 13689]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
process 13689 is executing new program: /usr/bin/testparm
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[Inferior 2 (process 13689) exited normally]
Missing separate debuginfos, use: zypper install samba-client-debuginfo-4.5.3-2.1.x86_64
(gdb) QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
Trying to convert empty KLocalizedString to QString.

It stays like this endlessly…

I already tried whit samba-client-debuginfo-4.5.3-2.1.x86_64 installed but got the same info plus a request to install dozens of more debuginfo packages.

Also, i found that Dolphin running from Root works fine…

Try a different user could be your plasma configs are broken or no longer compatible

Is there a way i can reset dolphin’s configs?

First try a different regular user

~/.config/dolphinrc I believe holds it’s settings

With new user it worked fine. So, I went into ~/.config/dolphinrc, made a backup of the file and then deleted it. Restarted Dolphin and everything started working again :smiley: (had to remake a few configurations, but a couple of minutes later it was perfect again)!!!

Thank you so much :smiley:

No problem :wink: