public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Cossette <farchord@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/karton] rawhide: For now, disable hwaccel by default
Date: Fri, 21 Aug 2026 16:28:37 GMT [thread overview]
Message-ID: <178732971767.1.10711242484884631446.rpms-karton-093220c623d2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/karton
Branch : rawhide
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=rawhide
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}
reply other threads:[~2026-08-21 16:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178732971767.1.10711242484884631446.rpms-karton-093220c623d2@fedoraproject.org \
--to=farchord@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox