Description: this is a little script I made to have the OpenOffice.Org 3 (beta) launchers in the UBUNTU menu. note: NONE of the icons are mine, i just used them so ALL CREDITS MUST go to the owners & creators. for now its just in Spanish & English. ---------------------------------------- to install:
unpack the file, go to the directory and do:
sudo ./install.sh
and to uninstall it:
sudo ./unistall.sh
i hope you like it.
any suggestion or fix is wellcome
att.
arriag@ymail.comLast changelog:
version 0.0.3.......Fix the script, so there's no security risk
version .0.0.2.....ALL languages included in OpenOffice.Org
I'm running Debian Lenny with KDE 3.5.9, but I think the script should be:
#!/bin/bash
cp ooo3*.png /usr/share/icons/
chmod 644 /usr/share/icons/ooo3*
cp ooo3*.desktop /usr/share/applications
chmod 644 /usr/share/applications/ooo3*
exit
In other words, I think the permissions should be:
-rw-r--r--
Otherwise, this is great! Thanks!
What I have installed is the Developers Snapshot, identified as 3.X Beta. I guess the script does not work with that version. As I look at the installed files in /opt/ the OpenOffice file names are not the same as those shown in the error message that I received.
I've installed this script. It's in the menu. But when I try to launch, I get the following Cannot launch:
Failed to execute child process "/opt/openoffice.org3/program/sbase" (No such file or directory
Any idea what's wrong?
you can get OOO3 here:
http://ftp.linux.cz/pub/localization/OpenOffice.org/devel/DEV300/DEV300_m10/Build-1/OOo_DEV300_m10_LinuxX86_install_en-US_deb.tar.gz
unpack, install, then try the script.
:-)
Ratings & Comments
10 Comments
Worked perfectly ;) By the way, I like the background and the screenlet, mind if I ask you where to get those? thanks!
I'm running Debian Lenny with KDE 3.5.9, but I think the script should be: #!/bin/bash cp ooo3*.png /usr/share/icons/ chmod 644 /usr/share/icons/ooo3* cp ooo3*.desktop /usr/share/applications chmod 644 /usr/share/applications/ooo3* exit In other words, I think the permissions should be: -rw-r--r-- Otherwise, this is great! Thanks!
Agreed. chmod 777 is a security risk.
ok, it's fix now. (644) thanks for the help.
What I have installed is the Developers Snapshot, identified as 3.X Beta. I guess the script does not work with that version. As I look at the installed files in /opt/ the OpenOffice file names are not the same as those shown in the error message that I received.
just change the names on the script or write down the names so i make one for you.
I've installed this script. It's in the menu. But when I try to launch, I get the following Cannot launch: Failed to execute child process "/opt/openoffice.org3/program/sbase" (No such file or directory Any idea what's wrong?
lol, you definitely did not install OO 3 ;)
you can get OOO3 here: http://ftp.linux.cz/pub/localization/OpenOffice.org/devel/DEV300/DEV300_m10/Build-1/OOo_DEV300_m10_LinuxX86_install_en-US_deb.tar.gz unpack, install, then try the script. :-)
exelent work! just what i needed