Re: [Conkeror] Installing on Ubuntu 12.04
Glad it's working now. yw
On Tue, Aug 07, 2012 at 09:28:13PM -0400, Paul Burkander wrote:
> I had an error in it! Now that it's fixed it seems to be working!
> Honestly though, I tried several different .conkerorrc's - I thought
> they were error free. I guess I was making dumb mistakes.
>
> Thanks for your help!
>
> On Tue, Aug 7, 2012 at 9:15 PM, John J. Foerch wrote:
> > I need to see the contents of your rc to know what is indicated by the
> > error message.
> >
> > On Tue, Aug 07, 2012 at 09:09:59PM -0400, Paul Burkander wrote:
> >> Thanks. I'll look at the debugging site. This is the error I got
> >> from terminal:
> >>
> >> SyntaxError: missing ; before statement
> >> file:///usr/share/conkeror/components/application.js ->
> >> file:///home/paul/.conkerorrc:1
> >> load1@file:///usr/share/conkeror/components/application.js:108
> >> @file:///usr/share/conkeror/components/application.js:137
> >> load_rc@chrome://conkeror/content/rc.js:60
> >> handle_command_line@chrome://conkeror/content/command-line.js:179
> >> @file:///usr/share/conkeror/components/command-line.js:23
> >> Console error: [JavaScript Error: "[Exception... "Component returned
> >> failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND)
> >> [nsIXPCComponents_Utils.import]" nsresult: "0x80520012
> >> (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame ::
> >> resource://gre/modules/XPCOMUtils.jsm :: XPCU_moduleLambda :: line
> >> 256" data: no]" {file: "resource://gre/modules/XPCOMUtils.jsm" line:
> >> 256}]
> >> Category: XPConnect JavaScript
> >> Console error: [JavaScript Warning: "function onKeyPress does not
> >> always return a value" {file:
> >> "chrome://global/content/bindings/autocomplete.xml" line: 439 column:
> >> 12 source: "return false;
> >> "}]
> >> Category: xbl javascript
> >> Console error: [JavaScript Warning: "function onKeyPress does not
> >> always return a value" {file:
> >> "chrome://global/content/bindings/autocomplete.xml" line: 503 column:
> >> 10 source: " return true;
> >> "}]
> >> Category: xbl javascript
> >> Console error: [JavaScript Error: "The character encoding of the HTML
> >> document was not declared. The document will render with garbled text
> >> in some browser configurations if the document contains characters
> >> from outside the US-ASCII range. The character encoding of the page
> >> must to be declared in the document or in the transfer protocol."
> >> {file: "chrome://conkeror-help/content/help.html" line: 0}]
> >> Category: HTML parser
> >> Console error: [JavaScript Error: "DownloadsCommon is not defined"
> >> {file: "resource:///components/DownloadsStartup.js" line: 134}]
> >> Category: XPConnect JavaScript
> >>
> >>
> >> On Tue, Aug 7, 2012 at 8:54 PM, John J. Foerch
> >> wrote:
> >> > If there is an error, it will be reported in the terminal.
> >> >
> >> > Do your testing by restarting conkeror, not with M-x reinit. There is a
> >> > mozilla "feature" called the startup-cache that can royally screw with
> >> > conkeror's js loading mechanism.
> >> >
> >> > Other troubleshooting tips here:
> >> >
> >> > http://conkeror.org/ConkerorRC#Debugging
> >> >
> >> > On Tue, Aug 07, 2012 at 08:36:08PM -0400, Paul Burkander wrote:
> >> >> Thanks. The extra quotation mark was to close the quoting of my
> >> >> .conkerorrc.
> >> >>
> >> >> Still, no matter what I write in it there's no indication whatsoever
> >> >> that it's been implemented. I've corrected the syntax error to no
> >> >> avail.
> >> >>
> >> >> On Tue, Aug 7, 2012 at 8:31 PM, John J. Foerch
> >> >> wrote:
> >> >> > On Tue, Aug 07, 2012 at 08:25:54PM -0400, John J. Foerch wrote:
> >> >> >> > Paul Burkander wrote:
> >> >> >> >
> >> >> >> > Also, I checked about:config, and the variable conkeror.rcfile
> >> >> >> > is set
> >> >> >> > to /home/paul/.conkerorrc, which is where my file is.
> >> >> >> >
> >> >> >> > On Tue, Aug 7, 2012 at 7:29 PM, Paul Burkander
> >> >> >> > wrote:
> >> >> >> > great - thanks seems to have worked. However, it doesn't
> >> >> >> > seem to read
> >> >> >> > my .conkerorrc file. In that file, I have just two line:
> >> >> >> >
> >> >> >> > "define_webjump("gm" "http://mail.google.com/";);
> >> >> >> >
> >> >> >> > homepage="www.msu.edu";"
> >> >> >> >
> >> >> >> > But when I start up conkeror, it does not go to that home
> >> >> >> > page, and
> >> >> >> > the jump doesn't seem to work.
> >> >> >> >
> >> >> >> > Any ideas?
> >> >> >> >
> >> >> >> > Thanks
> >> >> >>
> >> >> >> There is a syntax error in your call to define_webjump. You need a
> >> >> >> comma
> >> >> >> after "gm".
> >> >> >
> >> >> > And there is another syntax error on the line where you set
> >> >> > 'homepage'.
> >> >> > Extra quotation mark.
> >> >> >
> >> >> > --
> >> >> > John Foerch
___
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/list
Re: [Conkeror] Installing on Ubuntu 12.04
I had an error in it! Now that it's fixed it seems to be working!
Honestly though, I tried several different .conkerorrc's - I thought
they were error free. I guess I was making dumb mistakes.
Thanks for your help!
On Tue, Aug 7, 2012 at 9:15 PM, John J. Foerch wrote:
> I need to see the contents of your rc to know what is indicated by the
> error message.
>
> On Tue, Aug 07, 2012 at 09:09:59PM -0400, Paul Burkander wrote:
>> Thanks. I'll look at the debugging site. This is the error I got
>> from terminal:
>>
>> SyntaxError: missing ; before statement
>> file:///usr/share/conkeror/components/application.js ->
>> file:///home/paul/.conkerorrc:1
>> load1@file:///usr/share/conkeror/components/application.js:108
>> @file:///usr/share/conkeror/components/application.js:137
>> load_rc@chrome://conkeror/content/rc.js:60
>> handle_command_line@chrome://conkeror/content/command-line.js:179
>> @file:///usr/share/conkeror/components/command-line.js:23
>> Console error: [JavaScript Error: "[Exception... "Component returned
>> failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND)
>> [nsIXPCComponents_Utils.import]" nsresult: "0x80520012
>> (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame ::
>> resource://gre/modules/XPCOMUtils.jsm :: XPCU_moduleLambda :: line
>> 256" data: no]" {file: "resource://gre/modules/XPCOMUtils.jsm" line:
>> 256}]
>> Category: XPConnect JavaScript
>> Console error: [JavaScript Warning: "function onKeyPress does not
>> always return a value" {file:
>> "chrome://global/content/bindings/autocomplete.xml" line: 439 column:
>> 12 source: "return false;
>> "}]
>> Category: xbl javascript
>> Console error: [JavaScript Warning: "function onKeyPress does not
>> always return a value" {file:
>> "chrome://global/content/bindings/autocomplete.xml" line: 503 column:
>> 10 source: " return true;
>> "}]
>> Category: xbl javascript
>> Console error: [JavaScript Error: "The character encoding of the HTML
>> document was not declared. The document will render with garbled text
>> in some browser configurations if the document contains characters
>> from outside the US-ASCII range. The character encoding of the page
>> must to be declared in the document or in the transfer protocol."
>> {file: "chrome://conkeror-help/content/help.html" line: 0}]
>> Category: HTML parser
>> Console error: [JavaScript Error: "DownloadsCommon is not defined"
>> {file: "resource:///components/DownloadsStartup.js" line: 134}]
>> Category: XPConnect JavaScript
>>
>>
>> On Tue, Aug 7, 2012 at 8:54 PM, John J. Foerch
>> wrote:
>> > If there is an error, it will be reported in the terminal.
>> >
>> > Do your testing by restarting conkeror, not with M-x reinit. There is a
>> > mozilla "feature" called the startup-cache that can royally screw with
>> > conkeror's js loading mechanism.
>> >
>> > Other troubleshooting tips here:
>> >
>> > http://conkeror.org/ConkerorRC#Debugging
>> >
>> > On Tue, Aug 07, 2012 at 08:36:08PM -0400, Paul Burkander wrote:
>> >> Thanks. The extra quotation mark was to close the quoting of my
>> >> .conkerorrc.
>> >>
>> >> Still, no matter what I write in it there's no indication whatsoever
>> >> that it's been implemented. I've corrected the syntax error to no
>> >> avail.
>> >>
>> >> On Tue, Aug 7, 2012 at 8:31 PM, John J. Foerch
>> >> wrote:
>> >> > On Tue, Aug 07, 2012 at 08:25:54PM -0400, John J. Foerch wrote:
>> >> >> > Paul Burkander wrote:
>> >> >> >
>> >> >> > Also, I checked about:config, and the variable conkeror.rcfile
>> >> >> > is set
>> >> >> > to /home/paul/.conkerorrc, which is where my file is.
>> >> >> >
>> >> >> > On Tue, Aug 7, 2012 at 7:29 PM, Paul Burkander
>> >> >> > wrote:
>> >> >> > great - thanks seems to have worked. However, it doesn't
>> >> >> > seem to read
>> >> >> > my .conkerorrc file. In that file, I have just two line:
>> >> >> >
>> >> >> > "define_webjump("gm" "http://mail.google.com/";);
>> >> >> >
>> >> >> > homepage="www.msu.edu";"
>> >> >> >
>> >> >> > But when I start up conkeror, it does not go to that home
>> >> >> > page, and
>> >> >> > the jump doesn't seem to work.
>> >> >> >
>> >> >> > Any ideas?
>> >> >> >
>> >> >> > Thanks
>> >> >>
>> >> >> There is a syntax error in your call to define_webjump. You need a
>> >> >> comma
>> >> >> after "gm".
>> >> >
>> >> > And there is another syntax error on the line where you set 'homepage'.
>> >> > Extra quotation mark.
>> >> >
>> >> > --
>> >> > John Foerch
___
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror
Re: [Conkeror] Installing on Ubuntu 12.04
I need to see the contents of your rc to know what is indicated by the
error message.
On Tue, Aug 07, 2012 at 09:09:59PM -0400, Paul Burkander wrote:
> Thanks. I'll look at the debugging site. This is the error I got
> from terminal:
>
> SyntaxError: missing ; before statement
> file:///usr/share/conkeror/components/application.js ->
> file:///home/paul/.conkerorrc:1
> load1@file:///usr/share/conkeror/components/application.js:108
> @file:///usr/share/conkeror/components/application.js:137
> load_rc@chrome://conkeror/content/rc.js:60
> handle_command_line@chrome://conkeror/content/command-line.js:179
> @file:///usr/share/conkeror/components/command-line.js:23
> Console error: [JavaScript Error: "[Exception... "Component returned
> failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND)
> [nsIXPCComponents_Utils.import]" nsresult: "0x80520012
> (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame ::
> resource://gre/modules/XPCOMUtils.jsm :: XPCU_moduleLambda :: line
> 256" data: no]" {file: "resource://gre/modules/XPCOMUtils.jsm" line:
> 256}]
> Category: XPConnect JavaScript
> Console error: [JavaScript Warning: "function onKeyPress does not
> always return a value" {file:
> "chrome://global/content/bindings/autocomplete.xml" line: 439 column:
> 12 source: "return false;
> "}]
> Category: xbl javascript
> Console error: [JavaScript Warning: "function onKeyPress does not
> always return a value" {file:
> "chrome://global/content/bindings/autocomplete.xml" line: 503 column:
> 10 source: " return true;
> "}]
> Category: xbl javascript
> Console error: [JavaScript Error: "The character encoding of the HTML
> document was not declared. The document will render with garbled text
> in some browser configurations if the document contains characters
> from outside the US-ASCII range. The character encoding of the page
> must to be declared in the document or in the transfer protocol."
> {file: "chrome://conkeror-help/content/help.html" line: 0}]
> Category: HTML parser
> Console error: [JavaScript Error: "DownloadsCommon is not defined"
> {file: "resource:///components/DownloadsStartup.js" line: 134}]
> Category: XPConnect JavaScript
>
>
> On Tue, Aug 7, 2012 at 8:54 PM, John J. Foerch wrote:
> > If there is an error, it will be reported in the terminal.
> >
> > Do your testing by restarting conkeror, not with M-x reinit. There is a
> > mozilla "feature" called the startup-cache that can royally screw with
> > conkeror's js loading mechanism.
> >
> > Other troubleshooting tips here:
> >
> > http://conkeror.org/ConkerorRC#Debugging
> >
> > On Tue, Aug 07, 2012 at 08:36:08PM -0400, Paul Burkander wrote:
> >> Thanks. The extra quotation mark was to close the quoting of my
> >> .conkerorrc.
> >>
> >> Still, no matter what I write in it there's no indication whatsoever
> >> that it's been implemented. I've corrected the syntax error to no
> >> avail.
> >>
> >> On Tue, Aug 7, 2012 at 8:31 PM, John J. Foerch
> >> wrote:
> >> > On Tue, Aug 07, 2012 at 08:25:54PM -0400, John J. Foerch wrote:
> >> >> > Paul Burkander wrote:
> >> >> >
> >> >> > Also, I checked about:config, and the variable conkeror.rcfile is
> >> >> > set
> >> >> > to /home/paul/.conkerorrc, which is where my file is.
> >> >> >
> >> >> > On Tue, Aug 7, 2012 at 7:29 PM, Paul Burkander
> >> >> > wrote:
> >> >> > great - thanks seems to have worked. However, it doesn't
> >> >> > seem to read
> >> >> > my .conkerorrc file. In that file, I have just two line:
> >> >> >
> >> >> > "define_webjump("gm" "http://mail.google.com/";);
> >> >> >
> >> >> > homepage="www.msu.edu";"
> >> >> >
> >> >> > But when I start up conkeror, it does not go to that home
> >> >> > page, and
> >> >> > the jump doesn't seem to work.
> >> >> >
> >> >> > Any ideas?
> >> >> >
> >> >> > Thanks
> >> >>
> >> >> There is a syntax error in your call to define_webjump. You need a
> >> >> comma
> >> >> after "gm".
> >> >
> >> > And there is another syntax error on the line where you set 'homepage'.
> >> > Extra quotation mark.
> >> >
> >> > --
> >> > John Foerch
___
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror
Re: [Conkeror] Installing on Ubuntu 12.04
Thanks. I'll look at the debugging site. This is the error I got
from terminal:
SyntaxError: missing ; before statement
file:///usr/share/conkeror/components/application.js ->
file:///home/paul/.conkerorrc:1
load1@file:///usr/share/conkeror/components/application.js:108
@file:///usr/share/conkeror/components/application.js:137
load_rc@chrome://conkeror/content/rc.js:60
handle_command_line@chrome://conkeror/content/command-line.js:179
@file:///usr/share/conkeror/components/command-line.js:23
Console error: [JavaScript Error: "[Exception... "Component returned
failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND)
[nsIXPCComponents_Utils.import]" nsresult: "0x80520012
(NS_ERROR_FILE_NOT_FOUND)" location: "JS frame ::
resource://gre/modules/XPCOMUtils.jsm :: XPCU_moduleLambda :: line
256" data: no]" {file: "resource://gre/modules/XPCOMUtils.jsm" line:
256}]
Category: XPConnect JavaScript
Console error: [JavaScript Warning: "function onKeyPress does not
always return a value" {file:
"chrome://global/content/bindings/autocomplete.xml" line: 439 column:
12 source: "return false;
"}]
Category: xbl javascript
Console error: [JavaScript Warning: "function onKeyPress does not
always return a value" {file:
"chrome://global/content/bindings/autocomplete.xml" line: 503 column:
10 source: " return true;
"}]
Category: xbl javascript
Console error: [JavaScript Error: "The character encoding of the HTML
document was not declared. The document will render with garbled text
in some browser configurations if the document contains characters
from outside the US-ASCII range. The character encoding of the page
must to be declared in the document or in the transfer protocol."
{file: "chrome://conkeror-help/content/help.html" line: 0}]
Category: HTML parser
Console error: [JavaScript Error: "DownloadsCommon is not defined"
{file: "resource:///components/DownloadsStartup.js" line: 134}]
Category: XPConnect JavaScript
On Tue, Aug 7, 2012 at 8:54 PM, John J. Foerch wrote:
> If there is an error, it will be reported in the terminal.
>
> Do your testing by restarting conkeror, not with M-x reinit. There is a
> mozilla "feature" called the startup-cache that can royally screw with
> conkeror's js loading mechanism.
>
> Other troubleshooting tips here:
>
> http://conkeror.org/ConkerorRC#Debugging
>
> On Tue, Aug 07, 2012 at 08:36:08PM -0400, Paul Burkander wrote:
>> Thanks. The extra quotation mark was to close the quoting of my .conkerorrc.
>>
>> Still, no matter what I write in it there's no indication whatsoever
>> that it's been implemented. I've corrected the syntax error to no
>> avail.
>>
>> On Tue, Aug 7, 2012 at 8:31 PM, John J. Foerch
>> wrote:
>> > On Tue, Aug 07, 2012 at 08:25:54PM -0400, John J. Foerch wrote:
>> >> > Paul Burkander wrote:
>> >> >
>> >> > Also, I checked about:config, and the variable conkeror.rcfile is
>> >> > set
>> >> > to /home/paul/.conkerorrc, which is where my file is.
>> >> >
>> >> > On Tue, Aug 7, 2012 at 7:29 PM, Paul Burkander
>> >> > wrote:
>> >> > great - thanks seems to have worked. However, it doesn't seem
>> >> > to read
>> >> > my .conkerorrc file. In that file, I have just two line:
>> >> >
>> >> > "define_webjump("gm" "http://mail.google.com/";);
>> >> >
>> >> > homepage="www.msu.edu";"
>> >> >
>> >> > But when I start up conkeror, it does not go to that home page,
>> >> > and
>> >> > the jump doesn't seem to work.
>> >> >
>> >> > Any ideas?
>> >> >
>> >> > Thanks
>> >>
>> >> There is a syntax error in your call to define_webjump. You need a comma
>> >> after "gm".
>> >
>> > And there is another syntax error on the line where you set 'homepage'.
>> > Extra quotation mark.
>> >
>> > --
>> > John Foerch
___
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror
Re: [Conkeror] Installing on Ubuntu 12.04
If there is an error, it will be reported in the terminal.
Do your testing by restarting conkeror, not with M-x reinit. There is a
mozilla "feature" called the startup-cache that can royally screw with
conkeror's js loading mechanism.
Other troubleshooting tips here:
http://conkeror.org/ConkerorRC#Debugging
On Tue, Aug 07, 2012 at 08:36:08PM -0400, Paul Burkander wrote:
> Thanks. The extra quotation mark was to close the quoting of my .conkerorrc.
>
> Still, no matter what I write in it there's no indication whatsoever
> that it's been implemented. I've corrected the syntax error to no
> avail.
>
> On Tue, Aug 7, 2012 at 8:31 PM, John J. Foerch wrote:
> > On Tue, Aug 07, 2012 at 08:25:54PM -0400, John J. Foerch wrote:
> >> > Paul Burkander wrote:
> >> >
> >> > Also, I checked about:config, and the variable conkeror.rcfile is set
> >> > to /home/paul/.conkerorrc, which is where my file is.
> >> >
> >> > On Tue, Aug 7, 2012 at 7:29 PM, Paul Burkander
> >> > wrote:
> >> > great - thanks seems to have worked. However, it doesn't seem
> >> > to read
> >> > my .conkerorrc file. In that file, I have just two line:
> >> >
> >> > "define_webjump("gm" "http://mail.google.com/";);
> >> >
> >> > homepage="www.msu.edu";"
> >> >
> >> > But when I start up conkeror, it does not go to that home page,
> >> > and
> >> > the jump doesn't seem to work.
> >> >
> >> > Any ideas?
> >> >
> >> > Thanks
> >>
> >> There is a syntax error in your call to define_webjump. You need a comma
> >> after "gm".
> >
> > And there is another syntax error on the line where you set 'homepage'.
> > Extra quotation mark.
> >
> > --
> > John Foerch
___
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror
Re: [Conkeror] Installing on Ubuntu 12.04
Thanks. The extra quotation mark was to close the quoting of my .conkerorrc.
Still, no matter what I write in it there's no indication whatsoever
that it's been implemented. I've corrected the syntax error to no
avail.
On Tue, Aug 7, 2012 at 8:31 PM, John J. Foerch wrote:
> On Tue, Aug 07, 2012 at 08:25:54PM -0400, John J. Foerch wrote:
>> > Paul Burkander wrote:
>> >
>> > Also, I checked about:config, and the variable conkeror.rcfile is set
>> > to /home/paul/.conkerorrc, which is where my file is.
>> >
>> > On Tue, Aug 7, 2012 at 7:29 PM, Paul Burkander
>> > wrote:
>> > great - thanks seems to have worked. However, it doesn't seem to
>> > read
>> > my .conkerorrc file. In that file, I have just two line:
>> >
>> > "define_webjump("gm" "http://mail.google.com/";);
>> >
>> > homepage="www.msu.edu";"
>> >
>> > But when I start up conkeror, it does not go to that home page, and
>> > the jump doesn't seem to work.
>> >
>> > Any ideas?
>> >
>> > Thanks
>>
>> There is a syntax error in your call to define_webjump. You need a comma
>> after "gm".
>
> And there is another syntax error on the line where you set 'homepage'.
> Extra quotation mark.
>
> --
> John Foerch
___
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror
Re: [Conkeror] Installing on Ubuntu 12.04
On Tue, Aug 07, 2012 at 08:25:54PM -0400, John J. Foerch wrote:
> > Paul Burkander wrote:
> >
> > Also, I checked about:config, and the variable conkeror.rcfile is set
> > to /home/paul/.conkerorrc, which is where my file is.
> >
> > On Tue, Aug 7, 2012 at 7:29 PM, Paul Burkander
> > wrote:
> > great - thanks seems to have worked. However, it doesn't seem to
> > read
> > my .conkerorrc file. In that file, I have just two line:
> >
> > "define_webjump("gm" "http://mail.google.com/";);
> >
> > homepage="www.msu.edu";"
> >
> > But when I start up conkeror, it does not go to that home page, and
> > the jump doesn't seem to work.
> >
> > Any ideas?
> >
> > Thanks
>
> There is a syntax error in your call to define_webjump. You need a comma
> after "gm".
And there is another syntax error on the line where you set 'homepage'.
Extra quotation mark.
--
John Foerch
___
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror
Re: [Conkeror] Installing on Ubuntu 12.04
> Paul Burkander wrote:
>
> Also, I checked about:config, and the variable conkeror.rcfile is set
> to /home/paul/.conkerorrc, which is where my file is.
>
> On Tue, Aug 7, 2012 at 7:29 PM, Paul Burkander wrote:
> great - thanks seems to have worked. However, it doesn't seem to read
> my .conkerorrc file. In that file, I have just two line:
>
> "define_webjump("gm" "http://mail.google.com/";);
>
> homepage="www.msu.edu";"
>
> But when I start up conkeror, it does not go to that home page, and
> the jump doesn't seem to work.
>
> Any ideas?
>
> Thanks
There is a syntax error in your call to define_webjump. You need a comma
after "gm".
--
John Foerch
___
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror
Re: [Conkeror] Installing on Ubuntu 12.04
Also, if I do M-x reinit, it says it's loaded /home/paul/.conkerorrc
I'm at a complete loss.
On Tue, Aug 7, 2012 at 7:48 PM, Paul Burkander wrote:
> Conkeror 1.0pre (Debian-1.0~~pre+git1208072207-~nightly1)(XULRunner
> 14.0.1, Linux)
>
> On Tue, Aug 7, 2012 at 7:44 PM, docgnome wrote:
>> What does M-x version say?
>>
>>
>> Paul Burkander wrote:
>>>
>>> Also, I checked about:config, and the variable conkeror.rcfile is set
>>> to /home/paul/.conkerorrc, which is where my file is.
>>>
>>> On Tue, Aug 7, 2012 at 7:29 PM, Paul Burkander wrote:
great - thanks seems to have worked. However, it doesn't seem to read
my .conkerorrc file. In that file, I have just two line:
"define_webjump("gm" "http://mail.google.com/";);
homepage="www.msu.edu";"
But when I start up conkeror, it does not go to that home page, and
the jump doesn't seem to work.
Any ideas?
Thanks
On Tue, Aug 7, 2012 at 7:09 PM, docgnome wrote:
>
> There are some nightlies on the conkeror wiki you could use.
> Conkeror.org
>
> Paul Burkander wrote:
>
>> Hi,
>>
>> I'm really eager to try conkeror, but I'm having a heck of a time
>> installing it on Ubuntu 12.04.
>>
>> I've installed xulrunner 15.0b3 from
>>
>>
>> https://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/15.0b3/runtimes/,
>> and it seems to work. If I type xulrunner from a command prompt it
>> comes right up.
>>
>> I followed the guide here,
>>
>>
>> http://ubuntulandforever.blogspot.com/2009/06/conkeror-is-keyboard-oriented-highly.html,
>> and got conkeror from here:
>> http://repo.or.cz/w/conkeror.git?a=snapshot;h=master;sf=tgz.
>>
>> When I try to run conkeror, it says "xulrun
>> ner not
>> found"
>>
>> How can it be installed on Ubuntu 12.04?
>>
>> Thanks!
>>
>>
>>
>> Conkeror mailing list
>> [email protected]
>> https://www.mozdev.org/mailman/listinfo/conkeror
>
>
>
> --
> Sent from my Android phone with K-9 Mail. Please excuse my brevity.
>>
>>
>> --
>> Sent from my Android phone with K-9 Mail. Please excuse my brevity.
___
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror
Re: [Conkeror] Installing on Ubuntu 12.04
What does M-x version say?
Paul Burkander wrote:
>Also, I checked about:config, and the variable conkeror.rcfile is set
>to /home/paul/.conkerorrc, which is where my file is.
>
>On Tue, Aug 7, 2012 at 7:29 PM, Paul Burkander
>wrote:
>> great - thanks seems to have worked. However, it doesn't seem to
>read
>> my .conkerorrc file. In that file, I have just two line:
>>
>> "define_webjump("gm" "http://mail.google.com/";);
>>
>> homepage="www.msu.edu";"
>>
>> But when I start up conkeror, it does not go to that home page, and
>> the jump doesn't seem to work.
>>
>> Any ideas?
>>
>> Thanks
>>
>> On Tue, Aug 7, 2012 at 7:09 PM, docgnome wrote:
>>> There are some nightlies on the conkeror wiki you could use.
>Conkeror.org
>>>
>>> Paul Burkander wrote:
Hi,
I'm really eager to try conkeror, but I'm having a heck of a time
installing it on Ubuntu 12.04.
I've installed xulrunner 15.0b3 from
>https://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/15.0b3/runtimes/,
and it seems to work. If I type xulrunner from a command prompt it
comes right up.
I followed the guide here,
>http://ubuntulandforever.blogspot.com/2009/06/conkeror-is-keyboard-oriented-highly.html,
and got conkeror from here:
http://repo.or.cz/w/conkeror.git?a=snapshot;h=master;sf=tgz.
When I try to run conkeror, it says "xulrun
ner not
found"
How can it be installed on Ubuntu 12.04?
Thanks!
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror
>>>
>>>
>>> --
>>> Sent from my Android phone with K-9 Mail. Please excuse my brevity.
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.___
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror
Re: [Conkeror] Installing on Ubuntu 12.04
Conkeror 1.0pre (Debian-1.0~~pre+git1208072207-~nightly1)(XULRunner
14.0.1, Linux)
On Tue, Aug 7, 2012 at 7:44 PM, docgnome wrote:
> What does M-x version say?
>
>
> Paul Burkander wrote:
>>
>> Also, I checked about:config, and the variable conkeror.rcfile is set
>> to /home/paul/.conkerorrc, which is where my file is.
>>
>> On Tue, Aug 7, 2012 at 7:29 PM, Paul Burkander wrote:
>>>
>>> great - thanks seems to have worked. However, it doesn't seem to read
>>> my .conkerorrc file. In that file, I have just two line:
>>>
>>> "define_webjump("gm" "http://mail.google.com/";);
>>>
>>> homepage="www.msu.edu";"
>>>
>>> But when I start up conkeror, it does not go to that home page, and
>>> the jump doesn't seem to work.
>>>
>>> Any ideas?
>>>
>>> Thanks
>>>
>>> On Tue, Aug 7, 2012 at 7:09 PM, docgnome wrote:
There are some nightlies on the conkeror wiki you could use.
Conkeror.org
Paul Burkander wrote:
> Hi,
>
> I'm really eager to try conkeror, but I'm having a heck of a time
> installing it on Ubuntu 12.04.
>
> I've installed xulrunner 15.0b3 from
>
>
> https://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/15.0b3/runtimes/,
> and it seems to work. If I type xulrunner from a command prompt it
> comes right up.
>
> I followed the guide here,
>
>
> http://ubuntulandforever.blogspot.com/2009/06/conkeror-is-keyboard-oriented-highly.html,
> and got conkeror from here:
> http://repo.or.cz/w/conkeror.git?a=snapshot;h=master;sf=tgz.
>
> When I try to run conkeror, it says "xulrun
> ner not
> found"
>
> How can it be installed on Ubuntu 12.04?
>
> Thanks!
>
>
>
> Conkeror mailing list
> [email protected]
> https://www.mozdev.org/mailman/listinfo/conkeror
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
>
>
> --
> Sent from my Android phone with K-9 Mail. Please excuse my brevity.
___
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror
Re: [Conkeror] Installing on Ubuntu 12.04
On Tue, Aug 07, 2012 at 06:57:53PM -0400, Paul Burkander wrote: > Hi, > > I'm really eager to try conkeror, but I'm having a heck of a time > installing it on Ubuntu 12.04. > > I've installed xulrunner 15.0b3 from > https://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/15.0b3/runtimes/, > and it seems to work. If I type xulrunner from a command prompt it > comes right up. > > I followed the guide here, > http://ubuntulandforever.blogspot.com/2009/06/conkeror-is-keyboard-oriented-highly.html, > and got conkeror from here: > http://repo.or.cz/w/conkeror.git?a=snapshot;h=master;sf=tgz. > > When I try to run conkeror, it says "xulrunner not found" > > How can it be installed on Ubuntu 12.04? > > Thanks! The run-conkeror script in contrib is deprecated for XULRunner versions higher than 2.0. See the instructions on conkeror.org instead. -- John Foerch ___ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
