Hi everybody!
Now that CeBIT is over, it's time to deal with other things again...
David Timms wrote:
> qt-3.3.8b-2.fc8
[...]
> Actually ext3fs over lvm:
> /dev/mapper/VolGroup00-lvmedia on /home/media type ext3 (rw)
> /dev/mapper/vg2-lvbigdisk on /home/bigdisk type ext3 (rw)
[...]
> fedora 8: Linux davidtdesktop 2.6.23.15-137.fc8 #1 SMP Sun Feb 10
> 17:48:34 EST 2008 i686 athlon i386 GNU/Linux
I see no reason why this setup should fail to open filenames with a
colon in them.
>>The error message seems to come from the QUrlOperator class - more
>>precisely, from QUrlOperator::startOperation() - which is used inside
>>the QFileDialog. But I can't figure out why that blows a fuse on your
>>system while it works on mine. :-(
>
> OK, tried: /home/media/dvb/A:B.mpg
> and that is OK, creates .idx fine, and looks normal. This is with the
> same source file that is a problem in the other path.
>
> Tried a few others, and narrowed it down to issue with either:
> dvbcut A.B\:C.mpg {from that dvb dir below}
> dvbcut /home/media/dvb/A.B\:C.mpg
Hmm. I don't know what Qt does with the backslash. Probably leaves it
alone and passes it open(). The shell, on the other hand, will remove it.
> but the following are OK:
> dvbcut /home/media/X.Y/A.mpg
> dvbcut /home/media/X.Y/A:mpg
> dvbcut /home/media/X\:Y/A\:mpg
> dvbcut /home/media/X.Y\:Z/A\:mpg
>
> I guess that means someone is assuming a filename that includes more
> than 1 dot and a colon "must be a URL" :-( even if it looks nothing like a:
> protocol://somepath
That would be a pretty stupid heuristics. By the way, in a real URL, the
colon always comes before the dots. And it's followed by "//", so there
is little chance to misinterpret it.
> AFAIK having multiple dots in a filename or path is perfectly legit in
> most modern file systems. {Colons are no go in windows, as you mention.}
Even Windows allows multiple dots nowadays.
Could you please run "strace -o log dvbcut", try to open the files,
quit, compress (gzip/bzip2) the log file and send it to me?
--
Michael "Tired" Riepe <[EMAIL PROTECTED]>
X-Tired: Each morning I get up I die a little
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
DVBCUT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvbcut-user