Summary: | viewmode_toolbar is not shown for media:/ locations | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Jens <jens-bugs.kde.org> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | lex.lists |
Priority: | NOR | ||
Version: | 3.4.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | konq-toolbar-bug.png |
Description
Jens
2005-08-23 16:22:22 UTC
Screenshots attached. SMB locations do not work either. This seems to be not specific to kio_media. Created an attachment (id=12348) konq-toolbar-bug.png I have the same problem here on Debian unstable (updated the 22 sept 2005). And, the View Mode is not kept when I use the media:/ path to browse my disk drive. This is very annoying... Ron. This problem comes from direct compare between folder mime-type and supported mimetype by the viewer. X-KDE-IsAlso=inode/directory is not interpreted correctly in several lines of code, we have : (konq_view.cc) m_serviceType == serviceType and it should be KMimeType::mimeType(serviceType)->is(m_serviceType) An other place is KServiceTypeProfile::offers. Maybe somebody did this on purpose? Since the tree view does not work correctly with smb:// anyway, this kind of avoids a different bug (Bug 114297 and IIRC some others). This also seems to be related to Bug 86155. I'd like to support Rons statement, but we are not alone, have a look at Bug 119781. Does this problem still exist in 3.5? Feedback timeout. This bug will be reopened if additional information is provided. |