Cygwin なんでも掲示板

一覧最新記事過去一覧 | 検索FAQアンテナHOME
(新規投稿・発言はできません)


スレッド

└◇778:
KDEについて [pon] 12/03 12:20

 ├◇785:Re:KDEについて [pon] 12/04
 │└◇793:Re[2]:KDEについて [MSだす。] 12/06
 │ └◇796:申し訳ありません [pon] 12/06
 │  └◇797:Re:申し訳ありません [MSだす。] 12/06 <


778● KDEについて[ pon ] 2002 12/03 12:20
いつもお世話になっております。最近X環境を使ってみようと思い、http://www.jfast1.net/~hsbt/xfree.htmを参照してsetup.exeでXfree86とKDEのパッケージ(KDE1と2、Qt1と2と3などといったものが入ってました)をインストールしたのですが、HPの説明にあるstartxwin.shの書き方がわかりません。
インストールしたままのstartxwin.shを記しますので、御指示いただけますようよろしくお願いします。
#! /bin/sh
export DISPLAY=127.0.0.1:0.0
PATH=/usr/X11R6/bin:$PATH
eval `ssh-agent`

# Cleanup from last run.
rm -rf /tmp/.X11-unix


# Startup the X Server, the twm window manager, and an xterm.
#
# Notice that the window manager and the xterm will wait for
# the server to finish starting before trying to connect; the
# error "Cannot Open Display: 127.0.0.1:0.0" is not due to the
# clients attempting to connect before the server has started, rather
# that error is due to a bug in some versions of cygwin1.dll. Upgrade
# to the latest cygwin1.dll if you get the "Cannot Open Display" error.
# See the Cygwin/XFree86 FAQ for more information:
# http://xfree86.cygwin.com/docs/faq/
#
# The error "Fatal server error: could not open default font 'fixed'" is
# caused by using a DOS mode mount for the mount that the Cygwin/XFree86
# fonts are accessed through. See the Cygwin/XFree86 FAQ for more
# information:
# http://xfree86.cygwin.com/docs/faq/cygwin-xfree-faq.html#q-error-font-eof


# Start the X Server.
XWin -screen 0 1024 768 &

# Start the twm window manager.
twm &

# Set a background color to hide that nasty X stipple.
xsetroot -solid aquamarine4

# Start an xterm.
xterm -n xterm-1 -j -ls -sb -sl 500 -rightbar -geometry +361+0 -e bash &


# Return from sh.
exit
スレッド一覧


785● Re:KDEについて[ pon ] 2002 12/04 17:05
startxwin.shをいじっていたのですが、何も変化が無くstartxコマンド起動時に.initrcを見ているとわかってこちらをいじってみましたところ、
DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None
of the authentication protocols specified are supported and host-based authenti
cation failed
という風になってしまい、KDEの起動画面まで行ってエラーでした。。現在DCOPクライアントってのを調べております。なにかヒントでもいただけるとありがたいです。どうかよろしくお願いします。
ちなみに、.initrcの修正箇所は以下のとおりです。
#KDE-2
export KDEDIR=/usr
export KDE_LANG=ja
export LD_LIBRARY_PATH=/usr/local/lib/qt2/lib:$LD_LIBRARY_PATH

#START_WINDOWMANAGER
/opt/kde2/bin/startkde
#END_WINDOWMANAGER
スレッド一覧


793● Re[2]:KDEについて[ MSだす。 ] 2002 12/06 03:48
startxwin.shはshell-scriptで、多分

$ startxwin.sh

と実行するもので、startxコマンドが読みこんだりしません。

KDEに関しては、

http://kde-cygwin.sourceforge.net/kde2/postinstall.php

に説明があるようですが、御覧になったのでしょうか。

もしも、X環境に触れるのがまったく初めてなのなら、KDEなんかを使わず、
Cygwin附属のWindowMakerあるいはOpenBoxといったWindowManagerを使ってみては
どうでしょう。もっと簡単にX環境が使えるようになると思うのですが。
スレッド一覧


796● 申し訳ありません[ pon ] 2002 12/06 18:14
MSだす。さんありがとうございます。件のHPは何度も見て数十回インストールしてはやり直しを繰り返してたのですが、先ほど何気なくhttp://kde-cygwin.sourceforge.net/kde2/platforms.phpを見てみたら、WinXPは未対応だと始めて知りました。確かに英語はまるっきりダメなんですが、こんなところを見落として自分でも自己嫌悪に陥っております。MSだす。さんはじめここの皆様に大変ご迷惑をおかけしました。本当に申し訳ございません。
以後何があってもこちらの皆様にはご迷惑をおかけしません。今までたくさんのご指導ありがとうございました。
スレッド一覧


797● Re:申し訳ありません[ MSだす。 ] 2002 12/06 19:29
> 先ほど何気なくhttp://kdecygwin.sourceforge.net/kde2/platforms.php
を見てみたら、WinXPは未対応だと…

あれ?このぺーじによるとどのWinでもだめじゃん。なんで?

>大変ご迷惑をおかけしました。本当に申し訳ございません。
> 以後何があってもこちらの皆様にはご迷惑をおかけしません。今までたくさんのご指導ありがとうございました。

少なくとも私は迷惑ではありません。答えたくなければレスしないだけのことですから。

これに懲りずにがんばってください。
スレッド一覧

早田のホームページへ
CGIROOM