On Wednesday, March 4, 2015 at 10:39:11 PM UTC-8, Jonathan N. Little wrote: > [email protected] wrote: > > On Sunday, March 1, 2015 at 6:01:15 AM UTC-8, Jonathan N. Little wrote: > >> [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 > > > > Still getting the malformed first line error. I don't know what's > > happening. > > > > This is the only line in the file: > > > > deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all > > main > > > > Sounds like you have a control character somewhere in the file. Here is > my working copy you can download from this link: > > <http://www.littleworksstudio.com/temp/usenet/ubuntuzilla.list> > > Save the file to your system then move it > > sudo mv ~/Downloads/ubuntuzilla.list /etc/apt/sources.list.d/ > > > -- > Take care, > > Jonathan > ------------------- > LITTLE WORKS STUDIO > http://www.LittleWorksStudio.com
Bingo! Worked like a charm. Many thanks! _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

