From 0184e05b39b7ef9e6edb629c02dc04290da23377 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 15 Feb 2020 17:22:27 -0500 Subject: freefilesync dpkg rc1 for gtk2 --- freefilesync/debian/README.Debian | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'freefilesync/debian/README.Debian') diff --git a/freefilesync/debian/README.Debian b/freefilesync/debian/README.Debian index dee9b13..9d85628 100644 --- a/freefilesync/debian/README.Debian +++ b/freefilesync/debian/README.Debian @@ -1,3 +1,9 @@ +freefilesync (10.20-2+devuan) + + * gtk2 build + + -- B Stack Sat, 15 Feb 2020 16:30:36 -0500 + freefilesync (10.19-2+devuan) * gtk2 build -- cgit From 3d209807735b32f7dbc97a4ff60d73e0007f5c1d Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 15 Feb 2020 19:45:00 -0500 Subject: freefilesync gtk3 dpkg rc1 And now include the dsc file for easier osc operation --- freefilesync/debian/README.Debian | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'freefilesync/debian/README.Debian') diff --git a/freefilesync/debian/README.Debian b/freefilesync/debian/README.Debian index 9d85628..04e4263 100644 --- a/freefilesync/debian/README.Debian +++ b/freefilesync/debian/README.Debian @@ -1,6 +1,7 @@ -freefilesync (10.20-2+devuan) +freefilesync (10.20-1+devuan) - * gtk2 build + * gtk3 build for obs + * For changing gtk2 to gtk3, see control and patches/series files -- B Stack Sat, 15 Feb 2020 16:30:36 -0500 -- cgit From f276d240ca147faf59a7dd997d65b85bc9e8889f Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 17 Feb 2020 08:37:29 -0500 Subject: fix #14: document ffs sound workaround --- freefilesync/debian/README.Debian | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'freefilesync/debian/README.Debian') diff --git a/freefilesync/debian/README.Debian b/freefilesync/debian/README.Debian index 04e4263..2235ac6 100644 --- a/freefilesync/debian/README.Debian +++ b/freefilesync/debian/README.Debian @@ -3,6 +3,19 @@ freefilesync (10.20-1+devuan) * gtk3 build for obs * For changing gtk2 to gtk3, see control and patches/series files +In case the sound is not working on a Devuan system for FreeFileSync, +check file `/etc/modprobe.d/oss-compat.conf` + + $ cat /etc/modprobe.d/oss-compat.conf + softdep snd-pcm post: snd-pcm-oss + softdep snd-mixer post: snd-mixer-oss + softdep snd-seq post: snd-seq-midi snd-seq-oss + +Setting this, so that /dev/dsp exists, allows freefilesync to play +audio. Additionally, nothing else should be playing audio, because if +something else is playing audio, a stack trace of FreeFileSync will +show error "device or resource busy." + -- B Stack Sat, 15 Feb 2020 16:30:36 -0500 freefilesync (10.19-2+devuan) -- cgit