[Bug 510018] Re: Cannot delete file with bad filename

2011-10-02 Thread rubengs
I use this scrpt to fix such bad filke names: 

#!/bin/bash

#NTFS to UTF-8

if [ $# -gt 0 ];then

convmv -f cp850 -t utf-8 -r --notest $@| zenity --progress
--pulsate --text=conversion in progress --auto-close

fi

exit 0

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in Ubuntu.
https://bugs.launchpad.net/bugs/510018

Title:
  Cannot delete file with bad filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/510018/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 510018] Re: Cannot delete file with bad filename

2011-02-04 Thread Bug Watch Updater
** Changed in: kdebase
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.
https://bugs.launchpad.net/bugs/510018

Title:
  Cannot delete file with bad filename

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 510018] Re: Cannot delete file with bad filename

2010-03-20 Thread Bug Watch Updater
** Changed in: kdebase
   Status: Unknown = Won't Fix

-- 
Cannot delete file with bad filename
https://bugs.launchpad.net/bugs/510018
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 510018] Re: Cannot delete file with bad filename

2010-03-20 Thread Jonathan Thomas
** Changed in: kdebase (Ubuntu)
   Status: New = Won't Fix

-- 
Cannot delete file with bad filename
https://bugs.launchpad.net/bugs/510018
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 510018] Re: Cannot delete file with bad filename

2010-03-19 Thread Manish Sinha
** Also affects: kdebase via
   http://bugs.kde.org/show_bug.cgi?id=165044
   Importance: Unknown
   Status: Unknown

-- 
Cannot delete file with bad filename
https://bugs.launchpad.net/bugs/510018
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 510018] Re: Cannot delete file with bad filename

2010-03-06 Thread Harald Sitter
** Package changed: dolphin (Ubuntu) = kdebase (Ubuntu)

-- 
Cannot delete file with bad filename
https://bugs.launchpad.net/bugs/510018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 510018] Re: Cannot delete file with bad filename

2010-01-31 Thread tdn
I also has this bug. This is really horrible. I cannot do anything with files 
from my mobile phone. My mobile phone records sound files that include a 
$'\370' char in the file name. Thus, when I have imported files, I cannot move, 
delete, rename or open them. I have to go to the shell and rename them with a 
shellscript. 
Why is this WONTFIX in upstream?
Is there any chance Ubuntu/Kubuntu devs are going to address this themselves 
without upstream? I mean, it is really a big problem for people in non-english 
speaking contries.

-- 
Cannot delete file with bad filename
https://bugs.launchpad.net/bugs/510018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 510018] Re: Cannot delete file with bad filename

2010-01-31 Thread tdn

This is from upstream bug-report:
``We will no longer support broken encodings in KDE. We have had transition code
for several years (at least since 2003) and I think 5 years is enough time for
people to finish transitioning to UTF-8 environments.

This bug is about broken-encoded files. *Properly* encoded filenames should be 
working and if they aren't, please open a new bug report on the subject.

You will hate me for this, but this bug is a WONTFIX. 5 years is enough time.
If in 5 years you haven't renamed all your files, you should use the terminal
to do it. 

More info on why this is close to impossible to implement:
http://lists.kde.org/?l=kde-core-develm=122025063320264w=2

Do *not* reopen the bug.''


-


I think their reasons for not supporting broken encodings are valid. However, I 
think that at least they should provide a tool for fixing the broken encodings. 
E.g. allowing the user to rename the files to a correct encoding.

-- 
Cannot delete file with bad filename
https://bugs.launchpad.net/bugs/510018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 510018] Re: Cannot delete file with bad filename

2010-01-22 Thread Per Ångström
If you don't have a bad filename, this attached archive contains such
a file.

** Attachment added: iso885915.tar
   http://launchpadlibrarian.net/38216111/iso885915.tar

-- 
Cannot delete file with bad filename
https://bugs.launchpad.net/bugs/510018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 510018] Re: Cannot delete file with bad filename

2010-01-22 Thread Per Ångström
It's not just about deleting the file. Dolphin isn't able to pass the
filename to the application it launches if I try to open the file.
Nautilus handles this fine.

-- 
Cannot delete file with bad filename
https://bugs.launchpad.net/bugs/510018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 510018] Re: Cannot delete file with bad filename

2010-01-22 Thread Per Ångström
The upstream bug is https://bugs.kde.org/show_bug.cgi?id=165044 . But
don't expect it to be fixed - it is marked WONTFIX. There are plenty of
duplicate bugs on the same issue.

** Bug watch added: KDE Bug Tracking System #165044
   http://bugs.kde.org/show_bug.cgi?id=165044

-- 
Cannot delete file with bad filename
https://bugs.launchpad.net/bugs/510018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs