What's different calling a program from a terminal and from a window manager?
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
For example I set up a combined keys of i3
wm that calling firefox
, what's different from it with calling firefox
in a terminal?
terminal window-manager
add a comment |Â
up vote
1
down vote
favorite
For example I set up a combined keys of i3
wm that calling firefox
, what's different from it with calling firefox
in a terminal?
terminal window-manager
1
ls /proc/pid_of_firefox/fd -l
It doesn't get a terminal as stdin/stdout/stderr
â ç¥Âç§Âå¾·éÂÂå Â
yesterday
I got this line:8 00:18 0 -> /dev/pts/0
, the same as typetty
in terminal, so I guessfirefox
was invoked from terminal and from wm wouldn't have that redirection.
â Tuyen Pham
yesterday
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
For example I set up a combined keys of i3
wm that calling firefox
, what's different from it with calling firefox
in a terminal?
terminal window-manager
For example I set up a combined keys of i3
wm that calling firefox
, what's different from it with calling firefox
in a terminal?
terminal window-manager
terminal window-manager
asked yesterday
Tuyen Pham
31410
31410
1
ls /proc/pid_of_firefox/fd -l
It doesn't get a terminal as stdin/stdout/stderr
â ç¥Âç§Âå¾·éÂÂå Â
yesterday
I got this line:8 00:18 0 -> /dev/pts/0
, the same as typetty
in terminal, so I guessfirefox
was invoked from terminal and from wm wouldn't have that redirection.
â Tuyen Pham
yesterday
add a comment |Â
1
ls /proc/pid_of_firefox/fd -l
It doesn't get a terminal as stdin/stdout/stderr
â ç¥Âç§Âå¾·éÂÂå Â
yesterday
I got this line:8 00:18 0 -> /dev/pts/0
, the same as typetty
in terminal, so I guessfirefox
was invoked from terminal and from wm wouldn't have that redirection.
â Tuyen Pham
yesterday
1
1
ls /proc/pid_of_firefox/fd -l
It doesn't get a terminal as stdin/stdout/stderrâ ç¥Âç§Âå¾·éÂÂå Â
yesterday
ls /proc/pid_of_firefox/fd -l
It doesn't get a terminal as stdin/stdout/stderrâ ç¥Âç§Âå¾·éÂÂå Â
yesterday
I got this line:
8 00:18 0 -> /dev/pts/0
, the same as type tty
in terminal, so I guess firefox
was invoked from terminal and from wm wouldn't have that redirection.â Tuyen Pham
yesterday
I got this line:
8 00:18 0 -> /dev/pts/0
, the same as type tty
in terminal, so I guess firefox
was invoked from terminal and from wm wouldn't have that redirection.â Tuyen Pham
yesterday
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f473809%2fwhats-different-calling-a-program-from-a-terminal-and-from-a-window-manager%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
ls /proc/pid_of_firefox/fd -l
It doesn't get a terminal as stdin/stdout/stderrâ ç¥Âç§Âå¾·éÂÂå Â
yesterday
I got this line:
8 00:18 0 -> /dev/pts/0
, the same as typetty
in terminal, so I guessfirefox
was invoked from terminal and from wm wouldn't have that redirection.â Tuyen Pham
yesterday