Author |
Message |
sunburnt

Joined: 08 Jun 2005 Posts: 5087 Location: Arizona, U.S.A.
|
Posted: Tue 19 Jun 2012, 06:17 Post subject:
|
|
Hi amigo; That`s what I`m doing for AppDir, but AppLib is different.
It contains all the shared libs. for the AppDir apps.
It`s just adding a few more variables to the config. file to have AppDir.
There can be many AppDir dirs. for apps., but only one AppLib so far.
I renamed APP_DIR to AppDir as the ROX-Filer uses $APP_DIR.
Reading the config. file for each app. start isn`t so bad. But not good...
# I`m still trying to find a "one method fits all" for no-install apps.
The chroot idea is interesting, but I`m a little confused on how to do it.
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 12820 Location: Arizona USA
|
Posted: Tue 19 Jun 2012, 08:32 Post subject:
|
|
"The beautiful thing about standards is that there so many to choose from."
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 3217
|
Posted: Tue 19 Jun 2012, 10:30 Post subject:
|
|
amigo wrote: | APP_DIR is not a 'proprietary' enivronmental variable.
|
It doesn't work from /etc/init.d. Unsetting it first doesn't work either. There's no problem using it as a local variable.
edit: I got it to work by getting out of my user shell into root. Interestingly, my unset command also only works from root shell. If running from root, the unset command isn't even needed.
|
Back to top
|
|
 |
sunburnt

Joined: 08 Jun 2005 Posts: 5087 Location: Arizona, U.S.A.
|
Posted: Tue 19 Jun 2012, 14:56 Post subject:
|
|
jamesbond found it...
ROX-Filer sets: APP_DIR='' when it`s started.
So in the ROX desktop env APP_DIR gets trashed.
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 3217
|
Posted: Tue 19 Jun 2012, 16:01 Post subject:
|
|
sunburnt wrote: |
So in the ROX desktop env APP_DIR gets trashed. |
May be one example of the dangers of running in /root.
|
Back to top
|
|
 |
sunburnt

Joined: 08 Jun 2005 Posts: 5087 Location: Arizona, U.S.A.
|
Posted: Tue 19 Jun 2012, 22:51 Post subject:
|
|
I`m not sure how being root affects this.
Root or not, Rox will set the variable, so it probably doesn`t matter.
But there may be other considerations I haven`t accounted for.
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 3217
|
Posted: Wed 20 Jun 2012, 09:49 Post subject:
|
|
sunburnt wrote: | I`m not sure how being root affects this.
Root or not, Rox will set the variable, so it probably doesn`t matter.
But there may be other considerations I haven`t accounted for. |
Sure, in the case of /init.d/, if the variable doesn't work I could always choose to use it anyway, or more generally, I can always attempt to force something when an obvious conflict arises.
|
Back to top
|
|
 |
|