Off-Topic > SCM EXtensions
SCM Basics
jls:
--- Code: ---export LD_LIBRARY_PATH="/apps/gtk3/lib"
export XDG_DATA_DIRS=/apps/gtk3/share
--- End code ---
cannot this two variables be setted by gtk3 itself so we can avoid to make wrappers?
gerald_clark:
That would break the isolation between SCMs.
jls:
could you make an example?
Jason W:
LD_LIBRARY_PATH and XDG_DATA_DIRS is used by the app that is looking for the libs, so nothing can be done from within gtk3.scm that will allow other scm's to find it's libs.
jls:
cannot this variables be exported globally by gtk3.scm?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version