bug#19119: closed (Re: bug#19119: X cannot run programs in the current user's profile)

2014-12-13 Thread Ludovic Courtès
宋文武 skribis: > Ludovic Courtès writes: > >> Thinking more about it, the fix in 1d18d87 wasn’t quite right. >> >> I think the right thing would be to run the window manager as a child of >> a ‘bash --login’ process, so the whole X session would get environment >> variables like a login shell. >>

bug#19119: closed (Re: bug#19119: X cannot run programs in the current user's profile)

2014-12-13 Thread 宋文武
Ludovic Courtès writes: > Thinking more about it, the fix in 1d18d87 wasn’t quite right. > > I think the right thing would be to run the window manager as a child of > a ‘bash --login’ process, so the whole X session would get environment > variables like a login shell. > > WDYT, 宋文武? Agree! And

bug#19119: closed (Re: bug#19119: X cannot run programs in the current user's profile)

2014-12-11 Thread Ludovic Courtès
Thinking more about it, the fix in 1d18d87 wasn’t quite right. I think the right thing would be to run the window manager as a child of a ‘bash --login’ process, so the whole X session would get environment variables like a login shell. WDYT, 宋文武? Thanks, Ludo’.

bug#19119: X cannot run programs in the current user's profile

2014-11-20 Thread Ludovic Courtès
I believe this is fixed by 1d18d87. Let me know if there’s anything wrong. Thanks! Ludo’.

bug#19119: X cannot run programs in the current user's profile

2014-11-20 Thread Thompson, David
To reproduce, create an operating-system configuration that uses the slim-service and do not add any additional packages to the base system, such as xterm. As an unpriveleged user, run 'guix packge -i xterm'. Then, try to launch xterm via Window Maker's main menu. It will fail. - Dave