Package Details: audio-recorder-from-deb 0.9.8-1

Package Base: audio-recorder-from-deb
Description: Record audio from your soundcard and microphone
Upstream URL: https://launchpad.net/audio-recorder
Category: multimedia
Licenses: GPLv3
Submitter: dserban
Maintainer: None
Last Packager: None
Votes: 11
First Submitted: 2011-03-22 16:29
Last Updated: 2012-11-17 23:54

Latest Comments

Comment by fab31

2014-02-06 10:26

To get it run, I had to install libappindicator3.
What is the correct solution ? I think it should be fixed somewhere...

Anonymous comment

2013-03-11 13:30

Didn't work out of the box.. it couldn't find the libs as those are stored in /usr/share/audio-recorder/lib/

The error looked like this:
...
"audio-recorder: error while loading shared libraries: libindicator3.so.7: cannot open shared object file: No such file or directory"
...

This did the trick:
sudo ln -s /usr/share/audio-recorder/lib/libappindicator3.so.1 /usr/lib/
sudo ln -s /usr/share/audio-recorder/lib/libdbusmenu-gtk3.so.4 /usr/lib/
sudo ln -s /usr/share/audio-recorder/lib/libdbusmenu-glib.so.4 /usr/lib/

And had to rename as it wanted the 7 not the 6:
sudo ln -s /usr/share/audio-recorder/lib/libindicator3.so.6 /usr/lib/libindicator3.so.7

Anonymous comment

2013-03-11 13:29

Didn't work out of the box.. it couldn't find the libs as those are stored in /usr/share/audio-recorder/lib/
...
The error looked like this:
"audio-recorder: error while loading shared libraries: libindicator3.so.7: cannot open shared object file: No such file or directory"
...
This did the trick:
sudo ln -s /usr/share/audio-recorder/lib/libappindicator3.so.1 /usr/lib/
sudo ln -s /usr/share/audio-recorder/lib/libdbusmenu-gtk3.so.4 /usr/lib/
sudo ln -s /usr/share/audio-recorder/lib/libdbusmenu-glib.so.4 /usr/lib/

And had to rename as it wanted the 7 not the 6:
sudo ln -s /usr/share/audio-recorder/lib/libindicator3.so.6 /usr/lib/libindicator3.so.7

Comment by Spike29

2012-04-27 17:03

Hi, audio-recorder 0.9 is out :)

https://launchpad.net/~osmoma/+archive/audio-recorder/+packages

Anonymous comment

2012-03-31 17:31

audio_recorder_wrapper.sh
audio-recorder: error while loading shared libraries: libindicator3.so.7: cannot open shared object file: No such file or directory

Comment by Spike29

2011-10-28 19:58

Thanks, your command fixed the problem on my 32 bit Archlinux.

I still have this warning when I start the program : "(audio-recorder:15785): GLib-GObject-CRITICAL **: g_object_get_data: assertion `G_IS_OBJECT (object)' failed", but everything seems to work properly.

Comment by dserban

2011-10-28 18:57

@Spike29, please run the following command as root and see if that fixes the problem:
glib-compile-schemas /usr/share/glib-2.0/schemas

If it does, I'll add an .install file to the package.
Currently, audio-recorder starts successfully on my 32-bit Arch system.

Comment by Spike29

2011-10-28 18:25

I reinstalled the package, but I have a segmentation fault :

"(audio-recorder:15581): GLib-GIO-CRITICAL **: Settings schema 'org.gnome.audio-recorder' is not installed

Segmentation fault"

Comment by dserban

2011-10-28 15:45

I have fixed the issue with the missing libindicator3.so.6, please test again.

Comment by Spike29

2011-10-28 14:12

I started the program with "audio-recorder" command line.

I tried with "audio_recorder_wrapper.sh", and I've got the following error message :
"audio-recorder: error while loading shared libraries: libindicator3.so.6: cannot open shared object file: No such file or directory"


libindicator3.so.6 library isn't present in /usr/share/audio-recorder/lib folder.

All comments