On Thu, Feb 09, 2017 at 04:08:54AM -0800, m...@lamarciana.com wrote:
> > Is chromium the only program with which you experience this problem?
> 
> Thanks for your answer Andrew.
> 
> Thanks to a private reply I got, I have been seen that the problem is related 
> with my `PATH`. I have installed chromium via nix package manager, and for 
> this reason it is not in the `PATH` that dom0 is able to see. Answering your 
> question, it happens with any other package I installed with nix.
> 
> It doesn't happen in my VM because there I have the `PATH` configured with 
> zsh when I log in.
> 
> So, now, the question comes down to: how could I change my VM `PATH` seen 
> from dom0? I tried with my VM `~/.profile` and `~/.bashrc` but without 
> success. I suspect this may be related with another topic I open some time 
> ago:
> 
> https://groups.google.com/forum/#!topic/qubes-users/G9F3EHpeU2Q
> 
> Thank you very much
> 

The issue you raise there arises because the xterm is not a login shell
so will not use .profile.
It is interactive so (using bash) will use .bashrc

On the immediate question here you can always set the path explicitly:
qvm-run -p qube "export PATH=$PATH:<NEWPATH> && foo"

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20170209171726.GA2064%40thirdeyesecurity.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to