First of all i'm from Poland/Europe so my english can sometimes be weird or not valid.
I have a problem with putting icons on my fluxbox 0.9.13 desktop with idesk / fbdesk / fbsetbg / fbpager
i emerged them yesterday so they are up to date
first i tried idesk, nice app, has some useful options but when i use idesk i have these problems:
- when i change the workspace with fbpager the icons dissappear, i must killall idesk and run it again to get the icons back, but when i switch the workspace with fbpager again they are gone again :)
- when i use idesk as my icon manager :P the FLuxbox biult in transparency just dont works, i have proper options added to xorg.conf, I have checked fluxbox.org manuals and FAQs but they dont help (i'm not saying about the XCOMPMGR / TRANSSET transparency), fluxbox transparency options dont work even with force transparency option enabled
when i run fbdesk i have a lot less troubles but they still are:
- the icons arent shaped (i'm not shure if i am telling this properly), icon image in PNG has a strange background, a square.
- the text at the bottom of the icon has grey background (like in ugly win95)
i cant figure / find out how to set these thing properly, i have been googleing for two days about this but havent found anything helpful so i ask all of YOU about that. now i will add my configuration files so U can check everything.
~/.fluxbox/apps - how i start fbsetbg / fbpager / fbdesk
[code]
[startup] {fbsetbg -f /home/me/temp.jpg}
[startup] {fbdesk}
[startup] {fbpager}
[startup] {/usr/bin/mrxvt -g 169x58 -bl -bw 0 -desktop 3}
...
[/code]
~/.fluxbox/fbdesk - configuration file of fbdesk
[code]
fbdesk.textAlpha: 68
fbdesk.snapX: 5
fbdesk.iconFile: ~/.fluxbox/fbdesk.icons
fbdesk.snapY: 5
fbdesk.iconAlpha: 170
fbdesk.doubleClickInterval: 250
fbdesk.font: verdana:size=8
fbdesk.textPlacement: Bottom
fbdesk.textColor: black
[/code]
~/.fluxbox/fbdesk.icons - an example icon on desktop
[code]
[Desktop Entry]
Name=xterm terminal
Exec=xterm
Icon=/home/me/ICONS/Crystal Clear/48x48/apps/access.png
Pos= 628 514
[end]
[/code]
~/.ideskrc
[code]
FontName: tahoma
FontSize: 8
FontColor: #ffffff
Locked: false
Transparency: 100
Shadow: true
ShadowColor: #000000
ShadowX: 1
ShadowY: 1
Bold: false
ClickDelay: 300
IconSnap: true
SnapWidth: 10
SnapHeight: 10
SnapOrigin: BottomLeft
SnapShadow: true
SnapShadowTrans: 200
CaptionOnHover: false
CaptionPlacement: bottom
FillStyle: FillHLine
Background.File: /root/temp.jpg
end
table Actions
Lock: control right doubleClk
Reload: middle doubleClk
Drag: left hold
EndDrag: left singleClk
Execute[0]: left singleClk
Execute[1]: right doubleClk
end
[/code]
~/.xinitrc
[code]
. $HOME/.bash_profile
# PrintScreen key
xmodmap -e "keycode 111 = Print"
exec fluxbox
[/code]
~/fluxbox/fbpager
[code]
fbpager.alpha: 100
fbpager.x: 2
fbpager.y: 734
fbpager.workspace.width: 39
fbpager.workspace.height: 31
fbpager.changeWorkspaceButton: 1
fbpager.moveInWorkspaceButton: 3
fbpager.dragToWorkspaceButton: 2
fbpager.color: #dddddd
fbpager.windowColor: #ccbb88
fbpager.focusedWindowColor: #887744
fbpager.windowBorderColor: #aa9966
fbpager.backgroundColor: lightgrey
fbpager.currentBackgroundColor: darkgray
[/code]
.idesktop/emxample.lnk = an example icon for idesk
[code]
table Icon
Caption: ble ble ble
Icon: /home/me/ICONS/Crystal Clear/48x48/apps/harddrive.png
X: 49
Y: 289
Command[0]: aterm
end
[/code]

