Version: 3.4.2 (using KDE 3.4.2 Level "a" , SUSE 9.3 UNSUPPORTED) Compiler: gcc version 3.3.5 20050117 (prerelease) (SUSE Linux) OS: Linux (i686) release 2.6.11.4-21.8-default I have <ActionList name="viewmode_toolbar" /> in konqueror.rc and one toolbar for all icons (the main toolbar, see screenshots). When I browse "media:/" everything is OK, but when I e.g. browse "media:/sda1" (my USB stick) the viewmode_toolbar icons are not there. The same goes for "smb:/machine/" URLs. I don't know if this is related to kio_media returning an incorrect mediatype or something, but I'd be glad if you could have a look into this. Thank you, Jens
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.