From e8812ae3accecbe1d0191d5f48dc173ce224b076 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 20 Nov 2023 17:18:08 -0500 Subject: [PATCH 1/3] chore: add an issue template (#675) --- .github/ISSUE_TEMPLATE/bug-report.yml | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 00000000000..a98d8c5e243 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,36 @@ +name: Bug Report +description: Report an issue about using Bluefin +body: + - type: markdown + attributes: + value: | + Thank you for taking the time to fill out this bug report! (She bites sometimes) + - type: textarea + id: describe-bug + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. + placeholder: Tell us what happened! + value: "When I entered 2 + 2, I got the answer 6." + validations: + required: true + - type: textarea + id: expected-bahavior + attributes: + label: What did you expect to happen? + description: A clear and concise description of what you expected to happen. + placeholder: What were you expecting to happen? + value: "I expected 2 + 2 to equal 4, but instead 2 + 2 equaled 6!" + validations: + required: true + - type: textarea + id: version + attributes: + label: Output of `rpm-ostree status` + description: Please run `rpm-ostree status` and paste the output here. + render: shell + - type: textarea + id: extra-context + attributes: + label: Extra information or context + description: Add any other context about the problem here. From 9323df637ff20b3a3562da67df902256094c9815 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Tue, 21 Nov 2023 16:57:14 -0600 Subject: [PATCH 2/3] fix: remove ddccontrol (#676) --- packages.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages.json b/packages.json index e8a90773bfc..99327a342a0 100644 --- a/packages.json +++ b/packages.json @@ -4,9 +4,6 @@ "bluefin": [ "bash-color-prompt", "cockpit-bridge", - "ddccontrol-db", - "ddccontrol-gtk", - "ddccontrol", "evtest", "fish", "glow", From e75f1ec47cf692e362528dbe961eb4afac980018 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Tue, 21 Nov 2023 16:58:09 -0600 Subject: [PATCH 3/3] fix: turn off gnome vrr by default (#674) --- usr/etc/dconf/db/local.d/01-ublue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/etc/dconf/db/local.d/01-ublue b/usr/etc/dconf/db/local.d/01-ublue index d37f2f92fb6..9c7b0587415 100644 --- a/usr/etc/dconf/db/local.d/01-ublue +++ b/usr/etc/dconf/db/local.d/01-ublue @@ -81,7 +81,7 @@ sort-directories-first=true sort-directories-first=true [org/gnome/mutter] -experimental-features=['variable-refresh-rate','scale-monitor-framebuffer'] +experimental-features=['scale-monitor-framebuffer'] [com/raggesilver/BlackBox] command-as-login-shell=true