[email protected] wrote:
On Saturday, February 28, 2015 at 3:54:24 PM UTC-8, Jonathan N. Little wrote:
Daniel wrote:
On 01/03/15 06:09, [email protected] wrote:
Using a new install of 2.32.1.  SM won't load, getting message "Cannot
load
XPCOM."  I've searched this newsgroup for help -- several others have
reported
the problem -- but I can't find anything that will fix this.  Running
Ubuntu
14.04, Gnome3 desktop.

Jeff, are you using the SM from the website or a Ubuntu modified version??


The way I did it and it worked just fine was via UbuntuZilla repository

echo -e "deb
http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all
main" | sudo tee -a /etc/apt/sources.list.d/ubuntuzilla.list > /dev/null

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29

sudo apt-get update && sudo apt-get install seamonkey-mozilla-build

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Got this:

sudo apt-get update && sudo apt-get install seamonkey-mozilla-build

E: Malformed line 1 in source list /etc/apt/sources.list.d/ubuntuzilla.list 
(URI)
E: The list of sources could not be read.

Not sure what's going on here.



The generating the source list command was a one-liner so maybe with wordwrap messed it up. You can edit it directly to fix it. In a terminal:


sudo nano /etc/apt/sources.list.d/ubuntuzilla.list

# SeaMonkey PPA should be one line below, deb with 3 arguments

deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main

CTRL+X to save the file then rerun:

sudo apt-get update && sudo apt-get install seamonkey-mozilla-build

--
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