Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Development & Programming > Ubuntu Forum Archives > Karmic Koala Testing and Discussion (CLOSED)
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Karmic Koala Testing and Discussion (CLOSED)
Ubuntu Karmic Koala is in development, use only for testing purposes!!!

This forum is for the discussion of Ubuntu Karmic Koala. Karmic is in development and will be out in October 2009. Please note: Ubuntu Developers do not usually read the forums, to report a problem found in Karmic please report the bug in Launchpad.


 
 
Thread Tools Display Modes
Old 4 Weeks Ago   #1
BAMF1501
A Carafe of Ubuntu
 
Join Date: Sep 2009
Beans: 149
Ubuntu Karmic Koala (testing)
HandBrake Issue Under Karmic

OK so i installed handbrake a divx encoder but i get this error /?

BAMF1501 is offline  
Old 4 Weeks Ago   #2
jbrown96
100% Pure Ubuntu
 
jbrown96's Avatar
 
Join Date: May 2007
Location: STL, MO
Beans: 883
Kubuntu Karmic Koala (testing)
Re: HandBrake Issue Under Karmic

Does this happen when you try to launch handbrake or installing it? If you are installing it, it would help to see the output from the terminal. You should have downloaded a .deb file. Here's how to install it. In a terminal (apps-->accessories),
Code:
sudo dpkg -i FILE
repalce FILE with the handbrake file. It will probably be on your desktop, so Desktop/ at that point you can double tap tab and it will list the available files. Start typing the file name, then you can press tab once to autocomplete. Post the output here if you have errors.
jbrown96 is offline  
Old 4 Weeks Ago   #3
BAMF1501
A Carafe of Ubuntu
 
Join Date: Sep 2009
Beans: 149
Ubuntu Karmic Koala (testing)
Re: HandBrake Issue Under Karmic

those codes dont work
BAMF1501 is offline  
Old 4 Weeks Ago   #4
tommcd
May the Ubuntu Be With You!
 
tommcd's Avatar
 
Join Date: Aug 2005
Location: Philadelphia, PA, USA
Beans: 1,697
Ubuntu 9.10 Karmic Koala
Send a message via Yahoo to tommcd
Re: HandBrake Issue Under Karmic

Please post the link from where you got Handbrake. Was it from the Handbrake website:
http://handbrake.fr/downloads.php
or from somewhere else?
Put the handbrake .deb package in your home directory. Open a terminal and run:
Code:
sudo dpkg -i Handbrake
and hit the Tab key. It should autocomplete the Handbrake file name. If it doesn't then Handbrake is not in your home directory.
__________________
desktop: Asrock 939 Dual Sata2, AMD Athlon64 3200, 2GB RAM, Nvidia 7300GT
laptop: Acer 3680-2633
tommcd is offline  
Old 4 Weeks Ago   #5
oboedad55
Dipped in Ubuntu
 
oboedad55's Avatar
 
Join Date: Jun 2007
Location: Atlanta, GA
Beans: 622
Ubuntu 9.04 Jaunty Jackalope
Send a message via AIM to oboedad55 Send a message via Yahoo to oboedad55
Re: HandBrake Issue Under Karmic

I've got the same deal going on. It installs fine but throws this error trying to start the program.
__________________
Registered Linux user #436067
Registered Ubuntu user #29066
oboedad55 is offline  
Old 3 Weeks Ago   #6
tommcd
May the Ubuntu Be With You!
 
tommcd's Avatar
 
Join Date: Aug 2005
Location: Philadelphia, PA, USA
Beans: 1,697
Ubuntu 9.10 Karmic Koala
Send a message via Yahoo to tommcd
Re: HandBrake Issue Under Karmic

Quote:
Originally Posted by oboedad55 View Post
I've got the same deal going on. It installs fine but throws this error trying to start the program.
Some googling suggests this may be a bug in Handbrake. About the only possible fix I could see was this:
http://forum.handbrake.fr/viewtopic.php?f=13&t=7327
So you could try finding the ghb.ui file and editing it as per that link. That post is 1 year old though.
The last post in that thread indicates this bug has been fixed in the snapshot version of handbrake and has a link to it. That last post was dated Oct 07, 2009 so it should be current.
__________________
desktop: Asrock 939 Dual Sata2, AMD Athlon64 3200, 2GB RAM, Nvidia 7300GT
laptop: Acer 3680-2633

