blog:odborny:2024-09-22-unicode_nfc_normalisation_for_rclone_on_macos
Rozdiely
Tu môžete vidieť rozdiely medzi vybranou verziou a aktuálnou verziou danej stránky.
| Obojstranná predošlá revíziaPredchádzajúca revízia | |||
| blog:odborny:2024-09-22-unicode_nfc_normalisation_for_rclone_on_macos [2026/04/08 15:01] – [Direct way to solve the problem] Róbert Toth | blog:odborny:2024-09-22-unicode_nfc_normalisation_for_rclone_on_macos [2026/04/08 16:11] (aktuálne) – [Direct way to solve the problem] Róbert Toth | ||
|---|---|---|---|
| Riadok 49: | Riadok 49: | ||
| </ | </ | ||
| - Second, **test that the new dynamic library has a proper symbol table.** If everything went right, typing the following command:< | - Second, **test that the new dynamic library has a proper symbol table.** If everything went right, typing the following command:< | ||
| - | $ nm -gU / | + | nm -gU / |
| </ | </ | ||
| 00000000000e3290 D __libiconv_version | 00000000000e3290 D __libiconv_version | ||
| Riadok 75: | Riadok 75: | ||
| - Now, you need to **update the Fuse library to search for the dynamically-loaded '' | - Now, you need to **update the Fuse library to search for the dynamically-loaded '' | ||
| - First, check that Fuse actually looks for the library under ''/ | - First, check that Fuse actually looks for the library under ''/ | ||
| - | $ otool -L / | + | otool -L / |
| / | / | ||
| / | / | ||
| Riadok 85: | Riadok 85: | ||
| </ | </ | ||
| - Finally, check that the change is successful:< | - Finally, check that the change is successful:< | ||
| - | $ otool -L / | + | otool -L / |
| / | / | ||
| / | / | ||
| Riadok 92: | Riadok 92: | ||
| </ | </ | ||
| - Done! From now on, whenever you create new file or update the name of existing one, Rclone will produce its filename in Unicode composed form. | - Done! From now on, whenever you create new file or update the name of existing one, Rclone will produce its filename in Unicode composed form. | ||
| + | |||
| + | |||
| + | ==== Using macFUSE supplied by MacPorts ==== | ||
| + | If you prefer to use macFUSE version built from [[https:// | ||
| + | |||
| + | - Link macFUSE filesystem, as suggested by MacPorts itself after the installation:< | ||
| + | sudo ln -fsn / | ||
| + | - Link also macFUSE library, as suggested by [[https:// | ||
| + | sudo ln -s / | ||
| + | |||
| + | That's it, now everything should work correctly – without the need to install stand-alone macFUSE! | ||
blog/odborny/2024-09-22-unicode_nfc_normalisation_for_rclone_on_macos.txt · Posledná úprava: 2026/04/08 16:11 od Róbert Toth
