March2
I had moved to Gnote from Tomboy notes in my Ubuntu 10.04 Lucid Lynx Alpha because I wanted to free some space by removing mono (I don’t play gbrainy and I do not have a photo collection in my PC

).
Read the rest of this entry »
February15
I wanted to try out video wallpaper (like DreamScene on Windows 7). I had tried XWinWrap with Hardy but back then, I had problems running Compiz on an old PC and it did not look good at all. Now, I am trying it out on a new PC and Compiz works well on my onboard Intel GMA 3000 on Ubuntu 10.04 Lucid Lynx Alpha.
If you want to try this, you must have compiz enabled. You may also want to install mplayer and codecs for videos you want to use as desktop background. Read the rest of this entry »
February11
When I used Windows, I had come across several “system cleaners and optimizers”. One I liked was CCleaner (Crap Cleaner). It had a nice interface and was capable of cleaning cache and data of several applications.
I found a similar application for my Ubuntu 10.04 Lucid Lynx Alpha. It has similar interface and features. It is called bleachbit and can be installed via Synaptic (universe repos need to be enabled) and can be accessed from Applications>System Tools>Bleachbit. It is also capable of wiping the data so that it is impossible(or lets say difficult) to recover. It can also clean backup files (those hidden with ~ at the end of the filename, .bak, .tmp and more) with Deep Scan.
February11
I am using globalmenu 0.7.9 (Mac OS X like Global menu for Gnome) from the
globalmenu-team PPA (Karmic as Lucid is not available now) in my Ubuntu 10.04 Lucid Lynx. I get the following error on terminal when I try to launch any gtk applications from the terminal:
1
2
| Gtk-Message: Failed to load module "gnomenu-panel": libgnomenu-panel.so: cannot open shared object file: No such file or directory
Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory |
Read the rest of this entry »
February11
I am using balazan theme in Ubuntu 10.04 Lucid Lynx Alpha 4 from
breathe ppa for Karmic Koala since Lucid PPA was not available when I started using Lucid. I saw this message when I launched gedit from terminal (gnome-terminal):
1
2
| /usr/share/themes/balanzan/gtk-2.0/gtkrc:89: Murrine configuration option "scrollbar_color" is no longer supported and will be ignored.
/usr/share/themes/balanzan/gtk-2.0/gtkrc:93: Murrine configuration option "gradients" is no longer supported and will be ignored. |
Read the rest of this entry »
February6
I’m using Ubuntu 10.04 Lucid Lynx Alpha and I decided to check out the latest RC kernel from the Kernel PPA. This is how I installed it on my i386 (32-bit) installation of Ubuntu.
Read the rest of this entry »
January31
I am running Ubuntu 10.04 Lucid Lynx Alpha on a system with Gigabyte GA-G31M-S2L with Intel GMA 3100 onboard graphics. I upgraded to Lucid from Karmic Koala (9.10) and it was always showing these errors on boot:
“error: mountall Could not Connect to Plymouth”
“mountall main process (x) terminated with status 1″
Also, I could not experience Plymouth. I thought it was a problem with Plymouth and believed updates will fix it, but that did not happen till date. Today, I decided to fix it and went looking around for a fix and got it working.
Read the rest of this entry »
January31
I am using Ubuntu 10.04 Lucid Lynx Alpha 2 and when I updated today, when I held down a key, I did not get repeated keypresses as I would normally. I don’t know which update actually caused this, but it was due to some packages I upgraded recently (any ideas?).
I just went to Keyboard Preferences (System > Preferences > Keyboard) and checked “Key presses repeat when key is held down” but it still did not work, for some reason. Then, I just played around with the sliders (Delay and Speed) and it started working.
Finally, I typed in the Test Field and set the preferences to my taste.
I have written this just in case somebody does not figure this out themselves.
Hope this is helpful.
January30
I wanted to test ltsp in my Ubuntu 10.04 Lucid Lynx and installed ltsp-server-standalone. Then I set up ltsp-client by using
and despite of getting no error messages during installing and configuring, I got this error:
1
| error: LTSP client installation ended abnormally |
and it stopped. I searched around and found the solution here.
The solution was to use the following set of commands instead of sudo ltsp-build-client
1
2
3
| sudo -s
su -
ltsp-build-client |
This is probably a bug and hope it is fixed in the newer release.
January28
I am using Ubuntu 10.04 Lucid Lynx Alpha and I encountered this while installing ltsp-server. The package being configured was ldm-server.
I was installing an application and Synaptic Package Manager just froze forever while configuring a package. I had to shut it down using sudo killall synaptic. Then, when I tried to launch t again, it would come up with “Unable to get Exclusive Lock” message. When I tried apt-get from Terminal, I got /var/lib/dpkg/lock – open (11 Resource temporarily unavailable). Read the rest of this entry »