Tag Archive for 'Ubuntu'

Ubuntu: Mac OS X themed!

So my fiancée loves the way Mac computers look, but who doesn’t? They’re so clean and simple. Well, as much as I like the clean and simple look..I’m not dedicated enough to try to get OS X installed on her HP dv1000.

Don’t get me wrong, her laptop is a mean little machine (especially since I’ve been playing on it lately). The problem with installing OS X is that you have to hunt for all of the drivers and some of them you have to manually configure. Manually configuring in this case also means little to no resources online for many of the things you will have to configure.

There are a few decent places with information about getting Mac OS x86 installed on a non-Apple computer, but trust me…it’s not been simplified enough just yet. ;)

I tried installing OS X on my desktop about a year ago and ran into many complicated situations…so I did the next best thing. I installed Ubuntu! Now that I’ve had it installed and running for ~9-10 months I’m beginning to thing this is the best!

So why would I install Linux on my system if I don’t want to manually configure everything? Okay, I don’t mind manually configuring something here and there. Today most Linux distros require very little manual configurations to run properly. Ubuntu literally required none!

The best thing about using Linux is that you can do anything with it! Having this in mind, I took Jasmine’s laptop (~5 months ago) and installed Ubuntu on it. After getting everything installed and updated I began to Macify it for her. I got a few things done here and there, but just recently I became more interested and began finishing some more of the conversion.

Now, there I’ve seen several screenshots where people have made almost pixel perfect copies of the Mac OS X environment. The screenshots here clearly show some faults, but overall they have the Mac feel going on!

I basically just searched around the web and found little tips here and there on how to get certain looks in Linux. The dock is Cairo-Dock. The web browser is actually Opera, which in Linux has the same skin as the Windows version, but I skinned with a Safari themed skin and altered the toolbar to get the address bar above the tabs.

You can click them for a larger image. I’ll try to post some finished product screenshots once I tidy up the menu bar a bit and add a few more Mac’ish ends. ;)

In the meantime, if you’d like to get started with any of this on your Linux box then you can navigate over to my forum topic with several helpful links to resources!

I’m planning to write a guide for this pretty soon that will step through each little detail for you, but if you can’t wait then go checkout the forum topic. The topic is in no means a tutorial or a guide, it’s really just a note/pastebin for my thoughts and work process, haha. A way for me to hold onto some information in a slightly organized fashion. :D

Stay tuned for the guide in the near future!

Trillian Astra Build 78 and Wine 0.9.61

I installed Trillian Astra Build 78 (I’m an alpha tester as well) via Wine 0.9.61 today and got a couple of errors. I’m using the very latest version of Wine and the very latest release of Trillian in this test. My operating system is Ubuntu 8.04 x86_64.

  1. ALSA seemed to be encountering some problems when I started Trillian since I had Rhythmbox playing in the background. I closed that and then restarted Trillian and got the following:
  2. dwmapi.dll error. I downloaded a copy from dll-files.com and configured Trillian Astra to use Windows XP settings and linked the dwmapi.dll library after placing it in the trillian install folder. The results were, Trillian Astra started and allowed me to sign-in to the astra service and launched the buddy list, but the rendering was terrible. It was un-useable. Then I started getting error pop-ups about explorer.exe that seemed to be related to:fixme:xrender:X11DRV_AlphaBlend not a dibsectionThey would only popup when I would move the mouse over Trillian Astra or the Trillian tray icon.

I’m looking further into this. Maybe there is another library that can be replaced. I’ll be back with some updates and hopefully screenshots of Trillian Astra working under Wine!

UPDATE:
I can’t seem to find anything useful searching google about most of these errors that Wine is returning in the console.

I’m still working on getting this running, however, the MSVCP90.dll library that is mentioned in the errors is not easy to understand. The dll is already available, as well as the events.dll library. If anyone has any suggestions feel free to let me know! Here is all I’ve got so far:


