I tried to run 0.6 on my Fedora Core 2/Xfce4.2rc3
system, but it segfaults. gdb tells me...
Program received signal SIGSEGV, Segmentation fault.
0x0805459c in XImlib2Image::createWindow
(this=0x88cb8c8) at XImlib2Image.cpp:195
195 XImlib2Image.cpp: No such file or directory.
in XImlib2Image.cpp
(gdb) where
#0 0x0805459c in XImlib2Image::createWindow
(this=0x88cb8c8) at XImlib2Image.cpp:195
#1 0x08051ece in XIcon::createIcon (this=0x88cb878) at
XIcon.cpp:78
#2 0x0806d047 in XIconWithShadow::createIcon
(this=0x88cb878) at XIconWithShadow.cpp:54
#3 0x0804d999 in XDesktopContainer::loadIcons
(this=0x88c4a28) at XDesktopContainer.cpp:163
#4 0x0804cea3 in XDesktopContainer::run
(this=0x88c4a28) at XDesktopContainer.cpp:43
#5 0x08070ad1 in Application::startIdesk
(this=0x88c4008) at App.cpp:66
#6 0x0807070f in Application (this=0x88c4008, arg=1,
args=0xfeed7994) at App.cpp:34
#7 0x0806c3f5 in main (argc=1, argv=0xfeed7994) at
Main.cpp:29
My .ideskrc reads
table Config
FontName: helvetica
FontSize: 12
FontColor: #FFFFFA
PaddingX: 10
PaddingY: 10
Transparency: 75
HighContrast: true
Locked: false
Shadow: false
ShadowColor: #0006FA
ShadowX: 2
ShadowY: 2
SnapShadow: true
IconSnap: true
SnapWidth: 10
SnapHeight: 10
SnapOrigin: BottomRight
SnapShadowTrans: 300
CaptionOnHover: false
CaptionTipOnHover: true
CaptionTipPlacement: right
CaptionPlacement: bottom
Bold: true
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
The home.icn file in my .idesktop/ dir has the
following content:
table Icon
Caption: Home
CaptionTip: This is my home
Command: xffm /home/xxx
Icon:
/usr/share/icons/hicolor/48x48/stock/generic/b-xffm_icon.png
end
Cheers, Nick.