不具合報告/4.7/4
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*gdm の「セッション」で custom を選べるようにしてほしい ...
-ページ: [[不具合報告/4.7]]
-投稿者: [[KATOH Yasufumi]]
-優先順位: 低
-状態: 完了
-カテゴリー: 不具合報告
-投稿日: 2009-09-09 (水) 17:06:06
-バージョン:
**メッセージ [#oa5c301e]
gdm の「セッション」に表示されるメニューに以前は custom ...
ここに custom (~/.xsession があればそれを実行) を追加しま...
custom は &ref(custom.desktop); を /usr/share/xsessions ...
ただし,~/.xsession がない場合,/etc/gdm/Xsession 内で "d...
if [ "x$command" = "xdefault" ] ; then
if [ -x "$HOME/.Xclients" ]; then
command="$HOME/.Xclients"
elif [ -x /etc/X11/xinit/Xclients ]; then
command="/etc/X11/xinit/Xclients"
elif [ -x /etc/X11/Xclients ]; then
command="/etc/X11/Xclients"
else
if [ -n "$zenity" ] ; then
disptext=`gettextfunc "System has no Xclients fi...
Windows will have focus only if the mo...
To get out of this mode type 'exit' in...
"$zenity" --info --text "$disptext"
else
echo "$0: Cannot find Xclients"
fi
exec xterm -geometry 80x24+0+0
fi
fi
辺りを見る限り,Xclients や .Xclients 等のファイルが実行...
gnome + KDE 環境をインストールしている場合にどうなるかは...
----
-Kdmは/opt/kde/share/apps/kdm/sessionsのdesktop filesで動...
-とりあえずcustom.desktopは gdm-2.26.1-i586-P3.tgz で対応...
-一応、アップデートすると/etc/passwdも修正するようなinitp...
-/etc/passwd の修正 OK です. -- [[KATOH Yasufumi]] &new{...
#comment
終了行:
*gdm の「セッション」で custom を選べるようにしてほしい ...
-ページ: [[不具合報告/4.7]]
-投稿者: [[KATOH Yasufumi]]
-優先順位: 低
-状態: 完了
-カテゴリー: 不具合報告
-投稿日: 2009-09-09 (水) 17:06:06
-バージョン:
**メッセージ [#oa5c301e]
gdm の「セッション」に表示されるメニューに以前は custom ...
ここに custom (~/.xsession があればそれを実行) を追加しま...
custom は &ref(custom.desktop); を /usr/share/xsessions ...
ただし,~/.xsession がない場合,/etc/gdm/Xsession 内で "d...
if [ "x$command" = "xdefault" ] ; then
if [ -x "$HOME/.Xclients" ]; then
command="$HOME/.Xclients"
elif [ -x /etc/X11/xinit/Xclients ]; then
command="/etc/X11/xinit/Xclients"
elif [ -x /etc/X11/Xclients ]; then
command="/etc/X11/Xclients"
else
if [ -n "$zenity" ] ; then
disptext=`gettextfunc "System has no Xclients fi...
Windows will have focus only if the mo...
To get out of this mode type 'exit' in...
"$zenity" --info --text "$disptext"
else
echo "$0: Cannot find Xclients"
fi
exec xterm -geometry 80x24+0+0
fi
fi
辺りを見る限り,Xclients や .Xclients 等のファイルが実行...
gnome + KDE 環境をインストールしている場合にどうなるかは...
----
-Kdmは/opt/kde/share/apps/kdm/sessionsのdesktop filesで動...
-とりあえずcustom.desktopは gdm-2.26.1-i586-P3.tgz で対応...
-一応、アップデートすると/etc/passwdも修正するようなinitp...
-/etc/passwd の修正 OK です. -- [[KATOH Yasufumi]] &new{...
#comment
ページ名: