トレイのアプリケーション起動ボタン

4.X系のバグ、トラブル

モデレータ: 暇人, YoN, nyu

返信する
アバター
暇人
記事: 2392
登録日時: 07/08/12(日) 23:33
お住まい: 埼玉県xx市並4
連絡する:

トレイのアプリケーション起動ボタン

投稿記事 by 暇人 »

4.1.2あたりからうまく動いてなかった。
アバター
暇人
記事: 2392
登録日時: 07/08/12(日) 23:33
お住まい: 埼玉県xx市並4
連絡する:

Re: トレイのアプリケーション起動ボタン

投稿記事 by 暇人 »

/usr/local/jwmconfig2/panel-buttons
18行目から23行めを抜粋

19,21行目を修正

コード: 全て選択

total=`wc -l /root/.jwmrc-tray | sed -e 's/ *//' | sed -e 's/ .*//g'` ### get total number of lines
low=`grep '<!-- Additional TrayButton attribute: label -->'  -n /root/.jwmrc-tray | sed -e 's/\:.*>//g'`  ### get line number with the Menu button
high=`grep '<!-- Additional Pager attributes; width, height -->' -n /root/.jwmrc-tray | sed -e 's/\:.*>//g'` ### get line number with Additional Pager
last=`echo "(("$total" - "$high" + 1))" | bc -l` 
begin=`echo "(("$low" + 1))" | bc -l` ### first line with panel buttons
#end=`echo "(("$high" - 1))" | bc -l` ### last line with panel buttons
最後に編集したユーザー 暇人 [ 09/07/28(火) 11:50 ], 累計 1 回
管理人見習い
NEC Express5800 S70/SR G6950 2.8GHz/1G
lenovo S10-3 AtomN450 1.66G/1G
暇人/貳馬力/2CV
アバター
みのむし
記事: 1164
登録日時: 08/09/10(水) 13:56
お住まい: 福岡市中央区草香江1-2-40-101号
連絡する:

Re: トレイのアプリケーション起動ボタン

投稿記事 by みのむし »

/usr/local/jwmconfig2/panel-button

/usr/local/jwmconfig2/panel-buttons

では?
みのむし
Notebook PC HP G62
CPU: Intel(R) Core(TM)i5 M450 @ 2.40GHz
MEM: 4GB
Puppy Linux Quickset 5.1.1 JP
PC内蔵無線LANデバイス RTL8171(r8192se_pci)
返信する