Richard Owlett wrote:
> On 09/07/2018 08:17 AM, Jonathan N. Little wrote:
>> Richard Owlett wrote:
>>> I'm trying to run SeaMonkey {2.49.1} from a Bash script.
>>> As far as I know I've never installed any addons/adins/extensions since
>>> the days of Netscape.
>>>
>>> I get a WARNING I don't understand at all.
>>> Copy-n-paste from console:
>>>
>>>> 1536316450912    addons.xpi    WARN    Exception running bootstrap
>>>> method startup on [email protected]: Error: Module: Can not
>>>> resolve "chrome" module required by ./main located at
>>>> resource://adbhelperatmozilla.org/main.js
>>>> (resource://adbhelperatmozilla.org/main.js:895) JS Stack trace:
>>>> @main.js:9:16 <
>>>> startup@jar:file:///home/richard/.mozilla/seamonkey/9bzizhmz.slt/extensions/[email protected]:123:16
>>>>
>>>> < [email protected]:4968:9 <
>>>> [email protected]:2885:13 <
>>>> [email protected]:237:12 <
>>>> [email protected]:790:5 <
>>>> [email protected]:976:9 <
>>>> [email protected]:3033:5 <
>>>> [email protected]:65:9
>>>
>>>
>>
>> Do you get the same warning if you try to launch seamonkey within a
>> terminal? Maybe you have a path or app shortcut error, because a simple
>> test for me just works...
>>
>> #!/bin/bash
>> echo "Starting seamonkey..."
>> /usr/bin/seamonkey
>>
> 
> That was my intention.
> I omitted the "#!/bin/bash".
> Now I can go back to my original problem ;}
> Thanks.
> 

I think you misunderstood, above was just a sample bash script that I
tested on my system with no problem. What I suggested was first to see
if calling

/usr/bin/seamonkey

from the command line gives you the same error. IOW see if your script
is where the problem is and not your seamonkey setup.

-- 
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to