Bug 323094 - Dolphin takes a long time to open
Summary: Dolphin takes a long time to open
Status: RESOLVED DUPLICATE of bug 283081
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 4.10.5
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-02 03:25 UTC by Josh Liberty
Modified: 2013-08-02 06:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Liberty 2013-08-02 03:25:03 UTC
Dolphin takes something like 10 seconds to open (even opening a new window when one already exists!). This is the log:

[caligula@arch ~]$ dolphin
Object::connect: No such signal QDBusAbstractInterface::DeviceAdded(QString)
Object::connect: No such signal QDBusAbstractInterface::DeviceRemoved(QString)
"/org/freedesktop/UDisks2/drives/HL_DT_ST_DVDRAM_GT51N_M3JC5O63530" : property "Drive" does not exist 
"/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3340084HURL9A" : property "Drive" does not exist 
"/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3340084HURL9A" : property "DeviceNumber" does not exist 
"/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3340084HURL9A" : property "Device" does not exist 
dolphin(18258)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Permission denied
QFileSystemWatcher: failed to add paths: /home/lost+found
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Permission denied
QFileSystemWatcher: failed to add paths: /lost+found
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Permission denied
QFileSystemWatcher: failed to add paths: /root


Reproducible: Always
Comment 1 Frank Reininghaus 2013-08-02 06:52:50 UTC
Thanks for the bug report. This looks like it might be a problem with the Solid library that has been reported before (there are several bug reports about Solid blocking the application on startup: bug 283081, bug 322494).

If you debug this issue with GDB (instructions are in bug 283081) and you find that this is not related to Solid, please let us know.Thanks.

*** This bug has been marked as a duplicate of bug 283081 ***