Skip to content

Conversation

@DeckerSU
Copy link
Contributor

@DeckerSU DeckerSU commented Nov 10, 2025

I figured out why the full description on F-Droid was empty.
It was because of the filename — it was {full_description.txt } instead of {full_description.txt}.

Before:

~/komodo-wallet/metadata/en-US$ ls -la
total 20
drwxrwxr-x 3 decker decker 4096 nov 11 00:49  .
drwxrwxr-x 3 decker decker 4096 nov 11 00:49  ..
-rw-rw-r-- 1 decker decker  766 nov 11 00:49 'full_description.txt '
drwxrwxr-x 2 decker decker 4096 nov 11 00:49  images
-rw-rw-r-- 1 decker decker   70 nov 11 00:49  summary.txt

After:

~/komodo-wallet/metadata/en-US$ ls -la
total 20
drwxrwxr-x 3 decker decker 4096 nov 11 00:50 .
drwxrwxr-x 3 decker decker 4096 nov 11 00:49 ..
-rw-rw-r-- 1 decker decker  766 nov 11 00:50 full_description.txt
drwxrwxr-x 2 decker decker 4096 nov 11 00:49 images
-rw-rw-r-- 1 decker decker   70 nov 11 00:49 summary.txt

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 10, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch patch-fix-filename-with-space

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

Visit the preview URL for this PR (updated for commit c8ecdc8):

https://walletrc--pull-3387-merge-fy60u9cv.web.app

(expires Mon, 17 Nov 2025 23:42:12 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: f66a4ff03faa546f12f0ae5a841bd9eff2714dcc

@DeckerSU DeckerSU merged commit 98abf3d into dev Nov 11, 2025
7 of 13 checks passed
@DeckerSU DeckerSU deleted the patch-fix-filename-with-space branch November 11, 2025 15:33
ca333 added a commit that referenced this pull request Nov 13, 2025
Fix Windows-incompatible filename (remove trailing space) (#3387)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants