Obsidian on CentoOS 7

I run Obsidian (latest version 1.7.7) on CentOS 7 successfully. Using the AppImage version, I followed these steps:

  1. Used --appimage-extract to extract the Obsidian binary.
  2. Ran Obsidian on another Linux system where it worked, then fetched all the shared libraries (.so files) required by the Obsidian binary and copied them to a folder (e.g., on SUSE).
  3. Copy the /lib64/ld-linux-x86-64.so.2 to ths obsidian binary same folder, and use patchelf --set-interpreter ld-linux-x86-64.so.2 obsidian. ok, end of here prepare finish.
  4. Before running the Obsidian binary, I set LD_LIBRARY_PATH to point to the folder containing the copied .so files (e.g., suse/lib64).
  5. Tested it on CentOS 7 and removed some conflicting .so files. This setup worked fine.

However, I encountered a problem with image paths that include Unicode characters—they do not display. On CentOS 7, apart from this issue, Obsidian works fine. At openSUSE all is work.

Maybe have help for you.

Anybody can help me solve or notice some way for image path with unicode characters problem. some issuse: Linux: Images and PDFs don't load if vault contains accented letters such as é (non english, non ascii, cjk, Umlauts) - #9 by zeegroen