Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リモートコンピューターのtroughtsshセッションにログインします。このコンピューターはデスクトップコンピューターであり、デスクトップにユーザーがいます。¿ターミナルでプログラム(skypeなど)を起動してデスクトップで起動するにはどうすればよいですか?ありがとう
リモート デスクトップ コンピューターのユーザーが実行した場合は、次のxhost +ことを試すことができます。
xhost +
# in bash, executed on remote computer DISPLAY=`hostname`:0 skype # or e.g. in csh: env DISPLAY=`hostname`:0 skype