linuxmint / linuxmint/mintsources

Add support for .sources files

Open
#259 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
59
Forks
80
PR merge metrics
No merged PRs in 30d

Description

OS: Linux Mint 21.3 Cinnamon
Problem: The mintsource GUI is unaware of APT sources saved in .source files and doesn't show them at all.

The APT sources for the WineHQ repository migrated from a .list file to a .sources file. Here is its contents:

nicu@Nicu-PC:/etc/apt/sources.list.d$ more winehq-jammy.sources
Types: deb
URIs: https://dl.winehq.org/wine-builds/ubuntu
Suites: jammy
Components: main
Architectures: amd64 i386
Signed-By: /etc/apt/keyrings/winehq-archive.key

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 by locating the mintsource GUI code that discovers APT sources and compare its handling of .list files with the winehq-jammy.sources example in the issue. The work is done when entries stored in .sources files, including the shown WineHQ source, appear in the GUI; check existing project tests if available.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.