I'm running Kubuntu 16.04.2 and recently added the ppa:kubuntu-ppa/backports repo.
After adding the repo and updating packages, everything seemed to work O.K. until I started Dolphin. Dolphin starts up, but then displays an error:
When I click on any of the listed Places or Devices the error is redisplayed and no file listings appear. This only started happening after loading the repo. I did apt-get update and apt-get dist-upgrade after adding the repo.
When starting Dolphin via a the command line, the following appears.
And the last line is repeated every few seconds. The library file "file.so" does not exist on my system and I believe it is not in the Xenial package list.
After adding the repo and updating packages, everything seemed to work O.K. until I started Dolphin. Dolphin starts up, but then displays an error:
Unable to create io-slave. klauncher said: Error loading '/usr/lib/i386-linux-gnu/qt5/plugins/kf5/kio/file.so'.
When starting Dolphin via a the command line, the following appears.
Code:
john@John-Desktop:~$ dolphin Trying to convert empty KLocalizedString to QString. Cannot creat accessible child interface for object: PlacesView(0xa0f9928) index: 7 kf5.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/i386-linux-gnu/qt5/plugins/kf5/kio/trash.so'.\n" kf5.kio.core: "Unable to create io-slave. klauncher said: Error loading '/usr/lib/i386-linux-gnu/qt5/plugins/kf5/kio/trash.so'.\n" kf5.kio.core: "Unable to create io-slave. klauncher said: Error loading '/usr/lib/i386-linux-gnu/qt5/plugins/kf5/kio/trash.so'.\n" kf5.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/i386-linux-gnu/qt5/plugins/kf5/kio/file.so'.\n" kf5.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/i386-linux-gnu/qt5/plugins/kf5/kio/file.so'.\n" kf5.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/i386-linux-gnu/qt5/plugins/kf5/kio/file.so'.\n" kf5.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/i386-linux-gnu/qt5/plugins/kf5/kio/file.so'.\n" kf5.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/i386-linux-gnu/qt5/plugins/kf5/kio/file.so'.\n" kf5.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/i386-linux-gnu/qt5/plugins/kf5/kio/file.so'.\n" kf5.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/i386-linux-gnu/qt5/plugins/kf5/kio/file.so'.\n" kf5.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/i386-linux-gnu/qt5/plugins/kf5/kio/file.so'.\n" kf5.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/i386-linux-gnu/qt5/plugins/kf5/kio/file.so'.\n"
Comment