Almond in my KDE desktop

I’ve installed recently Almond from FlatPak but my KDE desktop doesn’t launch It (other programs from FlatPak recently installed It does…).
I’ll apreciate any insight or experience…
Thanks

HI @ivappanther,

is the file set as excuteable? To do so, run:

chmod +x </path/to/file>

In the terminal. Where </path/to/file> is, you guessed it, the path to the file.

Hope this helps!

What is the output of the following command?

flatpak run edu.stanford.Almond

(edu.stanford.Almond:2): Gjs-CRITICAL **: 18:35:58.238: JS ERROR: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process edu.stanford.Almond.BackgroundService exited with status 1
spawnServiceDBusActivation@resource:///edu/stanford/Almond/js/app/servicelaunch.js:60:13
spawnService@resource:///edu/stanford/Almond/js/app/servicelaunch.js:86:9
main@resource:///edu/stanford/Almond/js/app/main.js:127:21
run@resource:///org/gnome/gjs/modules/script/package.js:222:19
@/app/bin/edu.stanford.Almond:6:17

(edu.stanford.Almond:2): Gjs-CRITICAL **: 18:35:58.238: Script /app/bin/edu.stanford.Almond threw an exception

Somebody knows what’s happening with this response to that command ?

I’ve researched something about what’s dbus in Linux like Desktop sistems, perhaps given the nature of Almond as virtual assistant it’s a problem related to KDE…
Any insight ?

Thanks …

The last update was from August 2021 and their GitHub issues are mentioning outdated dependencies. There is not much you can do on your side.

Ok thanks a lot!! Hope it’ll resolved finally.