KDE4.1 & Seamonkey Issue

Mumia W. paduille.4062.mumia.w+nospam at earthlink.net
Sat Aug 9 22:46:41 UTC 2008


On 08/09/2008 12:51 PM, Leonard Chatagnier wrote:
> --- "Mumia W."
> <paduille.4062.mumia.w+nospam at earthlink.net> wrote:
>> [...]
>> --------file:record-sm.sh-----------
>> #!/bin/bash
>> (
>> set -x
>> date
>> env
>> seamonkey
>> ) &> /tmp/sm-output.txt
>> --------end-------------------------
>>
>> Then post sm-output.txt
> 
> This was tricky; couldn't find sm-output.txt even
> after updatedb and locate until I noticed it was in
> /tmp dir.
> lchata at ubuntu-hardy-64bit:~$ cat /tmp/sm-output.txt   
> [...]

Sorry about that. I assume that Seamonkey failed to launch from the script.

There might be a conflict between the different configurations of gtk2. 
Place these commands before 'env' in the record-sm.sh file:

unset GTK2_RC_FILES GTK_RC_FILES GS_LIB LD_LIBRARY_PATH XCURSOR_PATH 
XCURSOR_THEME
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

Note the above are supposed to be only two lines; watch out for 
word-wrap. Let's hope Seamonkey finally launches :-\






More information about the ubuntu-users mailing list