Hey all!
I am new to Endeavour OS, and i recently installed it on my main PC, loving it so far!
But, i installed the Calligra office suite (using sudo pacman -S calligra
) and it doesn’t start.
Running any of the Calligra apps (including Karbon) they don’t do anything
Running them from the terminal says this:
calligra.lib.migration: kde home not found
Errore di segmentazione (core dump creato)
Translation: Segmentation Fault (core dumped)
Except running Calligra Gemini opens a white window with nothing in it
Here’s what Gemini says when i run it from the terminal:
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "(c) 1999-%1 The Calligra team and KO GmbH.\n" msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Calligra Gemini: Writing and Presenting at Home and on the Go" msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Calligra Gemini" msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Document to open" msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Use the virtual keyboard" msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Calligra Gemini" msgid_plural: "" msgctxt: ""
file:///usr/share/calligragemini/calligragemini.qml:23:51: Type WelcomePage unavailable
sourceComponent: Component { id: welcomePage; WelcomePage { } }
^
file:///usr/share/calligragemini/qml/WelcomePage.qml:131:39: Type WelcomePageCloud unavailable
Component { id: welcomePageCloud; WelcomePageCloud { } }
^
file:///usr/share/calligragemini/qml/welcomepages/WelcomePageCloud.qml:204:29: Type AddGit unavailable
Component { id: addGit; AddGit { } }
^
file:///usr/share/calligragemini/qml/welcomepages/cloud/AddGit.qml:32:5: Type CreateCheckout unavailable
CreateCheckout {
^
file:///usr/share/calligragemini/qml/welcomepages/cloud/git/CreateCheckout.qml:24:1: plugin cannot be loaded for module "Calligra.Gemini.Git": Impossibile caricare la libreria /usr/lib/qt/qml/Calligra/Gemini/Git/libcalligrageminigitplugin.so: (libgit2.so.1.7: impossibile aprire il file oggetto condiviso: File o directory non esistente)
import Calligra.Gemini.Git 1.0
^
Switching to touch
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Regular")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Light")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Semibold")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Semibold")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Semibold")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Light")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Regular")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Regular")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Regular")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Regular")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Extralight")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Bold")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Light")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Light")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Semibold")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Semibold")
Could not find font QVariant(QString, "Source Sans Pro") with style QVariant(QString, "Regular")
Did I do something wrong?
I installed the latest version of Endeavour OS with KDE 6
Thanks in advance