Does GNOME or KDE desktop enviroment matter, at running a BitcoinCore node?

1

0

I have just installed Debian 9 (my first linux OS), and I am now choosing my Desktop enviroment. I have doubts at choosing between GNOME and KDE.

I know that both are conpatible with BitcoinCore, but my concern comes from the UI differences. The KDE and Bitcoin Core UI are both runed by Qt and GNOME is runed by GTK.

Does this have any significance?

Ander Aristondo

Posted 2017-12-04T13:56:11.343

Reputation: 100

Answers

2

The particular desktop environment does not have a direct impact as long as you have the necessary libraries for running Qt applications.

On Debian (or Debian-Based distributions, such as Ubuntu) the following command should install the dependencies necessary for the UI:

sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler

Those are the packages used by the bitcoin-qt package. Source

Sergio Feo

Posted 2017-12-04T13:56:11.343

Reputation: 56

And which are those libraries?Ander Aristondo 2017-12-04T14:33:27.340

I have edited the answer to answer your question. However, most package management systems will handle installing dependencies for you.Sergio Feo 2017-12-06T23:10:59.280