Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Attacktive/110f56c444c70b1ee67312b345457cb9 to your computer and use it in GitHub Desktop.
Save Attacktive/110f56c444c70b1ee67312b345457cb9 to your computer and use it in GitHub Desktop.
Dependencies of latte-dock for openSUSE Tumbleweed

The instruction for Fedora/RHEL doesn't work for openSUSE Tumbleweed.

In addition to the packages listed there, I had to add:

sudo zypper install libQt5DBus-devel libQt5Gui-devel qtdeclarative-imports-provides-qt5 libqt5-qtdeclarative-devel knotiffications-devel knotifications-devel kactivities5-devel karchive-devel kcoreaddons-devel kcoreaddons-devel kguiaddons-devel kcrash-devel kdbusaddons-devel kdeclarative-devel kglobalaccel-devel kirigami2-devel ki18n-devel kiconthemes-devel kio-devel knewstuff-devel plasma-framework-devel kwayland-devel plasma5-workspace-devel kitemmodels-devel libqt5-qtx11extras-devel plasma-wayland-protocols

sudo and libqt5-qtwayland was missing from the official docker image, too.

The final one-liner:

sudo zypper install cmake extra-cmake-modules gcc-c++ gcc xcb-util-devel git gettext libSM-devel wayland-devel libQt5DBus-devel libQt5Gui-devel qtdeclarative-imports-provides-qt5 libqt5-qtdeclarative-devel knotifications-devel kactivities5-devel karchive-devel kcoreaddons-devel kcoreaddons-devel kguiaddons-devel kcrash-devel kdbusaddons-devel kdeclarative-devel kglobalaccel-devel kirigami2-devel ki18n-devel kiconthemes-devel kio-devel knewstuff-devel plasma-framework-devel kwayland-devel plasma5-workspace-devel kitemmodels-devel libqt5-qtx11extras-devel plasma-wayland-protocols sudo libqt5-qtwayland

YMMV.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment