Hi,
I'm having trouble getting idesk to show icons on the desktop. I have this problem in both CentOS and Slackware. So, its not distro specific.
Here is my .ideskrc. Its a copy of what given in idesk's homepage with some changes to font and fontsize.
Code:
table Config
FontName: sans
FontSize: 8
FontColor: #ffffff
ToolTip.FontSize: 9
ToolTip.FontName: sans
ToolTip.ForeColor: #0000FF
ToolTip.BackColor: #FFFFFF
ToolTip.CaptionOnHover: true
ToolTip.CaptionPlacement: right
Locked: false
Transparency: 100
Shadow: true
ShadowColor: #000000
ShadowX: 1
ShadowY: 2
Bold: false
ClickDelay: 300
IconSnap: true
SnapWidth: 55
SnapHeight: 100
SnapOrigin: BottomRight
SnapShadow: true
SnapShadowTrans: 200
CaptionOnHover: false
CaptionPlacement: bottom
FillStyle: FillHLine
Background.File: image.jpg
Background.Delay: 1
Background.Source: ~/.idesktop/icons
Background.Mode: Mirror
Background.Color: #C2CCFF
end
table Actions
Lock: control right doubleClk
Reload: middle doubleClk
Drag: left hold
EndDrag: left singleClk
Execute[0]: left doubleClk
Execute[1]: right doubleClk
end
I tried making Background entries 'None'. No help.
Here is my icon file for firefox (the .idesktop/firefox.lnk file)
Code:
table Icon
Caption: Firefox
ToolTip.Caption: Web Browser
Icon: /usr/share/pixmaps/firefox.png
Command: firefox
Width: 48
Heigth: 48
X: 20
Y: 20
end
I have the following line in my .fluxbox/startup file.
Code:
(sleep 2 ; idesk & ) &
This sleep thing is suggested somewhere. But I tried with just 'idesk &' too. No help.
Can somebody go through both the file and see if you can make out what is wrong?
Thanks in advance...