說到starterbar
有人知道怎麼改它的邊框嗎
http://www.lynucs.org/index.php?screen_ ... 7&p=screen
http://www.lynucs.org/index.php?screen_ ... b&p=screen
我的框是黑色粗粗的
上面兩張就不一樣了
gDesklets - Gnome上的 "karamba"
Moderator: Forums Team
剛剛找了一下gnome 的討論區
http://gnomesupport.org/forums/
發現一些可能問題
1.沒裝"pyxdg"
http://www.freedesktop.org/Software/pyxdg
Thread-1
2.版本太舊
有人建議版本
Thread-1
Thread-2
就大概這樣..我還沒試 現在在家昏倒中
ps .建議kevwalker 也可以去那邊找找看 說不定也可以找到答案
找到答案後歡迎回來post
..可以讓後面學的人少點辛苦 
http://gnomesupport.org/forums/
發現一些可能問題
1.沒裝"pyxdg"
http://www.freedesktop.org/Software/pyxdg
Thread-1
2.版本太舊
有人建議版本
Code: Select all
gdesklets .26-1
starterbar .30
python 2.3.3
Thread-2
就大概這樣..我還沒試 現在在家昏倒中
ps .建議kevwalker 也可以去那邊找找看 說不定也可以找到答案
找到答案後歡迎回來post
我問到了
Of course. it'not that difficult :
1) you go in the gfx subdirectory and modify the bg-*.png files.
- the bg-n.png and bg-s.png must be 1px wide and S pixel high.
- the bg-w.png and bg-e.png must be 1px high and S pixel wide.
- the bg-{n,s}{e.w}.png must be SxS.
2) edit the starterbar.display :
there is a tag :
<frame watch="...."
border-width="4, 4, 4, 4"
borders-uris="gfx/bg-w.png, ..."
...
/>
modify "4, 4, 4, 4" into "S, S, S, S" where S is the size you choose for your
border.
A safe to do that is to have the starter-bar Display directory in your ~/.gdesklets/Display so that you don't mess with your distrib stuf.
you can grab my version here and have a look. http://www.di.ens.fr/~kn/misc/starterba ... ed.tar.bz2
The final thing to do is to use a background picture that match your border, if
the background overlap between the 2 (as in my case).
不過我還沒試...
有興趣的人加油^^
Of course. it'not that difficult :
1) you go in the gfx subdirectory and modify the bg-*.png files.
- the bg-n.png and bg-s.png must be 1px wide and S pixel high.
- the bg-w.png and bg-e.png must be 1px high and S pixel wide.
- the bg-{n,s}{e.w}.png must be SxS.
2) edit the starterbar.display :
there is a tag :
<frame watch="...."
border-width="4, 4, 4, 4"
borders-uris="gfx/bg-w.png, ..."
...
/>
modify "4, 4, 4, 4" into "S, S, S, S" where S is the size you choose for your
border.
A safe to do that is to have the starter-bar Display directory in your ~/.gdesklets/Display so that you don't mess with your distrib stuf.
you can grab my version here and have a look. http://www.di.ens.fr/~kn/misc/starterba ... ed.tar.bz2
The final thing to do is to use a background picture that match your border, if
the background overlap between the 2 (as in my case).
不過我還沒試...
有興趣的人加油^^
=Kev=