First of all, congrats for the iDesk project.
I'm trying to run iDesk on a Fedora Core 2 - Tettnang
(2.6.5-1.358) box, openbox 3.2 with the following
libraries:
libstdc++-3.3.3-7
libstdc++-devel-3.3.3-7
compat-libstdc++-7.3-2.96.126
I get the following error when I've started the iDesk
and move the mouse over one of the icons:
Program received signal SIGSEGV, Segmentation fault.
0x02d54499 in __dynamic_cast () from
/usr/lib/libstdc++.so.5
(gdb) bt
#0 0x02d54499 in __dynamic_cast () from
/usr/lib/libstdc++.so.5
#1 0x08052c12 in XIcon::mouseOverEffect
(this=0x9614200) at XIcon.cpp:305
#2 0x0804e111 in XDesktopContainer::parseIconEvents
(this=0x960e528)
at XDesktopContainer.cpp:341
#3 0x0804de9b in XDesktopContainer::parseEvent
(this=0x960e528)
at XDesktopContainer.cpp:264
#4 0x0804de64 in XDesktopContainer::eventLoop
(this=0x960e528)
at XDesktopContainer.cpp:249
#5 0x0804cf41 in XDesktopContainer::run (this=0x960e528)
at XDesktopContainer.cpp:46
#6 0x080709ef in Application::startIdesk
(this=0x960e008) at App.cpp:68
#7 0x0807060f in Application (this=0x960e008, arg=1,
args=0xfef65e24)
at App.cpp:34
#8 0x0806c2f5 in main (argc=1, argv=0xfef65e24) at
Main.cpp:29
Maybe this is a configuration issue and not a bug, but
I'm not sure how to distinguish from one situation to
the other.
This is my configuration ~/.ideskrc file:
table Config
FontName: tahoma
FontSize: 8
FontColor: #ffffff
Locked: false
Transparency: 150
Shadow: true
ShadowColor: #000000
ShadowX: 1
ShadowY: 2
Bold: false
ClickDelay: 300
IconSnap: true
SnapWidth: 55
SnapHeight: 100
SnapOrigin: BottomRight
SnapShadow: false
SnapShadowTrans: 200
CaptionOnHover: false
CaptionTipOnHover: true
CaptionTipPlacement: right
CaptionPlacement: bottom
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
And the icon configuration .idesktop/firefox.lnk file:
table Icon
Caption:
CaptionTip:
Command: firefox
Icon: /home/norbes/.idesktop/firefox.png
end
I changed the value of the SnapShadow to false as
pointed in the 01/06 news.
Well, sorry about my english and the size of the post,
I hope that this debug info will help you guys.
Logged In: YES
user_id=1191841
thats the same error i got, check [ 1097453 ] No captions
that report. its something with the caption.
Logged In: YES
user_id=580557
Yeap, you're right! I completed the Caption and CaptionTip
for every icon and the problem disappeared.