Can't open a file with spaces on the filename.

Lets say I have a file:
/home/orv/Open - Me - Please.txt
When I double click to open that file with any program, the result is something like this:
"Unable to find /home/orv/Open%20-%20Me%20-%20Please.txt"
I'm not sure what to call that process of converting the file name so I've been unable to google it up to find a fix or a way to change the behavior of the file manager.
I've checked the settings in Nautilus and nothings there. Any clues? Thank you!
Last edited by orv (2007-12-14 23:11:59)

I tried removing everything in my home directory to erase all settings, still the same problem.
I tried using a different file manager and still the same problem.
Here's another example of my problem and its quirks:
Lets say I have a file called:
/home/orv/I am a Movie.avi
In nautilus or thunar, double-clicking that file so I can play it with Mplayer will give an error:
Failed to open file:///home/orv/I%20am%20a%20Movie.avi
However, when I drag and drop using the file manager into Mplayer, it works.
So my problem is this automatic conversion of whitespaces into the %20 which I don't know how to turn off.

Similar Messages

  • Issue with FTP Adapter ListFiles files with spaces in the filename

    Hi
    I have an FTP adapter that does a ListFiles of all the files in a directory. It comes back and everything works fine however it removes all spaces from the filename meaning when I do the GET afterwards this fails as it is a different filename.
    The filename is a0eQ0000000wJVdIAM~1~ technote316.TIF note the space between ~ and technote.
    When a ListFiles is done I get the following request response in BPEL execution:
    <messages>
    <InvokeGetFilenames_FileListing_InputVariable><part name="Empty" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><empty xmlns="http://xmlns.oracle.com/pcbpel/adapter/ftp/CommonServices/SalesforceNotifcationServices/GetFileNameFromFTPServer"/></part></InvokeGetFilenames_FileListing_InputVariable>
    <InvokeGetFilenames_FileListing_OutputVariable><part name="filelist" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><filelist size="1" xmlns="http://xmlns.oracle.com/pcbpel/adapter/ftp/CommonServices/SalesforceNotifcationServices/GetFileNameFromFTPServer"><file><directory>/salesforce/006Q0000007yKcd</directory><filename>a0eQ0000000wJVdIAM~1~technote316.TIF</filename><lastModifiedTime>1305507120000</lastModifiedTime><creationTime>0</creationTime><size>1906643</size></file></filelist></part></InvokeGetFilenames_FileListing_OutputVariable></messages>
    This then follows with a GET that fails:
    <messages><input>
    <InvokeGETfile_SynchRead_InputVariable><part name="Empty" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><empty xmlns="http://xmlns.oracle.com/pcbpel/adapter/opaque/"/></part></InvokeGETfile_SynchRead_InputVariable></input><fault>
    <bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'SynchRead' failed due to: No Data to process.
    No Data to process.
    File /salesforce/006Q0000007yKcd/a0eQ0000000wJVdIAM~1~technote316.TIF to be processed was not found or not available or has no content
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
    </summary></part><part name="detail"><detail>550 /salesforce/006Q0000007yKcd/a0eQ0000000wJVdIAM~1~technote316.TIF: No such file or directory</detail></part><part name="code"><code>550</code></part></remoteFault></bpelFault></fault><faultType>
    <message>0</message></faultType></messages>
    I'm guessing its some use of the jca.message.encoding I can't find anything that really explains this though. Just the http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10231/adptr_propertys.htm link.
    Any help would be greatly appreciated.
    Thanks

    Hi PG,
    Is your private file in the form of Java Keystore (.jks)? I had used .ppk file and it was a success.
    If it is .jks in your case, try using the same password for private key as of keystore file (.jks). I hope you're not supplying any PASSWORD in the Adapter properties.
    Regards,
    Neeraj Sehgal

  • Using Mac OS, Firefox 3.6 will not save nor open html files with spaces in the file name. Will version 4.0 do this?

    I have hundreds of saved files with names that have spaces in them (like movie 10 41.html). I could not use Firefox 3.6 because it would not open these files for viewing and had to reinstall Firefox 3.5.8 which I have now. If I install Firefox 4.o, will I have the same problem? I use Mac OS 10.5

    I have Firefox 3.6.6, and now that Firefox 4.0 is available, it crashes constantly. Sometimes less than 5 minutes after I open it. I have a Mac 10.4.11, so Firefox 4.0 isn't an option for me. When I asked Ff to check my plug-ins it said there was an error and to check back later. Twice.
    Because I didn't have any (any) problems with my Ff before the upgrade became available, I am forced to question if Ff has done something to make the earlier version crash so you'll upgrade, but I can't afford to upgrade my Mac right now.
    In the meantime, I do need a browser that works! I dislike Safari, Chrome is also not available on Mac 10.4.11, and Explorer is just plain not available on Mac.
    Do you have any suggestions on how to fix my Firefox 3.6.6?
    Ty

  • Bug: can't access static files with space in the path

    Please let me know if this a a wrong place to file bug reports.
    I installed webserver7u4 and when I try to access a static file within my war which contains a space in the path, I get HTTP404.
    $ ls webserver7/https-myapp/web-app/myapp/_default/images/ddtree/black\ spinner/1.png
    webserver7/https-myapp/web-app/myapp/_default/images/ddtree/black spinner/1.png
    $ wget -O /dev/null "http://localhost:8080/images/ddtree/black spinner/1.png
    "--13:47:06-- http://localhost:8080/images/ddtree/black%20spinner/1.png
    => `/dev/null'
    Resolving localhost... 127.0.0.1, ::1
    Connecting to localhost|127.0.0.1|:8080... connected.
    HTTP request sent, awaiting response... 404 Not found
    13:47:06 ERROR 404: Not found.Now, if I create a symlink to a path that contains url encoded space, everything works:
    $ ls -l webserver7/https-myapp/web-app/myapp/_default/images/ddtree/black%20spinner
    lrwxrwxrwx 1 root root 13 Aug 1 2008 webserver7/https-myapp/web-app/myapp/_default/images/ddtree/black%20spinner -> black spinner
    $ wget -O /dev/null "http://localhost:8080/images/ddtree/black spinner/1.png"
    --13:49:37-- http://localhost:8080/images/ddtree/black%20spinner/1.png
    => `/dev/null'
    Resolving localhost... 127.0.0.1, ::1
    Connecting to localhost|127.0.0.1|:8080... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1,446 (1.4K) [image/png]
    100%[======================================================================== =======================================>] 1,446 --.--K/s
    13:49:37 (89.76 MB/s) - `/dev/null' saved [1446/1446]So to me it appears that webserver doesn't decode the path before searching the local file system, which to me looks like a bug.
    Let me know if you need more info.
    cheers,
    Igor

    HTTP/1.1 RFC [http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.2|http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.2]
    3.2 Uniform Resource Identifiers
    URIs have been known by many names: WWW addresses, Universal Document Identifiers,
    Universal Resource Identifiers [3], and finally the combination of
    Uniform Resource Locators (URL) [4] and Names (URN)  ... where
    3 is a link to [http://www.ietf.org/rfc/rfc1630.txt|http://www.ietf.org/rfc/rfc1630.txt] section BNF for specific URL schemes
      httpaddress              h t t p :   / / hostport [  / path ] [ ?search ]
      path                   void |  segment  [  / path ]
      segment                xpalphas
      xpalphas               xpalpha [ xpalphas ]
      xpalpha                xalpha | +
      xalpha                 alpha | digit | safe | extra | escape
      alpha                  a | b | c | d | e | f | g | h | i | j | k |
                             l | m | n | o  | p | q | r | s | t | u | v |
                             w | x | y | z | A | B | C  | D | E | F | G |
                             H | I | J | K | L | M | N | O | P |  Q | R |
                             S | T | U | V | W | X | Y | Z
      digit                  0 |1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
      safe                   $ | - | _ | @ | . | &  | + | -
      extra                  ! | * |  " |  ' | ( | )  | ,
      escape                 % hex hex
      hex                    digit | a | b | c | d | e | f | A | B | C | D | E | F{code}
    4 is a link to RFC 1738 Uniform Resource Locators (URL)
    [http://www.ietf.org/rfc/rfc1738.txt|http://www.ietf.org/rfc/rfc1738.txt] section 5. BNF for specific URL schemes
    has :
    {code}
    httpurl        = "http://" hostport [ "/" hpath [ "?" search ]]
    hpath          = hsegment *[ "/" hsegment ]
    hsegment       = *[ uchar | ";" | ":" | "@" | "&" | "=" ]
    uchar          = unreserved | escape
    escape         = "%" hex hex
    hex            = digit | "A" | "B" | "C" | "D" | "E" | "F" |
                                 "a" | "b" | "c" | "d" | "e" | "f"
    unreserved     = alpha | digit | safe | extra
    alpha          = lowalpha | hialpha
    lowalpha       = "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" |
                     "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" |
                     "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" |
                     "y" | "z"
    hialpha        = "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I" |
                     "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" |
                     "S" | "T" | "U" | "V" | "W" | "X" | "Y" | "Z"
    digit          = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" |"8" | "9"
    safe           = "$" | "-" | "_" | "." | "+"
    extra          = "!" | "*" | "'" | "(" | ")" | ","
    {code}
    I do not see space in these RFCs for httpurl.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Operating on a list of files with spaces in the filenames

    I am writing a script that operates on all files within a directory structure. I want to pass the full filename and path to the commands in the script. I am using a for loop to do this. Unfortunately, I don't know how to get the "for" line to pass this info properly.
    I have the following items on the desktop:
    a folder with a lot of spaces in its filename
    file1
    file2
    file3
    If I run
    for i in $( find * /Users/<username>/Desktop/ ) # where <username> = the correct shortname
    I get:
    Desktop/a
    folder
    with
    a
    lot
    of
    spaces
    in
    its
    filename
    Desktop/file1
    Desktop/file2
    Desktop/file3
    If I run:
    for i in "$( find * /Users/<username>/Desktop )"
    I get every full path for each file on the Desktop, but they're all run together on a single line as below:
    Desktop/a folder with a lot of spaces in its filename Desktop/file1 Desktop/file2 Desktop/file3
    How do I get the following output?
    Desktop/a folder with a lot of spaces in its filename
    Desktop/file1
    Desktop/file2
    Desktop/file3

    Actually I tend to avoid loops like the plague. Don't know why, and of course you can't always do that …
    Something piped into a *while read variable* loop is one of my favorite things to do in a shell script, especially throw-away scripts:
    find * /Users/<username>/Desktop/ | while read file
    do
    [[ "$file" = .app/ ]] && continue
    echo "$file"
    done
    It gives me tons of control. I've started with a simple one-off throw-away script to do something quick, and find it so useful that I add things, and eventually I end up with a 5,000 line utility that I cannot live without. All from a simple while loop.
    My other favorite throw-away script is where I have a list of objects (often a list of files). I use a here document on those:
    while read file
    do
    if ! gvimdiff -f $file /path/to/prev/version/$file; then
    exit # :cq will cause a non-zero gvimdiff exit code
    fi
    done <<EOD
    file1.c
    file2.c
    file3.c
    EOD

  • Move file with space in the filename - SM49

    Hi,
    I am using operating system command, MV, to move files across directories in application server. If the filename has spaces, this move fails. Can you please tell me if any escape character can solve this issue? I have already tried using backslash, single and double quotes.
    Thanks,
    Hema

    here's the solution:
    http://www.freebsd.org/cgi/man.cgi?query=file&apropos=0&sektion=0&manpath=FreeBSD+8.1-RELEASE&format=html
    The one significant difference between this version and System V is that
         this version treats any white space as a delimiter, so that spaces in
         pattern strings must be escaped.  For example,
            >10        string  language impress        (imPRESS data)
         in an existing magic file would have to be changed to
            >10        string  language\ impress        (imPRESS data)
    hope that helps

  • When downloading a file with spaces in the filename, v36.0.3 fails to download properly

    When I try to download the following file with the link:
    https://attachments.posteli.com/posteli.com/Christian.Steiner/96acd19d-8859-404d-9f19-76ba6c448f0c/96acd19d-8859-404d-9f19-76ba6c448f0c-19 MB PDF.pdf
    Other browsers are fine, but Firefox doesn't handle the spaces properly and the download fails.
    https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=firefox%20ignores%20content-disposition%20filename

    In order to post the link you want us to click, could you enclose it in [square brackets]?
    For those generating the filename portion of the header, it would be best to replace the spaces with %20 (URI encoding for space).

  • I can't open PDF files with adobe flash player

    I have installed it and whenever I try to open pdf files it says I need to agree with your liscens and you do that automatically when you download it. I have followed all your instructions on your website and uninstalled it and installed again, but I can't open pdf files with it. I don't know what the problem is exactly, but it's really frustrating..

    Flash Player CANNOT open PDFs because they AREN'T Flash Documents.
    Adobe Reader opens PDFs.
    To accept the license agreement (NOT the one you accepted to download or install - the one for USE)
    Windows:
    Go to: C/Program Files(x86)/Adobe/Reader 11.0/Reader and double click the eula.exe file. The license agreement will open for you to accept.
    Mac:
    Go to: Mac HD/Applications and double click the Reader app. The license agreement will open THE FIRST TIME you open it.

  • I can't open pps files with FF4. I have Powerpoint Viewer installedAny suggestions?

    I can open Powerpoint (pps) files with Google Chrome but not Firefox 4. How do I get FF4 to associate pps files with the Powerpoint Viewer that is installed on my computer?

    Many thanks!!!  This works and is probably the best fix for now.  Thank you!!!
    Date: Wed, 30 Jan 2013 10:58:01 -0800
    From: [email protected]
    To: [email protected]
    Subject: I can't open NEF files with PS Elements9 (Mac) and have just performed all avail. updates
        Re: I can't open NEF files with PS Elements9 (Mac) and have just performed all avail. updates
        created by 99jon in Photoshop Elements - View the full discussion
    For the D600 NEF's you have two alternatives: (1) Upgrade to PSE 11. (2) Download and install the free Adobe DNG converter to convert your raw files to the Adobe universal Raw format and the files will open in all versions of PSE (keep your originals as backups and for use in the camera manufactures software)  Windows download click here DNG Converter 7.3  Mac download click here DNG Converter 7.3  You can convert a whole folder of raw images in one click. See this quick video tutorial: You Tube click here for DNG Converter tutorial
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5034913#5034913
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5034913#5034913
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5034913#5034913. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I can't open NEF files with PS Elements9 (Mac) and have just performed all avail. updates

    I can't open NEF files with PS Elements9 (Mac) and have just performed all avail. updates.  What to do?

    Many thanks!!!  This works and is probably the best fix for now.  Thank you!!!
    Date: Wed, 30 Jan 2013 10:58:01 -0800
    From: [email protected]
    To: [email protected]
    Subject: I can't open NEF files with PS Elements9 (Mac) and have just performed all avail. updates
        Re: I can't open NEF files with PS Elements9 (Mac) and have just performed all avail. updates
        created by 99jon in Photoshop Elements - View the full discussion
    For the D600 NEF's you have two alternatives: (1) Upgrade to PSE 11. (2) Download and install the free Adobe DNG converter to convert your raw files to the Adobe universal Raw format and the files will open in all versions of PSE (keep your originals as backups and for use in the camera manufactures software)  Windows download click here DNG Converter 7.3  Mac download click here DNG Converter 7.3  You can convert a whole folder of raw images in one click. See this quick video tutorial: You Tube click here for DNG Converter tutorial
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5034913#5034913
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5034913#5034913
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5034913#5034913. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Can't open .wmf files with Illustrator

    I'm using Creative Suite CS2 on a PC/Windows XP operating system.
    I'm suddenly unable to launch Illustrator when I try to open a .wmf file from within Windows Explorer. Instead, I get an error message that the file itself is not a valid program (DUH!).
    I also cannot open them with the "Edit Original" command in InDesign.
    I have tried changing the "Opens With Program..." option in the file properties from within Windows Explorer over and over.
    Oddly, I can always open .wmf files with Illustrator from within Adobe Bridge, simply by double-clicking the file. And of course, I can open them from within Illustrator by simply going to "open file".
    But I really want to be able to use the "Edit Original" feature in InDesign to launch and open .wmf files in Illustrator.
    Anybody know what's going on? Is this a Windows problem, an Illustrator problem or an InDesign problem? And how do I fix it?
    Thanks so much for any suggestions.

    I'm sorry you're having this problem with Illustrator.  Would you mind reposting over on the Illustrator forums?  You've posted in the AIR forum and I think you'll have better luck over there.
    Thanks,
    Chris

  • Can't open pdf file with pdf.xml file extension

    Hi
    I can't open a file with pdf.xml extension. Does anyone have this problem? How did you resolve it?

    Actually, the extension is just .xml. Anything before the period doesn't count as part of the extension.
    Your browser may be able to open it, if not see here ---->XML File (What It Is & How To Open One)

  • Can't open Excel files with Numbers

    Hi,
    I'm having troubles when I try to open Excel files with Numbers. The iWork program simply shuts down and a message appears, telling that a "sudden problem happened".
    Can anyone help here? I really appreciate.
    Rafinha

    Hi Rafinh,
    Welcome to Numbers discussions.
    Numbers will open Excel documents. Sometimes deleting the Numbers Preference file will do the trick. Close Numbers then delete the Numbers preference file: home > Library > Preferences, com.apple.iWork.Numbers.plist
    In the upper right of this window click Search thousands of questions have been asked and answered.
    These Discussions are enduser helping enduser, not Apple employees answering questions. Questions will be answered when a enduser such as yourself finds time, desires to, knows the answer along with the time to respond.
    Again, welcome to Numbers Discussions, have fun here.
    Cordially,
    RicD

  • Programmatic launch of reader 11.0.3 won't open file with spaces in the path?

    The application I work on uses a PDF file for online help.  We programmatically launch the help file into the user's PDF viewer.  The path to the help file may have spaces in the directory names or filename.  With previous versions of Adobe Reader, it would launch just fine (path passed in on the command line).  However, with 11.0.3, I find that if I don't include an extra set of quotation marks around the path, it fails to open when there are spaces in the directory name.  What changed between then and now to cause this problem?  If I add extra quotation marks, will users with an older version of Reader not be able to open the file?
    Edit -- running in Windows 7, launched from C# .NET 3.5.

    benten2000 wrote:
    Install is fine and the icon is shown on the desktop and pdf files icons also change to Acrobat.
    I seem to have missed this part when reading your original post.  See if anything in this article fixes your problem: http://helpx.adobe.com/acrobat/kb/application-file-icons-change-acrobat.html

  • Can not open any files with Illustrator CC on windows 8.1

    I can not open any files in Illustrator CC. It comes with an error message and shuts down. I run with the Danish version and windows 8.1. - help?!!

    I just get this:
    "Adobe Illustrator CC has stopped working - One problem was the fault of the program ceased to function properly. Windows close the program and notify you if a solution is found"
    not useful..

Maybe you are looking for

  • System logs

    Hi I have a Solaris zone running Postfix SMTP server. I am having a problem checking mail logs. I want to log all mail related messages to /var/log/maillog as defined in syslog.conf, then after i want to create a central logging for all the servers t

  • Canoscan 8400F broken after 10.5.3 update - fix?

    After installing the 10.5.3 update, my Canoscan 8400F no longer works. It had previously been working fine with Leopard. I get a "necessary file could be damaged or missing... reinstall driver" error from any software trying to access the scanner (Ph

  • Printing user's entry.

    Hi guys I am trying to print the user's entry from a JTextField. But when I pass it to the print method, all i get is a NULL value. Can anyone point me my mistake ? I'd appreciate it :) private void btnPrintActionPerformed(java.awt.event.ActionEvent

  • InDesign won't work at all!

    I bought the Adobe CS5 over the summer. I installed it and registered it and all of those things. All of the programs have been working fine aside from InDesign. Every time I try to open the program I get as far as the blank document and then I get t

  • Importing Music and TextEdit Voice Application to Final Cut Express HD

    I'm having trouble importing music tracks I bought and downloaded from the ITunes Music Store to Final Cut Express HD. Also, is there a way of importing the 'audio computer voice' from TextEdit reading some text into Final Cut Express HD - I would li