Skip to content

Feat/add dolphin file system extension#412

Open
egalvis27 wants to merge 3 commits into
feat/add-nemo-file-system-extensionfrom
feat/add-dolphin-file-system-extension
Open

Feat/add dolphin file system extension#412
egalvis27 wants to merge 3 commits into
feat/add-nemo-file-system-extensionfrom
feat/add-dolphin-file-system-extension

Conversation

@egalvis27

Copy link
Copy Markdown

Summary

This PR adds Dolphin file manager integration to Internxt Drive on Linux.

What Changed

  • Added a Dolphin service menu entry to expose a new Copy Internxt Link action.
  • Added the Dolphin helper script that:
    • resolves the selected file path
    • calls the local hydration API
    • copies the generated Internxt link to the clipboard
  • Extended the file manager extension installer to detect Dolphin and install the required assets in the correct KDE locations.
  • Added logic to reload Dolphin after installing or updating the extension.
  • Bumped the file manager extension version so existing installations get the new Dolphin assets.
  • Added and updated tests for the file manager extension install and service behavior.

Notes

  • The Dolphin integration is packaged alongside the app.
  • KDE-specific behavior was adjusted so the menu entry shows correctly and the action runs without permission errors.

Validation

  • Focused Vitest coverage for the file manager extension passes.
  • Packaging succeeds with npm run package.

@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown

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.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 94a19328-fb28-4124-a6d0-425ed086cdd1

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

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/add-dolphin-file-system-extension

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.

const destinationExists = await doesFileExist(destination);
if (destinationExists) {
if (asset.executable) {
await fs.chmod(destination, 0o755);

await fs.cp(source, destination);
if (asset.executable) {
await fs.chmod(destination, 0o755);
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
76.6% Coverage on New Code (required ≥ 80%)
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

💡 Need a hand with PR review? Try Gitar by Sonar!

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