You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/11/06 23:23:33 UTC

[jira] [Commented] (CB-7978) Can't run browser platform on Linux

    [ https://issues.apache.org/jira/browse/CB-7978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14201061#comment-14201061 ] 

ASF GitHub Bot commented on CB-7978:
------------------------------------

GitHub user sosahvictor opened a pull request:

    https://github.com/apache/cordova-browser/pull/4

    CB-7978 Fixed launching chrome in Linux

    - Fixed launching chrome in linux. It either launches chrome or google-chrome processes
    - Reads config.xml looking for the source file to be used at the lauching of the browser. This will work for Linux, Windows and MacOs

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sosahvictor/cordova-browser master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-browser/pull/4.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4
    
----
commit 87e19e2d69fadcc4909e9858ec94655436857ffe
Author: Victor Sosa <so...@gmail.com>
Date:   2014-11-06T22:13:46Z

    CB-7978 Fixed launching chrome in Linux
    
    - Fixed launching chrome in linux. It either launches chrome or google-chrome processes
    - Reads config.xml looking for the source file to be used at the lauching of the browser. This will work for Linux, Windows and MacOs

----


> Can't run browser platform on Linux
> -----------------------------------
>
>                 Key: CB-7978
>                 URL: https://issues.apache.org/jira/browse/CB-7978
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Browser
>    Affects Versions: 4.0.0
>         Environment: Linux
>            Reporter: Victor Adrian Sosa Herrera
>
> Command "cordova run browser" doesn't work on Linux. The run command handles the cases of when using Windows and Darwin (MacOS) but no Linux.
> Moreover, I have Chrome installed in my machine, but it doesn't respond to the typical "chrome" command because I get an error in the standard output[1], so I have to use "google-chrome" command to launch it
> One more thing I noticed is that in the run script of the browser platform, it is directly pointing to "www/index.html", instead of reading config.xml file looking for <content src="HTMLPage.html">
> [1] Error
> chrome: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org