« Mai 2009 | Hauptseite | März 2009 »

Freitag, April 10, 2009

Vorstellungsgespräche

Nix mit Ferien

Eines in Glücksburg (bei den Punkten) bei Artefact

und eines in

Wien (schöne Stadt) bei Greenpeace (tolle Stelle - will ich ! )

Heute heimgekommen und gleich mit Adri geschraubt :D

Frohe Ostern

Erstellt von Benni um 11:11 PM
Kategorie(n): real life und so

Sonntag, April 26, 2009

Cedega für Jaunty

Habe die Anweisungen von http://www.ubuntu-inside.me/

befolgt und euch ein Packet gepackt :D


Cedega Download


How to Get Your Cedega Working On Ubuntu Jaunty

When i was using Ubuntu Jaunty Beta, i saw that cedega debian packages do not work with jaunty.It complains about a dependency called python2.4-dbus (Error: Dependency is not satisfiable: Python2.4-dbus).Today we will fix this issue so your cedega will work with Ubuntu Jaunty.Let's start.

Download cedega package from here."cd" to the directory where you downloaded cedega debian package (for example : cd /home/yourusername/Desktop/)

Now we will create folders :

$mkdir -p cedega_000133_all/DEBIAN

This will create cedega_000133_all folder and inside that DEBIAN folder.Now let's edit the packages, rebuild it and get things working :

$ar p cedega_000133_all.deb data.tar.gz | tar zx -C cedega_000133_all/

$ar p cedega_000133_all.deb control.tar.gz | tar zx -C cedega_000133_all/DEBIAN/

$mv cedega_000133_all.deb cedega_000133_all.prerebuild.deb

$perl -pi -e 's/python2.4-dbus/python-dbus/' cedega_000133_all/DEBIAN/control

$dpkg-deb --build cedega_000133_all

$rm -rf cedega_000133_all

$sudo dpkg -i cedega_000133_all.deb

That is it.Have a nice kill : )

Erstellt von Benni um 1:16 PM
Kategorie(n): real life und so