lxde(xfce)デスクトップにfedora 16をインストールしました。私の問題は、システムにログインすると、インストーラを起動するのと同じように起動する必要がある重複したアプリケーションが提供され、多くのhttpdプロセスも見つかるということです。本当に変に見えました。コメントありますか?
[midnight@localhost ~]$ ps aux | grep httpd
root 985 0.0 0.3 437472 9964 ? Ss 18:58 0:00 /usr/sbin/httpd -k start
apache 988 0.0 0.4 441816 12112 ? S 18:58 0:00 /usr/sbin/httpd -k start
apache 989 0.0 0.2 437472 6112 ? S 18:58 0:00 /usr/sbin/httpd -k start
apache 990 0.0 0.2 437472 5364 ? S 18:58 0:00 /usr/sbin/httpd -k start
apache 991 0.0 0.2 437472 5364 ? S 18:58 0:00 /usr/sbin/httpd -k start
apache 992 0.0 0.2 437472 5364 ? S 18:58 0:00 /usr/sbin/httpd -k start
apache 993 0.0 0.2 437472 5364 ? S 18:58 0:00 /usr/sbin/httpd -k start
apache 994 0.0 0.2 437472 5364 ? S 18:58 0:00 /usr/sbin/httpd -k start
apache 995 0.0 0.2 437472 5364 ? S 18:58 0:00 /usr/sbin/httpd -k start
答え1
設定ファイルを直接変更しても、xfceセッションマネージャが邪魔にならないように説得できませんでした。これでrm -r ~/.cache/sessions/x*
xfceを起動する前に実行します。これにより、セッション管理が効果的に無効になり、自動起動が正しく機能します。 ~/.xinitrc に次の行を含めてこのコードを実行できます。
rm -r ~/.cache/sessions/x*
exec ck-launch-session startxfce4
または、ランレベル3で起動して次のように実行できます。
rm -r ~/.cache/sessions/x*
startx
起動時に別のデスクトップマネージャを選択する必要がある場合は、実行する必要がある追加の手順がいくつかあります。