On Wed, 16 Aug 2006 21:44:47 +0000, Danny Milosavljevic wrote:
Simpler example:
LC_ALL=C exo-open 'bla "blo".txt'
Error org.freedesktop.DBus.GLib.UnmappedError.GFileErrorQuark.Code4:
Shouldn't you have to do 'bla \"blo\".txt'?
It may require (for some unknown reason) for you to escape the doble quotes.
As you see here, thunar tries to open a file without the quotes, so it can't find it.
Thunar: Failed to open "/home_var/home/dannym/Desktop/bla blo.txt": Failed
to stat file "/home_var/home/dannym/Desktop/bla blo.txt": No such file or
directory
stat 'bla "blo".txt'
File: „bla "blo".txt"
Size: 5 Blocks: 1 IO Block: 65536 reguläre Datei
Device: fd00h/64768d Inode: 5807093 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 1000/ dannym) Gid: ( 1000/ dannym)
Access: 2006-08-16 23:50:53.000000000 +0200
Modify: 2006-08-16 23:50:49.000000000 +0200
Change: 2006-08-16 23:51:06.067235724 +0200
cheers,
Danny
--
Cheers,
Rodrigo
_______________________________________________ Thunar-dev mailing list [email protected] http://foo-projects.org/mailman/listinfo/thunar-dev
