fix: GUI-Dialogauswahl und Konsolen-Fallback in darktable_wrapper
- darktable_wrapper.sh: DIALOG_BIN-Prüfung für fehlende GUI-Tools - darktable_common.sh: Verbesserte Fehlerbehandlung bei Dialog-Auswahl Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,7 @@ validate_config
|
||||
log "Konfiguration geladen: Server=$SERVER_USER@$SERVER_IP:$SERVER_SSH_PORT"
|
||||
|
||||
export DISPLAY="${DISPLAY:-:0}"
|
||||
export DARKTABLE_SYNC_MODE=gui
|
||||
|
||||
log "Prüfen ob Darktable bereits läuft..."
|
||||
if pgrep -x darktable &>/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user