jun7 / rox-filer

ROX file manager
24 stars 6 forks source link

ROX replaces HTML hex codes to ASCII characters #197

Closed JakeSFR closed 5 years ago

JakeSFR commented 5 years ago

To reproduce:

  1. Create a new file, named e.g. a%20b%40c,
  2. Right-click that file -> Copy
  3. Go to some folder and right-click -> Paste
ERROR: No such file or directory
Done - There was one error.

Same happens with items sent via right-click to a specific applications. A script like:

#!/bin/sh
echo "$@" > $HOME/rox.log

in _/etc/xdg/rox.sourceforge.net/SendTo/.applicationx-zerosize produces:

/root/a b@c

in rox.log.

jun7 commented 5 years ago

This is not stable. I will test more.

Thank you for reporting!

jun7 commented 5 years ago

It looks fine.

JakeSFR commented 5 years ago

Great, thank you! :) Works fine now for me, too.

Cheers!