You are not logged in.
Pages: 1
After doing a fresh install of Arch on my system (after Fedora and Mandriva), I installed a few different things. One of them was OpenOffice.org, which pacman displayed a message for saying:
use "export OOO_FORCE_DESKTOP=kde" or
use "export OOO_FORCE_DESKTOP=gnome" to preset your desired look,
or put it in /etc/profile, rc.local, or ~/.bashrc.Well, I tried following those instructions and got this message:
export: command not foundWhich package is the export command in?
Offline
export is a Bash built-in, I'm pretty sure. What shell are you using?
Offline
export is a Bash built-in, I'm pretty sure.
It is indeed built-in wih bash - see http://www.ss64.com/bash/export.html
For (some) other shells the equivalent would be setenv.
Offline
Yeah, I'm using bash, so this seems rather strange.
Last edited by Falcata (2008-09-23 23:38:05)
Offline
Have you made any changes to .profile, .bash_profile or .bashrc ? Or maybe even /etc/profile ? try starting over with them, aqnd see what happens.
Last edited by dschrute (2008-09-24 00:10:41)
Offline
I have no idea why export, shell builtin, is not working for you. However, you can try:
OOO_FORCE_DESKTOP=kde OO_executable
OOO_FORCE_DESKTOP=gnome OO_executableReplace OO_executable with whatever the binary is named as. You can also try creating a launcher / shortcut to issue the above command.
Last edited by alanhaggai (2008-09-24 01:00:38)
The difference makes the difference.
Offline
Pages: 1