Mantis - xfce_desktop
Viewing Issue Advanced Details
1664 regular use feature always 2006-06-30 06:49 2009-03-26 20:39
drawson  
wbonnet  
normal  
assigned  
open  
none    
none  
0001664: Right-click (ie, \'Desktop\') menu not available
Using Solaris 10 01/06, desktop menu is not available.

~/.dt/sessionlogs/<logfile> shows:
** (xfdesktop:13445): CRITICAL **: XfceDesktopMenu init failed (The XfceDesktopMenu module could not be loaded: ld.so.1: xfdesktop: fatal: relocation error: file /opt/csw/lib/xfce4/modules/xfce4_desktop_menu.so: symbol desktop_menuspec_path_free: referenced symbol not found)

** (xfdesktop:13445): WARNING **: xfdesktop: Unable to initialise menu module. Right-click menu will be unavailable.
Issue History
2009-03-26 20:39 wbonnet Assigned To => wbonnet

Notes
(0003561)
wbonnet   
2006-07-02 17:13   
Could you please give me more information on your configuration ?

Solaris version, platform version ?

Actually i cannot reproduce this bug on my box. I don\'t know yet if it is a packaging issue or a xfce bug
(0003563)
drawson   
2006-07-03 06:44   
Config info:

Hardware: Dual proc. Xeon with 1Gb memory and 2-40G disk
Software: Solaris 10 x86 01/06. No patches after OS install.

xfce packages are 4.2.1, installed from blastwave.org using the blastwave \"pkg-get\" mechanism.
(0003564)
drawson   
2006-07-03 07:42   
It IS undefined . . . this is a diff between the symbol tables for the blastwave xfce_desktop_menu.so and a locally compiled copy (using 4.2.3). HTH . . .

< UNDEF desktop_menuspec_path_free
< UNDEF desktop_menuspec_path_free
< .data dir_to_cat
< .data displayname_to_icon
---
> .text desktop_menuspec_path_free
> .text desktop_menuspec_path_free
> .bss dir_to_cat
> .bss displayname_to_ico
(0003565)
drawson   
2006-07-03 08:15   
Last note :-)

Re-compiling the 4.2.1 version of xfdesktop and then replacing the xfce4_desktop_menu libraries fixes this. My guess would be a packaging error on blastwave.org :-(