linuxmint / linuxmint/nemo-extensions

[feature request] nemo seahorse: default extension configuration

Open
#566 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
486
Forks
172
PR merge metrics
No merged PRs in 30d

Description

When encrypt file using nemo seahorse extension, default output file extension becomes pgp.

This seems not be configurable at all: used extension is hardcoded.

I'd like to use gpg by default, and in order to do that my only option rn is to patch and rebuild whole extension.

Could you add configuration (like ~/.config/nemo/extension/seahorse.conf with encrypted_file_extension = "*pgp/gpg here*"?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with nemo-seahorse/tool/seahorse-util.h, where the issue identifies the hardcoded output extension. Trace how the extension is used during file encryption, then add a configuration path for overriding it and verify that the configured value controls the generated filename while the existing default remains unchanged.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
desktop
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.