Re: Making a shared library executable outside the shell

2012-02-23 Thread Patrick O'Callaghan
On Thu, 2012-02-23 at 08:33 -0700, T.C. Hollingsworth wrote: > On Thu, Feb 23, 2012 at 2:05 AM, Christopher Svanefalk > wrote: > > I have built Chromium from source, and currently the only way to start the > > browser is to execute the shared library file 'chrome' from shell. > > > > I would like

Re: Making a shared library executable outside the shell

2012-02-23 Thread T.C. Hollingsworth
On Thu, Feb 23, 2012 at 2:05 AM, Christopher Svanefalk wrote: > I have built Chromium from source, and currently the only way to start the > browser is to execute the shared library file 'chrome' from shell. > > I would like to be able to launch it from the normal menu like my other > applications

Re: Making a shared library executable outside the shell

2012-02-23 Thread Aaron Konstam
On Thu, 2012-02-23 at 10:05 +0100, Christopher Svanefalk wrote: > I have built Chromium from source, and currently the only way to start > the browser is to execute the shared library file 'chrome' from shell. > > > I would like to be able to launch it from the normal menu like my > other applica

Making a shared library executable outside the shell

2012-02-23 Thread Christopher Svanefalk
I have built Chromium from source, and currently the only way to start the browser is to execute the shared library file 'chrome' from shell. I would like to be able to launch it from the normal menu like my other applications, but I do not really know how to do this. Simply creating a symlink in