Bug 139491 - system: and media: URLs fail to display files/directories if a mounted CD/DVD has a Cyrillic title
Summary: system: and media: URLs fail to display files/directories if a mounted CD/DVD...
Status: RESOLVED NOT A BUG
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-02 09:12 UTC by Leo Davis
Modified: 2011-06-03 20:48 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
The error dialog displayed (9.04 KB, image/png)
2007-01-02 09:14 UTC, Leo Davis
Details
A simple ISO with a Cyrillic title (368.00 KB, application/octet-stream)
2007-01-02 09:21 UTC, Leo Davis
Details
error dialog (59.27 KB, image/jpeg)
2008-11-21 16:21 UTC, vladik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Davis 2007-01-02 09:12:43 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    SuSE RPMs
Compiler:          gcc 4.1.2 
OS:                Linux

1)Insert a CD or DVD with a Cyrillic title.
2)Select "open the CD in a new window" and click on OK in the automount dialog.
3)Observe the error dialog "The file or folder /media/<garbage> does not exist."  Click OK.
5)Observe that the "media:/<drivename>" URL doesn't contain any directories or files
6)Open the "system:/media" URL
7)Observe that the disk is mounted.
8)Click on the mounted disk.
9)Observe the error dialog "The file or folder /media/<garbage> does not exist."  Click OK.
10)Observe no files/directories appear.
11)Enter the media mountpoint as a file name (on SUSE linux, this is /media)
12)Observe that the media volume mounted OK, and that the files and folders are there.
Comment 1 Leo Davis 2007-01-02 09:14:47 UTC
Created attachment 19078 [details]
The error dialog displayed
Comment 2 Leo Davis 2007-01-02 09:21:21 UTC
Created attachment 19079 [details]
A simple ISO with a Cyrillic title

This small ISO is suitable for burning onto a CD.
Comment 3 Tarmo Johannes 2007-04-08 08:49:35 UTC
I have had the same problem - opening data cd or dvd with cyrillic tiltel via media:/... does not work exactly the same way. However, opening the folder where the dirve is mounted to ("/media/Мой диск" for example)without the 'system:' prefix, works perfectly.

tarmo
Comment 4 vladik 2008-11-21 16:21:40 UTC
Created attachment 28732 [details]
error dialog
Comment 5 vladik 2008-11-21 16:24:12 UTC
Same problem with any media (cd dvd usb-flash) with cirillic label 
Comment 6 vladik 2008-11-24 10:39:01 UTC
I find solution http://alt.linux.kiev.ua/srpm/kdebase/patches/24
--- kdebase-3.5.7/kioslave/media/mediamanager/halbackend.cpp~	2007-06-14 14:55:39 +0400
+++ kdebase-3.5.7/kioslave/media/mediamanager/halbackend.cpp	2007-06-14 16:30:17 +0400
@@ -457,7 +457,7 @@ void HALBackend::setVolumeProperties(Med
 
     medium->mountableState(
         libhal_volume_get_device_file(halVolume),		/* Device node */
-        libhal_volume_get_mount_point(halVolume),		/* Mount point */
+        QString::fromUtf8(libhal_volume_get_mount_point(halVolume)),		/* Mount point */
         libhal_volume_get_fstype(halVolume),			/* Filesystem type */
         libhal_volume_is_mounted(halVolume) );			/* Mounted ? */
 
 
Comment 7 Martin Koller 2011-06-03 20:48:05 UTC
media:/ no longer exists in KDE4