Files
torben 00220f8b07 backfill: fidelity/authority auf allen 29 Source-Seiten (#67, Publish 2/3)
Files changed:
- kb/index.md
- kb/log.md
- kb/sources/analyses/Source - Copilot Skill Restructure Instructions.md
- kb/sources/analyses/Source - LLM Improvements Codex Analysis.md
- kb/sources/analyses/Source - LLM Improvements Production Agent Gaps 2026.md
- kb/sources/analyses/Source - LLM Improvements Sonnet Analysis.md
- kb/sources/articles/Source - AMD Powermanagement CPU.md
- kb/sources/articles/Source - LLM Wiki Pattern.md
- kb/sources/articles/Source - LLM Wiki v2.md
- kb/sources/documents/Source - qmd - GitHub Repository.md
- kb/sources/notes/Source - Arch Linux Cheat Sheet.md
- kb/sources/notes/Source - Docker Cheatsheet.md
- kb/sources/notes/Source - Wine.md
- kb/sources/trackers/Source - Gitea Issue 41 - Issue Management and Label Scheme 2026-09-02.md
- kb/sources/trackers/Source - Gitea Issues 62-63 - status-incoming Label Introduction 2026-09-04.md
- kb/sources/transcripts/Source - Conversation - AGENTS.md Skill Restructuring Session 2026-08-04.md
- kb/sources/transcripts/Source - Conversation - Auto Mode and Tool Choice Session 2026-08-31.md
- kb/sources/transcripts/Source - Conversation - Comma Bug Budget Refund and Lint Report Path Session 2026-08-31.md
- kb/sources/transcripts/Source - Conversation - ENVIRONMENT.md as an Optional Third Session-Level File Session 2026-08-31.md
- kb/sources/transcripts/Source - Conversation - Gate Counting and Measured Calibration Session 2026-08-31.md
- kb/sources/transcripts/Source - Conversation - Hardening the Test Suite Against Silent Environment Dependencies Session 2026-08-31.md
- kb/sources/transcripts/Source - Conversation - Issue Triage Labels and TODO Retirement Session 2026-08-31.md
- kb/sources/transcripts/Source - Conversation - Nightly Drift-Check Workflow and doctor's Bootstrap Gap Session 2026-08-31.md
- kb/sources/transcripts/Source - Conversation - Two Round-Trip Defects Found by an Ingest Session 2026-08-31.md
- kb/sources/transcripts/Source - Conversation - Versioning CI-CD and Content Migration Session 2026-08-30.md
- kb/sources/transcripts/Source - Conversation - Write-Once Frontmatter Fields and touch --set Session 2026-08-31.md
- kb/sources/transcripts/Source - MCP Read Server Implementation Session 2026-09-02.md
- kb/sources/transcripts/Source - Private-Instance Merge Correction and Issue 30 Session 2026-09-01.md
- kb/sources/transcripts/Source - Public Release, Corpus Purge and History Squash Session 2026-09-01.md
- kb/sources/transcripts/Source - Publish-Remote Gate and Issue Triage Session 2026-09-01.md
- kb/sources/transcripts/Source - Version Part Nomenclature and Breaking Change Gate Session 2026-09-02.md
- work/backfill-capture-fields/README.md
- work/backfill-capture-fields/plan.md
2026-09-09 06:50:01 +02:00

69 lines
2.3 KiB
Markdown

---
type: types/source.md
source_type: notes
author: Torben
raw_files: [raw/notes/Wine.md]
source_language: en
date: 2026-08-01
tags: [wine, arch-linux, bottles, compatibility, gaming]
entities: [Wine, Bottles, Proton, Wine-Staging, Wine GE, Lutris]
concepts: []
summary: "Wine-Konfiguration f\xFCr Arch Linux: pacman-NoExtract-Einstellungen und Bottles-Runtime-Optionen einschlie\xDFlich Proton- und Lutris-Varianten."
fidelity: unknown
authority: reporting
---
# Source: Wine
**Autor:** Torben
**Datum:** 2026-08-01
**Quelle:** raw/notes/Wine.md
**Typ:** Personal notes
## Zusammenfassung
Persönliche technische Notizen zur Wine-Konfiguration für Arch Linux und Bottles-Laufzeit-Optionen. Die Datei enthält zwei Hauptabschnitte: pacman-Konfiguration zur Verhinderung von Wine-Dateibindungen und eine Liste der verfügbaren Bottles-Laufzeiten mit ihren zugrunde liegenden Wine-Varianten.
## Kernaussagen
- **Pacman-Konfiguration:** Um zu verhindern, dass Wine systemweite Dateibindungen auf Arch Linux erstellt, NoExtract-Einträge zu `pacman.conf` für `usr/lib/binfmt.d/wine.conf` und `usr/share/applications/wine.desktop` hinzufügen
- **Bottles-Ökosystem:** Bottles bietet mehrere Laufzeit-Optionen, die jeweils verschiedene Wine-Varianten mit zusätzlichen Patches und Integrationen kombinieren
- **Laufzeit-Vielfalt:** Sieben unterschiedliche Laufzeiten sind verfügbar, von Upstream Wine bis zu Valve's Proton mit Steam-Integration
## Konfigurationsdetails
Das Folgende zu `/etc/pacman.conf` hinzufügen:
```
[options]
# Prevent wine file bindings
NoExtract = usr/lib/binfmt.d/wine.conf
NoExtract = usr/share/applications/wine.desktop
```
Dies verhindert, dass Wine Dateitypassoziationen und binfmt-Handler systemweit während der Paketinstallation registriert.
## Bottles-Laufzeiten
| Laufzeit | Basis Wine | Zusätzliche Patches | Integrationen |
|---------|-----------|-------------------|---------------|
| Soda | Wine Valve | +Staging | +Proton |
| Caffe | Wine Upstream | +Staging | +Proton |
| GE Wine | Wine GE | - | - |
| [[Lutris]] | Lutris Wine | - | - |
| Lutris-Ge-Lol | Lutris GE | - | - |
| Vaniglia | Wine Upstream | +Staging | - |
| GE Proton | Wine Valve | +Staging | +Proton, +Steam |
## Verwandte Entities
- [[Wine]]
- [[Bottles]]
- [[Proton]]
- [[Wine-Staging]]
- [[Wine GE]]
- [[Lutris]]
- [[Arch Linux]]
## Verwandte Concepts