Tag Archive for 'Linux'

Making Internet Radio Pretty

Aaron Bockover has been working on a nice patch for Banshee that allows for better parsing of the title metadata found in most shoutcast/icecast/etc internet radio streams, such as those from SomaFM.

The neat thing about this is that the data is properly guessed into artist and title, and the Metadata Searcher Plugin takes it from there to figure out what the album name is and retrieve it’s cover art. This also allows the Recommendations Plugin retrieve proper data from Last.fm for the panel across the bottom.

gbrainy - Brain Age for GNOME

Jordi Mas has begun the roots of a Brain Age type game for GNOME called gbrainy. It’s a logic puzzle engine only at the moment but it’s hopped it can evolve into a more complete brain training game with arithmetical puzzles, memory puzzles, and color puzzles. He released version 0.1 yesterday and it’s looking great. It certainly could use some polish but it’s an exceptional start after a few weeks work. I look forward to contributing to this project as it evolves. It’s built using Mono, C#, and Cairo.

Screenshot-gBrainy-1

Western Digital My Book icons for Nautilus desktop

This evening I decided I didn’t really like the generic USB Hard Disk icon my My Book Premium Edition created on my GNOME desktop when plugged in. I found a few images online and took a photo of my own to make some. I figured I’d share them here since my first inclination was to search and didn’t find anything to my liking. Here are mine as transparent PNG files.

mybookicons

My Book 1 My Book 2 My Book 3

Enabling Remote Desktop in XP Home

(This is a rather technical post so feel free to skip this if the title means nothing to you)

I had a dilemma last night. I was linked to this great article by someone in ArsTechnica’s #linux on setting up SeamlessRDP to my VMWare Windows XP installation to achieve an effect similar to VMware Fusion’s Unity on Mac OS X. The problem is that I soon found out that Remote Desktop is disabled in XP Home Edition, only to be enabled in XP Professional.

It took a lot of digging around but I was eventually able to figure out how to get this enabled. So here is my guide on how to enable Remote Desktop in Windows XP Home Edition. Just a heads up that this was important to me because of RDP’s ability to launch specific applications for seamless integration into my Linux desktop, if you don’t need this and just want a full desktop window, one of the free VNC solutions might be better for you (TightVNC seems popular).

The first thing is to trick the installation into thinking that it’s actually XP Pro. I found this information here. Before doing this it might be best to make sure your install is already set up with Service Pack 2, etc.

  1. Navigate the Windows registry to HKEY_LOCAL_MACHINE/SYSTEM/ControlSet00X/Control/ProductOptions (where ControlSet00X is the one with the highest number) and delete the “ProductSuite” key.
  2. Create a new DWORD key in this same folder called “Brand” and set it’s value to 0.
  3. Reboot Windows. At startup mash F8 to bring up the boot options and choose “Last Known Good Configuration”.

After some hard disk churning you will be back to your welcome screen or desktop. You can then go to the System control panel and see that you now have a Professional Edition setup. This is great so far but unfortunately doesn’t actually install all those professional features.

Now I needed to get Remote Desktop to accept incoming connections.

I found this batch file on a forum post. It’s easy to follow; it basically creates a .reg file with the required keys, merges it, and does a reinstall of terminal services. After a reboot you should now see Terminal Services alive and well in the Services Administrative Tool. A “netstat -a” in the Command Prompt should show port 3389 as listening. At this point I was able to connect to my server but was getting disconnected immediately. After some more digging I found a replacement termsrv.dll that was actually from a Service Pack 2 beta but did the trick for me. Follow the instructions there or here (it must be replaced in safe mode). You might be interested in the registry edits mentioned in those posts as well for concurrent users.

I don’t know how much of this was necessary but after all this tinkering last night I am now able to Remote Desktop with success to my XP Home installation. Yay! One more thing… make sure you have a password associated with your Windows user!

Whole Foods, Condo, Linux.

  • It looks like Whole Foods has finally broke ground on their new store here in Orlando. It will be at the intersection of Sand Lake Rd and Turkey Lake Rd. About 7 miles up the interstate from here, not too bad!
  • The latest word on closing date for the condo is “mid-January” now. It was supposed to be November 1st, then “by Thanksgiving”, then December 1st, then December 15th, then “by Christmas” and now… mid-January! I’m not putting too much faith in that one either. Our “rent” in the current unit is going 100% as a deposit towards the purchase price before we even finance, which is nice. But I still would like to be in there…
  • I get giddy like this during the development cycle of every Ubuntu release, but Ubuntu 7.04 is going to rock. It’s mostly because I’ve been intimately involved with so many projects this time around, but 2007 is going to be the year of Linux on the desktop. Seriously this time.
  • Thanks to my dad coming to town for Thanksgiving, my kitchen is now pimped out. I’ve got a nice gadget set going, new flatware, new dinnerware, and all new stainless steel cookware. Rawk.

A good month for open source software

This past week has seen the release of Mozilla Firefox 2.0 and Ubuntu 6.10. A warm kudos to all the contributors who helped make these releases a success.

The last few days I have been working with Bastien to fix some Mozilla plug-in bugs in Totem that have been annoying me for a while. Especially in adding the features required to get some embedded video on some sites I’ve been frequenting lately working. Just about all the video links I can find on Around Central Florida now load properly. The traffic videos still do not work but I believe there is GStreamer backend work to be done there. While I was focusing on particular Central Florida news sites, the same fixes will likely help an exponential number of sites using similar embedding methods work better as well. Unfortunately these changes probably won’t get merged into the 2.16 branch so folks will have to wait until GNOME 2.18 or a try a 2.17 development release. But I’m excited that we are already on the way to a release that will really make Totem and it’s Mozilla plug-ins shine.

MPlayer on widescreen displays

An annoying issue with MPlayer is that it does not do runtime detection of the display’s aspect ratio. It always assumes 4:3. This makes videos stretched when played full screen on my 16:10 widescreen notebook. I recently discovered the monitoraspect= configuration option.

I added monitoraspect=16:10 to my ~/.mplayer/config file and now videos are properly scaled!