agreed. i would think to exclude the package, instead of include it and having it not install stage. anyways, in case this is helpful to anyone...
how I compiled Calligra Stage 3.0.1 in Kubuntu 18.04 LTS from source: $ sudo apt install cmake extra-cmake-modules liblcms2-dev libeigen3-dev libphonon4qt5-dev libphonon4qt5experimental-dev $ sudo apt build-dep calligra $ mkdir -p $HOME/kde/build/calligra $ mkdir -p $HOME/kde/inst5 $ mkdir -p $HOME/kde/src $ wget https://download.kde.org/stable/calligra/3.0.1/calligra-3.0.1.tar.xz $ tar xJf calligra-3.0.1.tar.xz -C $HOME/kde/src $ cd $HOME/kde/build/calligra $ cmake -DCMAKE_INSTALL_PREFIX=$HOME/kde/inst5 $HOME/kde/src/calligra-3.0.1 \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPRODUCTSET="STAGE" \ -DBUILD_UNMAINTAINED=TRUE -Wno-dev $ make -j6 $ make install -j6 $ nano ~/.profile export XDG_DATA_DIRS=$HOME/kde/inst5/share:$XDG_DATA_DIRS export PATH=$HOME/kde/inst5/bin:$PATH log out and in $ ln -s ~/kde/inst5/share/applications/org.kde.calligrastage.desktop ~/.local/share/applications/ you should see Calligra Stage in the main menu easier: use KDE Neon and install Stage from Discover even easier: just use LibreOffice -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to calligra in Ubuntu. https://bugs.launchpad.net/bugs/1814144 Title: installed calligra 3.0.1 but cannot find calligra stage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calligra/+bug/1814144/+subscriptions -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs