KDE4.1 & Seamonkey Issue
Mumia W.
paduille.4062.mumia.w+nospam at earthlink.net
Sat Aug 9 04:45:22 UTC 2008
On 08/08/2008 07:07 PM, Leonard Chatagnier wrote:
> --- "Mumia W."
> <paduille.4062.mumia.w+nospam at earthlink.net> wrote:
>> Did Seamonkey launch when you did this [launch seamonkey from CLI]?
>> [...]
> Yes, seamonkey launched from the cli and is still
> running. The panel icon command is "seamonkey %u" not
> just seamonkey. Modified is to just seamonkey and
> tried the icon again. Didn't work. Restarted kde-kde4;
> icon still not working. Rebooted into
> kdm-kde4;seamonkey still doesn't load with panel icon.
> Also tried from K menu both with the new menu format
> and the classic menu and it wont load. Still loads
> from cli with the same error messages reported before.
> Still open to any other suggestion. BTW, the file:
> /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/gcjwebplugin.so
> and /usr/lib/xulrunner-1.9.0.1/libxul.so are on my HDD
> contrary to the message output. Shouldn't this be
> addressed[?]
I don't know, but if it works from the CLI, it should work from the
panel. Perhaps the .desktop entry is corrupted. Remove Seamonkey from
the panel and re-create the entry and try to launch again.
If that doesn't work, I want to see what the environment is like for
apps launched from the kicker (KDE panel). Install zenity and change the
command for the Seamonkey entry on the panel to "$HOME/record-sm.sh".
Then create this script:
--------file:record-sm.sh-----------
#!/bin/bash
(
set -x
date
env
seamonkey
) &> /tmp/sm-output.txt
--------end-------------------------
Then post sm-output.txt
More information about the ubuntu-users
mailing list