Re: gksudo -u user2 /usr/bin/links2 -g

2013-10-04 Thread Bob Proulx
Marko Randjelovic wrote: > > > gksudo -u user2 /usr/bin/links2 -g # does not work > > > > Needs a terminal. How can it work without one? It can't. Right at > > this point is where thing went wrong for you. links2 reads stdin and > > writes stdout an

Re: gksudo -u user2 /usr/bin/links2 -g

2013-10-04 Thread Marko Randjelovic
> > gksudo -u user2 /usr/bin/links2 -g # does not work > > Needs a terminal. How can it work without one? It can't. Right at > this point is where thing went wrong for you. links2 reads stdin and > writes stdout and expects TERM to tell it what type of terminal escape &

Re: gksudo -u user2 /usr/bin/links2 -g

2013-10-04 Thread Bob Proulx
tarted the command. Nothing interesting there. > gksudo -u user2 /usr/bin/links2 -g # does not work Needs a terminal. How can it work without one? It can't. Right at this point is where thing went wrong for you. links2 reads stdin and writes stdout and expects TERM to tell it what ty

gksudo -u user2 /usr/bin/links2 -g

2013-10-04 Thread Marko Randjelovic
I have a strange problem. The command is not working. If use ordinary sudo or epiphany, then it does work. gksudo -u user2 /usr/bin/links2 -g # does not work gksudo -u user2 /usr/bin/epiphany-browser -g # works sudo -u user2 /usr/bin/links2 -g # works In terminal, when I run those commands