Last edited by tommcd; 3 Weeks Ago at 06:07 AM..
tommcd is offline  
Old 3 Weeks Ago   #7
oboedad55
Dipped in Ubuntu
 
oboedad55's Avatar
 
Join Date: Jun 2007
Location: Atlanta, GA
Beans: 622
Ubuntu 9.04 Jaunty Jackalope
Send a message via AIM to oboedad55 Send a message via Yahoo to oboedad55
Re: HandBrake Issue Under Karmic

Just for laughs I messed around with this issue for a while, including trying to install the snapshot. For some reason it stops with a failed dependency, needing libwebkit 1.0-1 I believe.
__________________
Registered Linux user #436067
Registered Ubuntu user #29066
oboedad55 is offline  
Old 3 Weeks Ago   #8
tommcd
May the Ubuntu Be With You!
 
tommcd's Avatar
 
Join Date: Aug 2005
Location: Philadelphia, PA, USA
Beans: 1,697
Ubuntu 9.10 Karmic Koala
Send a message via Yahoo to tommcd
Re: HandBrake Issue Under Karmic

Quote:
Originally Posted by oboedad55 View Post
Just for laughs I messed around with this issue for a while, including trying to install the snapshot. For some reason it stops with a failed dependency, needing libwebkit 1.0-1 I believe.
If there is a missing dependency, then search for it with aptitude. For example:
Code:
aptitude search libwebkit
will return all packages with libwebkit in their names. A "p" before the package name means it is not installed. An "i" before the package name means it is installed. You can then install the package with apt-get if it is not already installed, and then try installing HandBrake again.
The current version of libwebkit in Jaunty is 1.0-1:
http://packages.ubuntu.com/search?ke...ty&section=all
__________________
desktop: Asrock 939 Dual Sata2, AMD Athlon64 3200, 2GB RAM, Nvidia 7300GT
laptop: Acer 3680-2633

Last edited by tommcd; 3 Weeks Ago at 10:33 AM..
tommcd is offline  
Old 3 Weeks Ago   #9
Mooty
First Cup of Ubuntu
 
Mooty's Avatar
 
Join Date: Nov 2005
Location: London
Beans: 2
Ubuntu Karmic Koala (testing)
Re: HandBrake Issue Under Karmic

Hi, you need to use the SVN version http://forum.handbrake.fr/viewtopic.php?f=4&t=12464 , as 9.3 doesn't work on Karmic, if I'm remembering correctly.
Mooty is offline  
Old 3 Weeks Ago   #10
fenian
Has an Ubuntu Drip
 
fenian's Avatar
 
Join Date: Apr 2006
Location: Minnesota
Beans: 745
Ubuntu 9.04 Jaunty Jackalope
Send a message via Yahoo to fenian
Re: HandBrake Issue Under Karmic

You need to do 3 things to get it working...

1-Download the SVN snapshot here

2-Force the installation to ignore missing webkit dependency,open a termial and enter...

for 64 bit...
Quote:
for 64 bit...

sudo dpkg -i --force-depends ~/Downloads/HandBrake-svn2845-Ubuntu_GUI_x86_64.deb

for 32 bit...

sudo dpkg -i --force-depends ~/Downloads/HandBrake-svn2845-Ubuntu_GUI_i686.deb
(My downloads go to ~/Downlods change yours appropriately)

3-Create symbolic link for webkit,in the terminal enter...

Quote:
Quote:
sudo ln -s /usr/lib64/libwebkit-1.0.so.2 /usr/lib64/libwebkit-1.0.so.1
For 32 bit the /usr/lib64 bit would be something different but as I am not running 32 bit I cannot give you an exact cut and paste line.
__________________
I used to be "with it," but then they changed what "it" was, and now what I'm "with" isn't "it" anymore, and what's "it" is weeeird and scary. It'll happen to you!

Last edited by fenian; 3 Weeks Ago at 11:26 PM..
fenian is offline  
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:31 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry