Warning: session_start(): open(/tmp/sess_4cdobbo8nk3gmkj13rs4bvo5s1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
RonF's comments openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- RonF's profile .- Fan of  .- CV  .- Friends  .- Content  .- Latest Comments (20) . 
Re: Bug
Feb 4 2009  on content Advanced Gnome Menu

Actually, I am quite irritated. This application is too buggy for use.

.
Bug
Feb 4 2009  on content Advanced Gnome Menu

I turned off Fav Apps, and it no longer works. Installation: Ubuntu 8.10 23 bit.

ron@ron-desktop:~$ advancedgnomemenu
Running installed agm, modifying PYTHONPATH.
Your language is: en_US
[]
Reading fav apps
Traceback (most recent call last):
File "./AGM.py", line 91, in <module>
AGM(top_buttons=False)
File "/usr/local/lib/python/AGM/AGM_Main_Window.py", line 111, in __init__
self.setObjects();
File "/usr/local/lib/python/AGM/AGM_Main_Window.py", line 182, in setObjects
self.favApps()
File "/usr/local/lib/python/AGM/AGM_Main_Window.py", line 433, in favApps
fav_apps_bar.pack_start(bar, False)
UnboundLocalError: local variable 'fav_apps_bar' referenced before assignment
bye bye
ron@ron-desktop:~$

.
.m4a decoding
May 14 2008  on content soundKonverter

mplayer strikes me as very unstable when faced with an ALAC track. ffmpeg seems able to convert many of these same files if run by itself on the command line.

Then, I have a few files that ffmpeg will itself seg. fault on, but I think the decoding is making it to completion or nearly so, before the seg. fault occurs. I will have to check the last second of these files to see if it made it all the way to the end.

In general, I think it makes more sense when decoding .m4a files to just call ffmpeg directly, rather than to call mplayer.

I am not aware of a build for mp4als in any Ubuntu repository, but there is a build for alac-decoder and that seems to work on every ALAC file I have tried so far.

The fact that .m4a is a container for different kinds of formats, such as AAC and ALAC, it is necessary to have several tools available for dealing with these files when migrating from an iTunes environment. I think that possibly what would be best for the sK .m4a decoding back-end options, would be to provide faad, ffmpeg, and alac-decoder.

-Ron

.
ffmpeg seg faults
May 14 2008  on content soundKonverter

It seems that my problem is that I am getting a segmentation fault in ffmpeg when attempting to decode some .m4a files that contain an ALAC track, but not all.

I am restricting my testing to just those files that don't cause a seg. fault to test other aspects of soundKonverter.

-Ron

.
Testing 3.7 Build
May 14 2008  on content soundKonverter

I am testing my Ubuntu 8.04 build of soundKonverter 3.7, using ./configure --with-mp4v2.

The program runs, but now I have no .m4a capability at all. The files I am trying to convert were made by iTunes, and are Apple Lossless and have a .m4a extension.

If I try to use the default faad back-end, decoding fails immediately. The error message in the log file reads "Unable to find AAC soundtrack in mp4 file." Well, yeah - there is no AAC track, it is an Apple Lossless track. I don't think faad supports Apple Lossless, and maybe I had run into this with 3.6 anyway.

Next, I tried mplayer as the back-end. This time decoding began, but then according to the log file, mplayer crashed.

It does not appear that Apple Lossless decoding works anymore. I am not sure what happened here - I was able to decode .m4a files under Gutsy, and now there seems to be a regression, as now I cannot.

This is not moving in the forward direction.

-Ron

.
Re: Re: Cannot build...
May 9 2008  on content soundKonverter

Ok, with the last fix to the source, I got it to configure, build, and install on my 8.04 machine! I am running it now.

I am going to do a bit of testing...

-Ron

.
Cannot build...
May 8 2008  on content soundKonverter

I am trying to build soundKonverter under Ubuntu 8.04, and I am still getting the following error message from ./configure --with-mp4v2:

config.status: error: cannot find input file: src/patches/Makefile.in

Any suggestions?

-Ron

.
Re: Re: Re: Re: Re:
Apr 9 2008  on content soundKonverter

Once again - thank you very much.

-Ron

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team