Bug#867756: obs-studio: Please remove GPL "click wrapper" on first startup

Chris Lamb lamby at debian.org
Sun Jul 9 08:54:25 UTC 2017


Source: obs-studio
Version: 19.0.3+dfsg1-1
Severity: wishlist
Tags: patch

Hi,

obs-studio requires you to accept the terms of the GPL when starting
the program for the first time:

  https://i.imgur.com/RzEUuSJ.jpg

This, IMHO, isn't very "Debian".

Patch attached. (If you apply it, you can drop 0001-Use-common-license.patch)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb, Debian Project Leader
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
diff --git a/UI/obs-app.cpp b/UI/obs-app.cpp
index 01db714..6e4a890 100644
--- a/UI/obs-app.cpp
+++ b/UI/obs-app.cpp
@@ -923,8 +923,7 @@ bool OBSApp::OBSInit()
 {
 	ProfileScope("OBSApp::OBSInit");
 
-	bool licenseAccepted = config_get_bool(globalConfig, "General",
-			"LicenseAccepted");
+	bool licenseAccepted = true;
 	OBSLicenseAgreement agreement(nullptr);
 
 	if (licenseAccepted || agreement.exec() == QDialog::Accepted) {


More information about the pkg-multimedia-maintainers mailing list