afterstep で xbiff から xmailbox へ変更する方法

Counter (Since Jun./02/'00)

[← Back]


  1. 環境

  2. 解説
    なにもしなければ、メールの到着をしらせるものは xbiff になっている。
    
    メールの到着を知らせるものを、xbiff から xmailbox に変えてみる。
    
    afterstep の設定ファイルは、~/.steprc である。
    (なければ、/usr/X11R6/lib/X11/afterstep/system.steprc.ja_JP.EUC が使われる)
  3. ~/.steprc ファイルの準備
    $ ls -a ~ をしてみて ~/.steprc がなければ、 /usr/X11R6/lib/X11/afterstep/system.steprc.ja_JP.EUC をとってくる。

    $ cp /usr/X11R6/lib/X11/afterstep/system.steprc.ja_JP.EUC ~/.steprc


  4. ~/.steprc ファイルの編集
    $ mule ~/.steprc

    変更前

    # 03/08/97 sample.steprc v2.0 fsf ffejes@midway.uchicago.edu ############################################ # The AfterStep v1.0 Default Configuration # ############################################ : [途中省略] : # Check for mail ... this time only use a regular Swallow in order # to capture the application in a 48x48 frame *Wharf xbiff nil Swallow "xbiff" xbiff -bg "#8e8a9e" -fg "#00003f" -geomet\ ry 45x45-1-1 & # Examine your computer's load :
  5. 変更後

                     :
      # Check for mail ... this time only use a regular Swallow in order
      # to capture the application in a 48x48 frame
    *Wharf xmailbox   nil   Swallow "xmailbox" xmailbox -bg "#8e8a9e" -fg "#00003f"\
     -geometry 45x45-1-1 &
    #*Wharf xbiff   nil   Swallow "xbiff" xbiff -bg "#8e8a9e" -fg "#00003f" -geomet\
    ry 45x45-1-1 &
      # Examine your computer's load
                     :
    
    
  6. 注意
    ~/.steprc を変更したため、afterstep が起動しなくなった場合、 別のマシンから post に telnet でログインし、~/.steprc を消すか、 別の名前にする。