Score:1

cmake give me ECMFindQmlModule when complileing plasma-bigscreen

td flag

This is the output. Note, I do have extra-cmake-modules installed. ubuntu 21.10 rpi 4

CMake Error at CMakeLists.txt:16 (include):
  include could not find load file:

    ECMFindQmlModule


Installing in /usr/local. Run /home/lnee/Downloads/plasma-bigscreen-master/build/prefix.sh to set the environment for plasma-big-launcher.
fatal: not a git repository (or any of the parent directories): .git
CMake Error at CMakeLists.txt:50 (ecm_find_qmlmodule):
  Unknown CMake command "ecm_find_qmlmodule".


-- Configuring incomplete, errors occurred!
See also "/home/lnee/Downloads/plasma-bigscreen-master/build/CMakeFiles/CMakeOutput.log".
Score:2
zw flag

To compile and install Plasma Bigscreen on Ubuntu 21.10 one can follow ArchLinux PKGBUILD with extra-cmake-modules from git as follows:

sudo apt-get update
sudo apt-get autopurge extra-cmake-modules
sudo apt-get install git build-essential cmake libkf5activities-dev \
libkf5activitiesstats-dev libkf5plasma-dev kirigami2-dev libkf5declarative-dev \
libkf5kcmutils-dev libkf5notifications-dev libkf5kio-dev libkf5wayland-dev \
plasma-workspace-dev qtmultimedia5-dev appstream qtbase5-dev qtchooser \
qt5-qmake qtbase5-dev-tools qttools5-dev 'python3-sphinxcontrib*'

cd ~/Downloads
git clone https://invent.kde.org/frameworks/extra-cmake-modules
cd extra-cmake-modules
cmake .
make
sudo make install

cd ~/Downloads
git clone https://invent.kde.org/plasma/plasma-bigscreen.git
cd plasma-bigscreen
cmake .
make -j$(nproc)
sudo make install
lnee avatar
td flag
Will this show up as a desktop environment?
N0rbert avatar
zw flag
I'm not sure, I compiled it inside Docker container without Xorg. You have to check the README at its repository and maybe *documentation* folder there.
lnee avatar
td flag
Ok I tested it shows in gdm but not sddm and when i tried launching it was just a mouse curcer
Knud Larsen avatar
by flag
Black background + cursor : Suggest a couple of apps in `.config/autostart/`, e.g. firefox.desktop and a terminal.desktop, or whatever you want for the "bigscreen". ..... Opens OK here.
lnee avatar
td flag
When I open the terminal in that state, it opens and run fine but when I run plasma-bigscreen-x11 a window opens it says plasma-bigscreen is already open
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.