From 6db12fe193dcc8fb88aad7ae48064c64e95212ee Mon Sep 17 00:00:00 2001 From: thephez Date: Tue, 22 Jul 2025 13:18:45 -0400 Subject: [PATCH 1/2] docs: add note to linux install instructions --- docs/user/wallets/dashcore/installation-linux.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/user/wallets/dashcore/installation-linux.rst b/docs/user/wallets/dashcore/installation-linux.rst index df82994cb..0fb1852fd 100644 --- a/docs/user/wallets/dashcore/installation-linux.rst +++ b/docs/user/wallets/dashcore/installation-linux.rst @@ -95,6 +95,17 @@ directory. We will now install the executable binaries to sudo install -m 0755 -o root -g root -t /usr/local/bin dashcore-22.1.3/bin/* +.. note:: + + In order to run Dash Core, you will need several libraries that should be available in all major, + recently-released Linux distributions. If you receive an error message that indicates files are + missing when starting Dash Core, search your distribution's package database for the missing file + and install the package containing that file. + + On recent versions of Ubuntu, you may need to install the following package by running:: + + sudo apt install libxcb-xinerama0 + Start Dash Core from the terminal with the following command:: dash-qt From 943c1378097f6b0702db5163c98fb118c5d376e4 Mon Sep 17 00:00:00 2001 From: thephez Date: Tue, 22 Jul 2025 13:27:15 -0400 Subject: [PATCH 2/2] docs: minor update --- docs/user/wallets/dashcore/installation-linux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/wallets/dashcore/installation-linux.rst b/docs/user/wallets/dashcore/installation-linux.rst index 0fb1852fd..9303adf47 100644 --- a/docs/user/wallets/dashcore/installation-linux.rst +++ b/docs/user/wallets/dashcore/installation-linux.rst @@ -102,7 +102,7 @@ directory. We will now install the executable binaries to missing when starting Dash Core, search your distribution's package database for the missing file and install the package containing that file. - On recent versions of Ubuntu, you may need to install the following package by running:: + On recent versions of Ubuntu, you may need to install libxcb-xinerama0 by running:: sudo apt install libxcb-xinerama0