Where he blogs about his eclipse musings
Posts tagged Ubuntu
Flash Player on 64-bit FireFox on Linux
Aug 1st
Here’s how to get your firefox running on a 64 bit Linux machine to work with 32 bit plugins. I’ve tried this with gentoo, it should work with ubuntu or kubuntu or any other distro of your choice.
Download and install nspluginwrapper from http://gwenole.beauchesne.info/projects/nspluginwrapper/.
For ubuntu, there are some instructions on how to do this here (http://ubuntuforums.org/showthread.php?t=341727). On gentoo I had to
#emerge nspluginwrapper
Download the flash installer from the website here: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz. Untar the installer:
$ tar -zxvf install_flash_player_9_linux.tar.gz
Step into the installer directory:
cd install_flash_player_9_linux
Edit the installer file:
vi flashplayer-installer #use nano or gedit if you like
Navigate to line 47 (this inside the function exit_cpu) and comment out the line that says exit 1.
# the architecture is not supported
exit_cpu () {
echo ""
echo "ERROR: Your architecture, \'$1\', is not supported by the"
echo " $PRODUCT installer."
echo ""
#exit 1 # this was line 47
}
Install the flash plugin, I used the default paths, you can choose the paths according to what you have on your computer (I used /home/ketan/.mozilla)
./flashplayer-installer
Now verify that the plugin actually got installed in the directory that you specified
$ ls /home/ketan/.mozilla/plugins
Use nspluginwrapper to create a 64-bit wrapper around this 32 bit plugin. (thanks to Lance for a typo update)
$ nspluginwrapper -i /home/ketan/.mozilla/plugins/libflashplayer.so
Now restart firefox, that should get you to run firefox with flash player.
Lotus Notes beta 8, and Eclipse
Mar 23rd
I saw this post by ZX on Lotus Notes 8 based on the Eclipse platform.
ZX says:
…
In the end, this is great news for Eclipse which now gets to interact with a whole new set of users and developers.Eclipse (OSGi) on clients… devices… servers… , what’s next?
…
OSGi is great on my desktop, laptop, servers, even mobile phones. But lotus notes based on OSGi ? I’m a die hard Eclipse fan and developer. But when it comes to usability of the software that I have to use everyday I’m a tough guy to convince.
For another potshot at this installer (for now) it is about 673 MB, is packaged as a .tar (Anyone at IBM lotus notes packaging team heard about something called as gzip/bzip2?) The documentation (which is about a total of 3MB) comes as a separate download. While it is a good idea to package the documentation separately I wonder if the installer comes with some documentation.
I just hope that I do not have to go through all these pains and musings and some more pains to install Lotus Notes 8. Especially after downloading something that is 673 MB.
Some (more) Rants on Lotus Notes 7.0 on Ubuntu
Mar 22nd
This post is in addition to my previous Musings on installing lotus notes on Ubuntu.
Here’s another way to make Lotus Notes not work on Ubuntu.
Start up your print server.
Not amused ?
Raghu pointed out to the fact that lotus notes stopped working the day he got his printer installed. It was a surprise to me, but this happened today when I got a printer setup on my laptop.
Try stopping the cups print server, and the hplip services, and start lotus notes. That should get lotus notes running. Start the above services, and lotus notes would stop working!
Amazing, but true. It’s all software written by some brothers in the same trade as I am.
Musings on installing Lotus Notes 7.0
Mar 8th
The Important Disclaimer: ALL VIEWS POSTED IN THIS PARTICULAR ENTRY ARE THAT OF MY OWN AND DO NOT (NECESSARILY) REFLECT THE OPINIONS OF MY EMPLOYER.
That said, this is in addition to a HOWTO on installing the Lotus Notes 7.0 Client on Ubuntu.
I’d rather that a very popular lotus notes fan tell you more on why lotus notes is a great tool! What I focus here is on some inside stuff that I figured while installing the lotus notes client on my laptop. Stuff that could have possibly been done in a far better way.
I did this merely as an “educational exercise” to understand if it would be possible to fool the installer into thinking that all is fine, so that it can go ahead installing lotus notes. To give you a brief about how the installer works:
Read the rest of this entry »
HOWTO: Installing Lotus Notes 7.0 on Ubuntu
Mar 7th
This morning I tried installing Lotus Notes 7.0 on Ubuntu Edgy-Eft.
I ran into the notoriously infamous “Could not validate mozilla version” message, that I’d seen a lot of times before. In case you also run into this problem. Here’s a howto to get you out:
Note: These steps are to be run as root
1. Install libmotif3:
sudo apt-get install libmotif3
2. Install gtk1.2:
sudo apt-get install libgtk1.2
3. Remove dash:
sudo apt-get remove dash
4. Create a location where you want to install Lotus Notes:
sudo mkdir -p "/opt/IBM/Workplace Managed Client/"
5. Make this directory writable by you:
sudo chown ketan.ketan "/opt/IBM/Workplace Managed Client/"
Note: None of these steps are to be performed as root
1. Extract the Lotus Notes package:
unzip /opt/downloads/C93D1NA.zip -d notes
2. Change into the directory where you just extracted notes:
cd notes
3. Extract the Lotus Notes installer:
unzip Personality.zip
4. Change some file permissions:
chmod 755 setuplinux.bin setup_wct_platform.bin
5. Copy the setup file to the correct location:
cp setuplinux.bin updateSite/features/com.ibm.workplace.notesinstall.linux.feature_7.0.1.0000-0900/bin/linux
6. Now we are all set up to install:
./setup_wct_platform.bin
That should be able to get you through the installer. Add a comment on this entry in case you are unable to get things done.
Update on 23rd March, 2007: Does lotus notes not work even after these instructions ?
GNUnify 07 — an amazing event
Jan 29th
GNUnify 07 at Symbiosis was a great event.
Sriram and me spoke on eclipse plug-in development on behalf of The Pune Eclipse Developers’ Group
The talk by A. Sundararajan from Sun on opensourcing the Java implementation (OpenJDK) from Sun was very interesting.
Moinak Ghosh from Sun gave a demo on some of the advanced features of OpenSolaris.
Also got an opportunity to meet Narayan Raman and Vivek Prahlad who’d developed Sahi and frankenstein.
Redhat, SuSE, Ubuntu
Aug 22nd
An interesting google trend here.
A search for redhat, suse, ubuntu on google trends revealed the following:
redhat
suse
ubuntu 
| Top regions (normalized) | ||||||
| 1. | India |
|
||||
| 2. | Indonesia |
|
||||
| 3. | Hong Kong |
|
||||
| 4. | Malaysia |
|
||||
| 5. | Singapore |
|
||||
| 6. | South Korea |
|
||||
| 7. | Japan |
|
||||
| 8. | Philippines |
|
||||
| 9. | Taiwan |
|
||||
| 10. | Thailand |
|
An interesting observation here is that most of the hits for popular distros comes from developing countries, where the piracy level is very high.
Ubuntu gets installed on billboards
Aug 22nd
This is an interesting piece of news: http://www.desktoplinux.com/news/NS6074124162.html