window-button-applet bazzite

anyone gotten https://github.com/moodyhunter/applet-window-buttons6 to work on bazzite?

there is a prebuilt version on discover but its apperenlty out of date and no longer works

i tried building it in a fedora distro box with no luck i get
sh install.sh
System is unknown to cmake, create:
Platform/Linux to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
Your CMakeCache.txt file was copied to CopyOfCMakeCache.txt. Please post that file on discourse.cmake.org.
CMake Error at CMakeLists.txt:16 (find_package):
  Could not find a package configuration file provided by "Qt6" (requested
  version 6.6.0) with any of the following names:

    Qt6Config.cmake
    qt6-config.cmake

  Add the installation prefix of "Qt6" to CMAKE_PREFIX_PATH or set "Qt6_DIR"
  to a directory containing one of the above files.  If "Qt6" provides a
  separate development package or SDK, be sure it has been installed.


-- Configuring incomplete, errors occurred!
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.

after installing the kde6/qt6 versions of the depend-ices

sudo dnf install extra-cmake-modules qt6-qtdeclarative-devel kf6-plasma-devel kf6-kdeclarative-devel kf6-kconfigwidgets-devel kf6-ki18n-devel kdecoration-devel
GitHub
Plasma 5 (no, 6) applet in order to show window buttons in your panels - moodyhunter/applet-window-buttons6
Solution
eneded up just laying the rpm package like this.
sudo rpm-ostree install applet-window-buttons

even if you get the plugin installed into the home directory it still needs a libary to be installed onto the root system
Was this page helpful?