kilimanjaro Posted October 6, 2003 Author Share Posted October 6, 2003 mystified thank you! thank you!thank you!thank you!thank you!thank you!thank you!thank you!thank you!thank you!thank you!thank you!thank you!thank you!thank you!thank you!thank you! that is so cool! Link to comment Share on other sites More sharing options...
mystified Posted October 7, 2003 Share Posted October 7, 2003 :lol: You're welcome! Just glad I could help. Link to comment Share on other sites More sharing options...
william Posted October 7, 2003 Share Posted October 7, 2003 killimanjaro: I'm also running flux and have just intalled tar.gz oo 1.1 file. If you want to call oo through the menu, you have to edit the following file: /home/username/.fluxbox /menu Add the red line to menu file and restart flux: [submenu] (Office) [exec] (xclock) {xclock} [exec] (gcalc) {gnome-calculator} [exec] (Open Office) {soffice} [exec] (Mr.Project) {mrproject} [exec] (xpdf) {xpdf} [exec] (Open Office) {soffice} I had do delete previous oowriter, ooimpress, oowhatever. I was able to find its binaries but unfortunately it hasn't worked. Anyway, add the line above to call the suite and choose wich application you want to use. Good Luck!! Link to comment Share on other sites More sharing options...
lawsonrc Posted October 7, 2003 Share Posted October 7, 2003 I'm glad that you have it almost all working for you in fluxbox, kilimanjaro. It would have been very helpful to all of us, and saved us a lot of time, if you had mentioned that you were trying to do this in fluxbox at the beginning of your thread. Each desktop environment and window manager works differently in linux. It is quite rare for a new linux user to be using fluxbox. Usually they start out with either KDE or Gnome, and so it was a natural assumption on my part that you could figure out what to do in the Konqueror file manager (using KDE). Enjoy! Sincerely, Richard L. Link to comment Share on other sites More sharing options...
chris z Posted October 7, 2003 Share Posted October 7, 2003 don't know if this applies to Flux, since i use KDE, but to run the other OOo programs, just add the letter "s" instead of "oo" in front the command....... swriter simpress smath scalc etc....... for some reason they changed that stuff along the way somewhere. Chris Link to comment Share on other sites More sharing options...
kilimanjaro Posted October 7, 2003 Author Share Posted October 7, 2003 when I originally started this thread it was simply about installing the files and I am pretty sure some where back there I did mention I was using fluxbox, but I know it is a lot of stuff to sort through of couse maybe it was in another thread. william I used menudrake and it was very easy, mystified showed me how, and it can all be done with a gui Link to comment Share on other sites More sharing options...
sud_crow Posted October 7, 2003 Share Posted October 7, 2003 I used menudrake and it was very easy, mystified showed me how, and it can all be done with a gui Today almost everything can be done from GUI, for bad or good. But its always good to know what the GUI does, and thats what william just told you. The MCC just edits that file, remember it, i used fluxbox until a week ago, when i switched to XFce4, i found editing $HOME/.fluxbox/menu was the easiest way of changing something in the right click menu, you dont have to wait until MCC loads neither go through all the clicking. anyway, its the fast but not-so-easy way of doing it! hope you find it usufull soon. note: $HOME = /home/youruser/ is a defined variable in all systems (unless you change it) Link to comment Share on other sites More sharing options...
william Posted October 8, 2003 Share Posted October 8, 2003 don't know if this applies to Flux, since i use KDE, but to run the other OOo programs, just add the letter "s" instead of "oo" in front the command.......swriter simpress smath scalc etc....... for some reason they changed that stuff along the way somewhere. Chris Indeed I noticed that chris, but the problem is that when I type swriter, simpress or whatever at terminal prompt I got a bash error saying that the command was not found. When I click on the executable file (default location ie: /opt/OpenOffice.org1.1.0) it opens the specific application (writer, calc, impress...). I've already checked permission issues, symlinked the files to my home dir (/home/OpenOffice), but everything was in vain, no success. Strange, but "soffice" command works and I have to choose which application I want to use. Link to comment Share on other sites More sharing options...
chris z Posted October 8, 2003 Share Posted October 8, 2003 william wrote: but the problem is that when I type swriter, simpress or whatever at terminal prompt I got a bash error saying that the command was not found. william..... in order for those commands (soffice, scalc, etc.) to work from terminal, you need to cd to the OOo program directory. either your main install in /opt or the one in your /home will work. IE: $ cd /opt/OpenOffice.org1.1.0/program or $ cd /william/OpenOffice.org1.1.0/program then try any of those commands. it'll work as long as your in the OOo program directory first. that's why you're getting the bash error. Chris Link to comment Share on other sites More sharing options...
kilimanjaro Posted October 8, 2003 Author Share Posted October 8, 2003 I want to thank everyone who answered on this topic. I learned alot about mandrake. I dont feel so confused or frustrated about using my computer. Thank you kilimanjaro Link to comment Share on other sites More sharing options...
william Posted October 10, 2003 Share Posted October 10, 2003 william.....in order for those commands (soffice, scalc, etc.) to work from terminal, you need to cd to the OOo program directory. either your main install in /opt or the one in your /home will work. IE: $ cd /opt/OpenOffice.org1.1.0/program or $ cd /william/OpenOffice.org1.1.0/program then try any of those commands. it'll work as long as your in the OOo program directory first. that's why you're getting the bash error. Chris Yeah I've already done it, but that's what I get: [william@poseidon program]$ cd /opt[william@poseidon opt]$ cd OpenOffice.org1.1.0/ [william@poseidon OpenOffice.org1.1.0]$ cd program/ [william@poseidon program]$ swriter -bash: swriter: command not found [william@poseidon william]$ cd OpenOffice.org1.1.0/program/[william@poseidon program]$ swriter -bash: swriter: command not found In my home/william/OpenOffice.org1.1.0/program dir I have only an "addin" empty folder. In home/william/OpenOffice.org.1.1.0 dir I do have a soffice symbolic link to /opt/OpenOffice.org.1.1.0/program/soffice(that's the reason soffice works when called in both dirs). Considering that I've already symlinked swriter, simpress, whatever to this dir, why do I get this sort of bash error? Any comment or help will be very much appreciated. Link to comment Share on other sites More sharing options...
johnnyv Posted October 10, 2003 Share Posted October 10, 2003 You should just add the /opt/OpenOffice.org1.1.0/program/ directory to your $PATH variable that way you can call the programs from anywhere. type "echo $PATH" to see your current users path (where bash looks for commands to execute) you should have a .bash_profile file in your home directory heres mine: # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin export PATH unset USERNAME So to add you OO program directory to it you would change "PATH=$PATH:$HOME/bin" to "PATH=$PATH:$HOME/bin:/opt/OpenOffice.org1.1.0/program" then you will be able to type swriter from anyway and get it to open. after logging out and back in again first. You can add to your $PATH via the console like this: PATH=$PATH:/opt/OpenOffice.org1.1.0/program But that is only temporary editing your .bash_profile is perminent. see the following url for more info http://www.mandrakeuser.org/docs/basics/bshell5.html Link to comment Share on other sites More sharing options...
william Posted October 10, 2003 Share Posted October 10, 2003 Thanks johnnyv, it worked :wink: Link to comment Share on other sites More sharing options...
DogTags Posted January 2, 2004 Share Posted January 2, 2004 http://mandrakeusers.org/viewtopic.php?p=60236#60236 Tried this link, but no luck. It goes to a general search page. What should be changed? Thanks :) Link to comment Share on other sites More sharing options...
bvc Posted January 2, 2004 Share Posted January 2, 2004 i d/k you could look here maybe? http://213.232.94.69/MDKUsers/docs/index-2.html or http://www.mandrakeusers.org/index.php?act=Links Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now