public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/karton] f45: For now, disable hwaccel by default
@ 2026-08-21 22:44 Steve Cossette
0 siblings, 0 replies; only message in thread
From: Steve Cossette @ 2026-08-21 22:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/karton
Branch : f45
Commit : 093220c623d2fa4e6336f26a9ff6ae2fb74be8c5
Author : Steve Cossette <farchord@gmail.com>
Date : 2026-08-21T12:28:28-04:00
Stats : +17/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/karton/c/093220c623d2fa4e6336f26a9ff6ae2fb74be8c5?branch=f45
Log:
For now, disable hwaccel by default
---
diff --git a/hwaccel-default-off.patch b/hwaccel-default-off.patch
new file mode 100644
index 0000000..72c1620
--- /dev/null
+++ b/hwaccel-default-off.patch
@@ -0,0 +1,14 @@
+diff --git i/src/qml/InstallationDialog.qml w/src/qml/InstallationDialog.qml
+index 7375aca..380b984 100644
+--- i/src/qml/InstallationDialog.qml
++++ w/src/qml/InstallationDialog.qml
+@@ -224,7 +224,8 @@ Kirigami.Dialog {
+ FormCard.FormCheckDelegate {
+ id: enableAccel3dCheckBox
+ text: i18nc("@option:check", "Enable hardware acceleration")
+- checked: true
++ description: i18nc("@info:usagetip", "Hardware acceleration may not work correctly on all systems")
++ checked: false
+ Layout.fillWidth: true
+ }
+ }
diff --git a/karton.spec b/karton.spec
index 1e59e19..dd00e61 100644
--- a/karton.spec
+++ b/karton.spec
@@ -12,6 +12,9 @@ License: BSD-2-Clause AND CC-BY-SA-4.0 AND CC0-1.0 AND GPL-3.0-or-later
URL: https://invent.kde.org/sitter/%{name}
Source0: %{url}/-/archive/%{gitcommit}/%{name}-%{gitcommit}.tar.gz
+# Downstream Patches
+Patch0: hwaccel-default-off.patch
+
# qemu isn't available on 32-bit
ExcludeArch: %{ix86}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 22:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 22:44 [rpms/karton] f45: For now, disable hwaccel by default Steve Cossette
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox