Moved Blog
I've moved my blog over to WordPress http://naesyllek.wordpress.com
"All of the work that had been maintained as the community or 'quinn' tree of compiz has become Beryl. This change is necessitated by the difference in direction and vision of our community as compared with davidr/novell's approach."
"This is intentional, and done because we are NOT creating an "angry fork", we want to make sure to stay out of davidr's way."
"It has a vitreous lustre and can be transparent or translucent."


Included with the kit was a CD with both the driver and editing software for both the windoze & Mac OS X platforms. A friend suggested the possibility that the software may work on Linux under WINE. I'd forgotten about this application as I don't have any need to run any windoze programs. So I decided to give it a go and sure enough it does :)
#!/bin/bash
if
zenity --question --title="Run movie as desktop background?" --text="This script will allow you to play a movie on the desktop within your XGL environment.\n\nClick the OK button and choose the movie from the file selection."
then
xwinwrap -ni -o 0.6 -fs -s -sp -st -b -nf -- mplayer -wid WID "`zenity --file-selection`"
fi
I purchased a Roland MC-505 Groovebox nearly 7 years ago. It soon became the heart of my sonic arsenal due to its useability features, just check out the number of controllers, knobs, sliders, and buttons galore, not forgetting of course the D-Beam infrared control.
I decided to look under the hood, and was shocked to find that the inside was pitted with rust! This rust was clearly well established as it wasn't limited to the surface, nor was it due to environmental conditions. Around these spots of rust were scuff marks and loss of sheen to the metal, which suggested signs of cleaning off surface rust prior to forming/assembly.
#!/bin/bash
#
# Checks to see if process "compiz.real" is running.
pid=`ps --no-heading -C compiz.real | cut -d "?" -f1`;
if [ -n "$pid" ]; then
zenity --info --text="Turning off XGL Compiz effects. Replacing window thememanager with Metacity.";
kill -9 $pid
metacity --replace &
else
zenity --info --text="Turning on XGL Compiz wibbly wobbly windows effects";
gnome-window-decorator &
compiz --replace gconf transset decoration wobbly fade minimize cube rotate zoom scale move resize place switcher &
fi


/etc/apt/sources.list file. My install only included the security repos which I edited as below;$ sudo vi /etc/apt/sourses.list
deb http://security.ubuntu.com/ubuntu edgy-security main
# deb-src http://security.ubuntu.com/ubuntu edgy-security main
deb http://security.ubuntu.com/ubuntu edgy-security universe
# deb-src http://security.ubuntu.com/ubuntu edgy-security universe
deb http://archive.ubuntu.com/ubuntu/ edgy main restricted
deb http://archive.ubuntu.com/ubuntu/ edgy universeifconfig confirmed the ethernet port was setup.

$ ifconfig
eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:xx.xx.xx.15 Bcast:xx.xx.xx.255 Mask:255.xx.xx.xx
inet6 addr: xxxxxxxxxxxxxxxxxxxxxxx Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:167517 errors:0 dropped:0 overruns:0 frame:0
TX packets:111091 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:244521123 (233.1 MiB) TX bytes:8510005 (8.1 MiB)
Base address:0xe800 Memory:fbfe0000-fc000000/etc/resolv.conf$ sudo vi /etc/resolv.conf
nameserver 208.67.222.222 # openDNS
nameserver 208.67.220.220 # openDNSReading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Failed
The following packages have unmet dependencies:
openoffice.org-l10n-en-gb: Conflicts: openoffice.org-core (>= 2.0.3) but 2.0.3-3ubuntu3 is to be installed
openoffice.org-l10n-en-za: Conflicts: openoffice.org-core (>= 2.0.3) but 2.0.3-3ubuntu3 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.$ sudo apt-get -f remove openoffice.org* oooqs-kde python-uno
$ sudo apt-get install openoffice.org python-uno$ sudo apt-get update
$ sudo apt-get dist-upgrade
I downloaded Knot 1 image ealier today and burnt it to CD. Been a development distro I initially tried to install as a virtual machine using VMServer, but the initial burn had errors due to a dodgy disc and hence wouldn't install. Having re-burnt the CD I installed it again via VMServer, here is a screenshot of it booting. I wasn't able to perform a docked install in VMServer, so I decided to install it on a spare 10 gig hard drive partition. This method proved more successful, except that it hasn't detected my ethernet card, which a few other people on the forum have discovered. I'm hoping to resolve this next week after getting some tips from the Ubuntu developers attending the LugRadio Live event this weekend.

"Not to brag, but OpenDNS caches are really big."
And here's why. Edgy is all about cutting edge, perhaps bleeding edge,brand new code and infrastructure. It will be the right time to bring in some seriously interesting but definitely edgy new technologies which lay the groundwork for the next wave of Ubuntu development.
An Eft is a youthful newt, going through its first exploration of the rocky territory just outside the stream. And that's exactly what we hope the development team will do with Ubuntu during the Edgy cycle - explore slightly unfamiliar and uncharted territory that is perhaps a little out of the mainstream.
So dream a little about Xen for virtualisation, Xgl/AIGLX and other wonderful wobbly window bits, the goodness of Network Manager, a first flirt with multiarch support for true mixed 32-bit and 64-bit computing on AMD64, the interesting possibilities of the SMART package manager... and other pieces of infrastructure which have appeared tantalisingly on the horizon.announcement in full