
OpenOffice Splash
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
seapaladin
10 years ago
Report
sintagm
13 years ago
@radzi
I'm running feisty, but the procedure should be the same even with dapper or edgy.
Go to /usr/lib/openoffice/program
There is a file called intro.bmp, which links to openintro_ubuntu.bmp
You can make a backup of this with this command: sudo mv /usr/lib/openoffice/program/openintro_ubuntu.bmp /usr/lib/openoffice/program/openintro_ubuntu.bmp_backup
Then all you have to do is move the bmp you downloaded to that position, and rename it to openintro_ubuntu.bmp
In order to do this, go to the directory where the bmp is, and then: sudo mv filename.bmp /usr/lib/openoffice/program/openintro_ubuntu.bmp
Sorry for my english, but I'm italian!
Report
jeffrash
13 years ago
Report
sintagm
13 years ago
Report
radzi
13 years ago
Report
jeffrash
13 years ago
/usr/lib/openoffice/program
You simply replace the intro.bmp . Oh, and you need root privileges to do it.
Download the bmp file to your desktop and then go to a terminal window and type the following:
# cd /usr/lib/openoffice/program
# sudo cp intro.bmp intro-backup.bmp
# sudo cp -f ~/Desktop/58642-intro.bmp intro.bmp
That's it. Hope this helps.
Report
locke
13 years ago
Report
troseph
13 years ago
Report