To get it run, I had to install libappindicator3.
What is the correct solution ? I think it should be fixed somewhere...
Search Criteria
Package Details: audio-recorder-from-deb 0.9.8-1
Package Actions
| Package Base: | audio-recorder-from-deb |
|---|---|
| Description: | Record audio from your soundcard and microphone |
| Upstream URL: | https://launchpad.net/audio-recorder |
| Category: | multimedia |
| Licenses: | |
| Submitter: | dserban |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 11 |
| First Submitted: | 2011-03-22 16:29 |
| Last Updated: | 2012-11-17 23:54 |
Dependencies (14)
Required by (0)
Sources
Latest Comments
Comment by fab31
Anonymous comment
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
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
Hi, audio-recorder 0.9 is out :)
https://launchpad.net/~osmoma/+archive/audio-recorder/+packages
Anonymous comment
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
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
@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
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
I have fixed the issue with the missing libindicator3.so.6, please test again.
Comment by Spike29
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.