chore: add Ubuntu 22.04 support article in Q&A

This commit is contained in:
rzmk 2024-09-10 07:04:48 -04:00
parent 94230052d1
commit 5cf3eb55b0
No known key found for this signature in database

View file

@ -83,8 +83,12 @@ const FAQData = [
}, },
{ {
question: "How do I run this on my Linux distribution?", 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 <AppImage path>' 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 <AppImage path>' 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: [ 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", label: "AppImage/AppImageKit FUSE wiki article",
url: "https://github.com/AppImage/AppImageKit/wiki/FUSE", url: "https://github.com/AppImage/AppImageKit/wiki/FUSE",