Add your comments
DLS Archives
May 2012
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||
Essential Windows Apps | Do Not Track | Microsoft Office | SayNow | LibreOffice | Zeam Android Launcher | Dead Space iPhone | Firefox 4 Mobile | Firefox 4 Release | PlayStation iPhone App | Excel Tips | Android Launcher | Google One Pass | Dead Space | Google Cloud Print | Songbird for Android | NBA Jam | Internet Explorer 9 | Windows 7 Connector for Mac | Office Mac 2011 | IE9 RC
Gadget News
- Amazon offers prepaid 4G LTE data in Japan, gets you online 500MB at a time
- Lenovo ThinkPad Edge S430 readies to enter Euro market, gets priced at €809 on German site
- Precise Biometrics' Tactivo for iPhone, iPad locks data by fingerprint and smart card, is overkill for your diary (video)
- Volvo's driverless road train in Spain is public mainly on the plain (video)






Reader Comments (Page 1 of 1)
(Unverified)Apr 13th 2008 8:48AM
I installed on Ubuntu 7.10 using the two lines exactly as they were. Now Totem crashes on startup. I also installed VLC but the playback is dreadfully jumpy.
I'd like to know how to get Totem working again
(Unverified)Apr 13th 2008 9:02AM
Hi Ozyank,
I think I might be able to help you out... Just to backtrack, I'd probably remove the software you've just installed
sudo apt-get remove totem-xine libxine1-ffmpeg libdvdread3
I don't *believe* leaving it on the system would mess with what I'm about to tell you to try, but there is the possibility it could complicate the issue.
Then, I'd go ahead and install the Medibuntu repositories. They're quite safe, and honestly, I've never had a problem with getting DVD playback on anything with them.
In a terminal (you can do it through Synaptic, quicker in the terminal, though)
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list
Now add the GPG key
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
Then....
sudo apt-get install libdvdcss2
(or search for the above package in Synaptic)
It'll choose the right version for your architecture, and install any dependencies. The really cool thing about Medibuntu, is that it pretty much has ALL the free and non-free codecs, so you can get just about any file, like wma or wmv, working with this repository.
For more information, check this out:
https://help.ubuntu.com/community/Medibuntu
Hope it helps.... Kristin
(Unverified)Apr 13th 2008 9:07AM
Ah, sorry... The above *should* set Totem right. If for some reason it doesn't, try, in this order, reinstalling the Totem package, and, failing that.... go into the .gnome-2 folder (it's a hidden one), find the Totem subfolder, and try removing the state information file. It should, then, fire up Totem like you were starting it for the first time.