Results 11 to 16 of 16
Code:
$ soffice
bash: /usr/bin/soffice: Permission denied
$ sudo soffice
sudo: soffice: command not found
Could it be that a config file must be run first???...
- 06-17-2006 #11Linux Newbie
- Join Date
- Jan 2005
- Posts
- 146
Could it be that a config file must be run first???Code:$ soffice bash: /usr/bin/soffice: Permission denied $ sudo soffice sudo: soffice: command not found
- 06-17-2006 #12It would be better to specify the exact path to it:
Originally Posted by Dalani
If it doesn't work, you can try to start it as root (just to see if it works, don't use this program, or any other as root) :Code:/usr/bin/soffice
orCode:sudo /usr/bin/soffice
If it still doesn't work, please the output ofCode:gksu /usr/bin/soffice
Code:ls -l /usr/bin/soffice
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-17-2006 #13Linux Newbie
- Join Date
- Jan 2005
- Posts
- 146
same thing
I even triedCode:$ ls -l /usr/bin/soffice lrwxrwxrwx 1 root root 39 2006-06-16 22:51 /usr/bin/soffice -> /etc/openoffice.org-2.0/program/soffice
command not found!??? 'stie! (BTW Im in MTL also)Code:sudo /etc/openoffice.org-2.0/program/soffice
- 06-18-2006 #14
I think you are ready to upgrade to Ubuntu 6.06
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-18-2006 #15Linux Newbie
- Join Date
- Jan 2005
- Posts
- 146
Ok mark this solved for installation. I got the solution from the folks at the Ooo support forums. What was wrong was that alien was messing up user perms. Executing with sudo this chmod operation solved it.
Hey In the meantime yes I did order the Dapper Drake CDs. If it will run on my old Pentium2 with 196megRam, we' ll have an install party! thanks again dudeCode:chmod a+xr /opt/openoffice.org2.0/program/soffice
- 06-19-2006 #16Yes, you will at least be able to run the XFCE4 desktop. In comes in a package called "xubuntu-desktop", that you can install like that :
Originally Posted by Dalani
My guest is it will be faster than Breezy, even if you use Gnome (comes with Gnome 2.14, which is very much faster than 2.12).Code:sudo apt-get install xubuntu-desktop
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote
