Skip to content

Commit

Permalink
chore: add Ubuntu 22.04 support article in Q&A
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Sep 10, 2024
1 parent 9423005 commit 5cf3eb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/FAQ.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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: [
{
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",
Expand Down

0 comments on commit 5cf3eb5

Please sign in to comment.