From 5cf3eb55b019c81b33ce8b1470c0371ea6b34b57 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 10 Sep 2024 07:04:48 -0400 Subject: [PATCH] chore: add Ubuntu 22.04 support article in Q&A --- src/components/FAQ.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/FAQ.jsx b/src/components/FAQ.jsx index f2d21f0..edd690d 100644 --- a/src/components/FAQ.jsx +++ b/src/components/FAQ.jsx @@ -83,8 +83,12 @@ const FAQData = [ }, { question: "How do I run this on my Linux distribution?", - answer: "If you have a compatible Linux setup, then qsv pro should work as intended from the AppImage. You may need to change the AppImage file's permission to be executable by running the 'chmod +x ' command where 'AppImage path' is the path to your AppImage file. Then you may attempt running the AppImage file. If you get a FUSE error, please visit the documentation listed below to install FUSE version 2 for your system.", + answer: "If you're running Ubuntu 22.04, you may view our support article linked below. If you have a compatible Linux setup, then qsv pro should work as intended from the AppImage. You may need to change the AppImage file's permission to be executable by running the 'chmod +x ' command where 'AppImage path' is the path to your AppImage file. Then you may attempt running the AppImage file. If you get a FUSE error, please visit the documentation listed below to install FUSE version 2 for your system.", links: [ + { + label: "Ubuntu 22.04 support article", + url: "https://support.dathere.com/support/solutions/articles/154000196571-how-to-install-qsv-pro-on-ubuntu-22-04" + }, { label: "AppImage/AppImageKit FUSE wiki article", url: "https://github.com/AppImage/AppImageKit/wiki/FUSE",