From 14acfd2c57334604db1808fbe56a94da7ddf196f Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Tue, 27 Feb 2024 16:02:25 -0800 Subject: [PATCH] Add temporary docs for install of new Qt7 requirements This will eventually be bundled in AppImage and then this will no longer be needed --- docs/en/qgc-user-guide/getting_started/download_and_install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/qgc-user-guide/getting_started/download_and_install.md b/docs/en/qgc-user-guide/getting_started/download_and_install.md index 02c9762cd30..4a41f1aa754 100644 --- a/docs/en/qgc-user-guide/getting_started/download_and_install.md +++ b/docs/en/qgc-user-guide/getting_started/download_and_install.md @@ -64,8 +64,8 @@ Before installing _QGroundControl_ for the first time: sudo usermod -a -G dialout $USER sudo apt-get remove modemmanager -y sudo apt install gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-gl -y - sudo apt install libqt5gui5 -y sudo apt install libfuse2 -y + sudo apt install libxcb-xinerama0 libxkbcommon-x11-0 libxcb-cursor0 -y ``` 1. Logout and login again to enable the change to user permissions.