Bug 111356 - viewmode_toolbar is not shown for media:/ locations
Summary: viewmode_toolbar is not shown for media:/ locations
Status: RESOLVED NOT A BUG
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 3.4.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-23 16:22 UTC by Jens
Modified: 2007-03-06 00:35 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
konq-toolbar-bug.png (57.49 KB, image/png)
2005-08-23 16:30 UTC, Jens
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jens 2005-08-23 16:22:22 UTC
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
Comment 1 Jens 2005-08-23 16:30:00 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
Comment 2 Ron 2005-09-24 17:56:53 UTC
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.
Comment 3 Jean Labrousse 2005-11-14 12:59:13 UTC
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.


Comment 4 Jens 2005-11-14 14:04:39 UTC
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.
Comment 5 Joerg de la Haye 2006-02-13 15:03:14 UTC
I'd like to support Rons statement, but we are not alone, have a look at Bug 119781.
Comment 6 Philip Rodrigues 2007-01-06 23:12:48 UTC
Does this problem still exist in 3.5?
Comment 7 lexual 2007-03-06 00:35:08 UTC
Feedback timeout.
This bug will be reopened if additional information is provided.