The rendering is still off, but at least it is legible. The buddy list window is a mesh of horrible rendering lines. It’s not clear enough to use. That’s the main thing that I’m working towards now. As long as the errors aren’t crashing Trillian, I can work towards getting it to render properly and then focus on catering to the warning errors.

Ubuntu 8.04 LTS Desktop Edition

Canonical has released the newest stable version of Ubuntu! I’ve personally been using Ubuntu 8.04 since late 2007 when it was available for the public as Alpha 1. You can take a look at the release schedule and road-map that the developing team followed for version 8.04! Ubuntu has really come a long way during the time that I’ve spent using it.

I first started using Ubuntu with version 7.04. Ubuntu builds are now given “code names” as well as release versions. Ubuntu 8.04 is given the “8” from the year that it is released and the “04” from the month that it is released. The code name of Ubuntu 8.04 is “Hardy Heron“. Ubuntu 7.04 was released in April 2007, 7.10 was released in October 2007.

The next version of Ubuntu to be released is Ubuntu 8.10 and is code named “Intrepid Ibex“. The release time should be obvious to you now! If you’re like me and like to use the latest bleeding releases possible then you can upgrade your version of Ubuntu to 8.10 in the near future by typing the following into your terminal:

sudo update-manager -d -c

This will launch the update manager window and prompt you about upgrades. If you’re currently running 7.04 or 7.10 you can upgrade to 8.04 or 8.10 by using the same step as mentioned above. You will however have to upgrade in order of releases. You cannot upgrade immediately from 7.04 to 8.04 or from 7.10 to 8.10. That shouldn’t be an issue, you can just upgrade to one and then upgrade to the other after the first upgrade has completed!

With Ubuntu 8.04 came a great deal of stability and many new features! It also includes the ability to install Ubuntu from within Windows! If Ubuntu looks interesting to you then you should give it a try! They’ve made Ubuntu very easy to install and very easy to use and get used to. Ubuntu is quickly becoming the synonym for Linux in today’s world. Don’t let yourself miss out on this ground breaking release!

Go get it now! It’s available by free download or free mail (delayed as they only send a certain amount per month). You can also spend a small fee (just a couple dollars) to have them mail it to you very quickly!

Installing Pidgin in Linux from Source

PidginAs many Linux users know by now, Gaim has been renamed for a second time to Pidgin due to legal issues with AOL over the use of ‘AIM’. Many distros of Linux operating systems still distribute the popular messenger client in older versions that are still under the title Gaim. I’m not the kind of person to use outdated software, so updating to Pidgin was one of the first things that I did when I made the move from Windows Vista to Ubuntu. I found the task to be a bit more lengthy than I had intended.

Most distros have communities that contribute packages that can install applications in a one step process by gathering all dependencies that are needed and installing them with the application. However, the great site that I’ve found for Debian packages seems to have a few packages lagging behind. I can’t have that. Who wants to install an older version of software than what is currently offered on the applications official site? Unfortunately there are no Debian packages available from Pidgin. That is not a problem! First things first:

  • Go to your Add or Remove application and completely remove anything associated with Gaim.
  • Open a terminal and install the following dev packages with the following commands (*The following terminal commands are for APT software package management systems. To use these commands with a different package manager you need to edit the syntax accordingly):
    • sudo apt-get install libglib2.0-dev
    • sudo apt-get install libxml2-dev
    • sudo aptitude install libnss-dev
    • sudo apt-get install libgtk2.0-dev
  • Go to www.Pidgin.im and download the source package.
  • Extract the source package and navigate to the folder that the files were extracted to in a terminal window.
  • You now need to configure and build Pidgin from the source files. Use the following commands in the terminal window to successfully configure Pidgin for your platform:
    • sudo ./configure
    • sudo make
    • sudo make install
  • Pidgin should now be successfully installed on your computer! You can now delete the source files that you downloaded from www.Pidgin.im.

If you experienced any problems while trying to follow this guide, please leave me a comment and I’ll try to help out. Always use Google.com to search for error messages before seeking help from others. Your questions are most likely already answered somewhere!