glib.GError

Hi there people!
I am trying install an program. And this error below is showed:
glib.GError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
What is this? How to resolve this error?
I saw that is about the Gnome.
I am using the new version of OpenSuse.
Thanks!

On 2013-05-04 03:36, rafaelfrazao wrote:
>
> Hi there people!
> I am trying install an program. And this error below is showed:

No question asked in this subforum - did you not read the BIG warning
not to?

+++····························
This forum is NOT for asking questions, but contains submissions to be
reviewed and potentially moved to the How To/FAQ area. If you see
something here you really like and feel should be permanent, take a
couple of seconds and give the thread a rating. Alternately, if you see
something here you don’t think should be made permanent for one reason
or another, comment in the thread and give the thread the appropriate
rating. Your input will help pinpoint which items posted here are the
important ones. Thanks for taking the time to help.
····························+±

use the report button to ask a moderator to move to the proper forum.


Cheers / Saludos,

Carlos E. R.
(from 12.1 x86_64 “Asparagus” at Telcontar)

Your post has been moved to the Applications forum which is better suited to your help request.

Thank You,

What application you are trying to install ?
Where did you get the rpm ? Is it available in openSUSE repos ?
What is the version of openSUSE you are using ?
What DE are you using (KDE,GNOME,etc…)?

Do post computer output within

 tags like this. Use the button "**#**" in post editor.

glib.GError: GDBus.Errorrg.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files


That way smilies would not appear and would make reading of your post better.

Ok.
So… This is the link of application: https://github.com/JamezQ/Palaver
Is an program of recognition voice for Ubuntu.
But I managed install the dependencies to the OpenSuse and the developer said it is possible adapt to the OpenSuse.
The version OpenSuse is 12.3 and I am using KDE.
Thanks for the help and the patience.

Inside setup i see this line. Did you install all relevant packages ?

sudo apt-get install sox python-argparse wget espeak xautomation xvkbd -y

Also, inside readme.txt i see that we need to install ‘n’ number of packages. Have you done this ?

BEFORE USE, PLEASE INSTALL:
sox
python-argparse

For note to self

libsox-fmt-mp3
mutt

You may already have the notification system.

notification-daemon,notify-osd or xfce4,notifyd

wget
espeak

To send text

xvkbd

For automation

xautomation

This program seems to be posting your voice to google. Is that fine with you ?
Google speech engine hosted online is doing the work . It is not a speech recognition engine sitting on your machine. I don’t think this a good idea.
Again , the decision is your

#!/bin/bash


# This should change based on language.
# lang=es or something.
# Multiple results
#URL="http://www.google.com/speech-api/v1/recognize?lang=en&client=chromium&maxresults=6"
URL="https://www.google.com/speech-api/v1/recognize?lang=$LANG&client=chromium"

if  -z "$1" ];then
    echo ""
    exit 1
fi

wget -qO- --post-file "$1" --header 'Content-type: audio/x-flac; rate=16000' "$URL" > result.json

RESULT="$(cat result.json | sed 's/^^]*\{\"utterance\":\"\(^\"]*\)\".*/\1/')"

echo "$RESULT"

Did you try out simon software.opensuse.org: